Search found 52 matches: dbs

Return to advanced search

Re: Creating Acces Table with numeric value SOLVED

cQuery += aFlds[ i, DBS_NAME ] + " NUMERIC ( " + NTRIM( aFlds[ i, DBS_LEN ] + 1 ) + ", " + NTRIM( aFlds[ i, DBS_DEC ] ) + " ), " Should be : cQuery += aFlds[ i, DBS_NAME ] + " NUMERIC ( " + NTRIM( aFlds[ i, DBS_LEN ] + 1 ) + " ), " Or you can also CA...
by Franklin Demont
Wed Jul 03, 2013 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating Acces Table with numeric value
Replies: 8
Views: 1635

Creating Acces Table with numeric value

Hello, I have a problem with a numeric column , using CASE cType = "N" cQuery += aFlds[ i, DBS_NAME ] + " NUMERIC ( " + NTRIM( aFlds[ i, DBS_LEN ] + 1 ) + ", " + NTRIM( aFlds[ i, DBS_DEC ] ) + " ), " to build the table. I tryed to reduce the code as much as po...
by Franklin Demont
Tue Jul 02, 2013 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating Acces Table with numeric value
Replies: 8
Views: 1635

Creating Acces Table from dbf : working example + discussio

Hello , With the help from Rick Lipkin and enrico i have no a working example. Taking Customer.dbf as source , rick builds the SQL-statement literal as : cSQL := "CREATE TABLE " + cTab //Customer" cSQL += "( " cSQL += "[CustomerEid] Counter NOT NULL, " // primary k...
by Franklin Demont
Mon Jul 01, 2013 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating Acces Table from dbf : working example + discussio
Replies: 0
Views: 562

Error al compilar con dolphin

Hola estoy intentando probar la clase tdolphin y al compilar un pequeño programa me da errores de la librería, y también algunos de fwh, las librerías de fwh las utilizo con otros programas y ningún problema. les muestro el resultado Compilando surgom.prg... Compilando funcion.prg... Compilando data...
by surGom
Sun May 19, 2013 12:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con dolphin
Replies: 2
Views: 955

Error al compilar con TMySQL

He compilado el programa xcomunity.prg que viene con la tmysql y me arroja los siguientes errores: ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 9.08 - Aug. 2009 xHarbour development power │▄ │ (c) FiveTech, 1993-2009 for Microsoft Windows 9X/N...
by Leo
Thu Jan 10, 2013 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con TMySQL
Replies: 13
Views: 2235

Re: TMysSql : Cannot create a table

This fixed it : // returns NOT NULL if extended structure has DBS_NOTNULL field to true local cNN := {|aArr| iif(Len(aArr) > DBS_DEC, iif(aArr[DBS_NOTNULL] # 0 , " NOT NULL ", ""), "")} Somehow it was assumed to be logical! PS TyMSQL seems to me unfinished and untest...
by mosh1
Thu Aug 09, 2012 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMysSql : Cannot create a table
Replies: 4
Views: 745

Re: Imprimir estructura de una base dbf

Gracias Antonio, pero no reconoce la función FieldType... Hé conseguido una aproximación mediante el siguiente código: ------------------------------------------------------ Use cuenta.dbf aEstruct = DBStruct() For i = 1 To Len(aEstruct) ? aEstruct[i, DBS_NAME], aEstruct[i, DBS_TYPE], aEstruct[i, DB...
by desdesummer87
Tue May 24, 2011 9:07 am
 
Forum: FiveWin para CA-Clipper
Topic: Imprimir estructura de una base dbf
Replies: 9
Views: 3033

Re: Folders multilinea ( Solved )

... debo instalar el motor con muuuucha informacion predefinida ( 2 a 3 millones de registros aprox ) y no me sirve instalar el motor, crear las DBs y Tablas y despues levantar la info con algun load file o similar, se tardaria un buen de tiempo en los equipos de algunos clientes que no estan ...
by Raymundo Islas M.
Sat Apr 23, 2011 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folders multilinea ( Solved )
Replies: 25
Views: 8117

Re: Limitation of open files ...

Rimantas, I don't know anything about limitation of files, but you could try these options to isolate the cause of error: - Open the dbs without applying an order to find out, if an index is corrupted or not usable - Open the program locally on the computer(s) that are causing the problems ...
by gkuhnert
Wed Apr 13, 2011 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitation of open files ...
Replies: 13
Views: 2533

Re: Nuevo AdoRDD (libre)

Hola Antonio. Despues de un rastreo al error reportado, fue solucionado adicionando asi: static function ADO_CREATEFIELDS( nWA, aStruct ) local aWAData := USRRDD_AREADATA( nWA ) local n aWAData[ WA_SQLSTRUCT ] := "" for n := 1 to Len( aStruct ) if n > 1 aWAData[ WA_SQLSTRUCT ] += "...
by devtuxtla
Fri Sep 17, 2010 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 132921

Re: Apollo RDD? se puede con FWH, como?

... para que se realize el proceso de manera automatica. Hay un "pequeño gran" detalle que no comente, que es cuando en MySQL tengo datos ( DBs ) de varios clientes, pero esa.... esa es otra historia :wink: Saludos
by Raymundo Islas M.
Mon Sep 13, 2010 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Apollo RDD? se puede con FWH, como?
Replies: 21
Views: 4646

Source not compiling.

I'm getting compiler errors on these 2 (red) lines. What is wrong ? Thank you. The errors are the same. Error E0030 Syntax error: "syntax error at '['" Error E0030 Syntax error: "syntax error at '['" Under Clipper 5.2e they compile with no problems. // Scatter / Gather #include &...
by HunterEC
Tue Nov 17, 2009 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source not compiling.
Replies: 3
Views: 610

Re: Choosing SQL database ...

... 20 rows only Select * from clientes where RN between 10 and 20 so.. although is not "STANDARD" sql you have the equivalent in ALL main dbs'.. now you are done... tou can do paging with them... well not in STANDARD sql, but paging. :wink: From Chile Adolfo
by Adolfo
Tue Nov 03, 2009 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30468

Ollie,

I guess that you could use:

DbInfo( DBI_BLOB_OFFSET )
http://www.ousob.com/ng/53guide/ng28fbc.php

and/or

DbFieldInfo( DBS_BLOB_OFFSET )
http://www.ousob.com/ng/53guide/ng25343.php
by Antonio Linares
Wed Nov 26, 2008 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full text Search
Replies: 15
Views: 4064

DBU-Util

... tools to help administer and manage DBF Databases. Incuded tools are: dbfExport dbfGrep dbfList dbfPack dbfReIndex dbfUnZip dbfValidate dbfZip dbs More features : DBScript Editor ----------------- The DBScript Editor and engine ( uses VOScript) is a powerful Database scripting language based ...
by ukoenig
Wed Sep 17, 2008 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WinDBU - Interesting script !!!
Replies: 10
Views: 8937
PreviousNext

Return to advanced search