Search found 271 matches: dbcreate

Return to advanced search

Re: Longitud camp CARÁCTER.

Hola, No estoy seguro. Al usar DBCREATE(), no hay límite. Haz una prueba y comenta. Ahora, FOX.EXE no abrirá la base de datos. FiveWin se abrirá sin problemas.

Gracias.

Regards, saludos.
by karinha
Mon Mar 11, 2024 12:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Longitud camp CARÁCTER.
Replies: 4
Views: 781

Error con FW_OpenRecordSet

... el segundo insert: #include "FiveWin.ch" REQUEST HB_LANG_ES function Main() local oCn, oCnM, oRs, aStates LOCAL lShowError := .t. /* dbcreate( ".\prudbt", { { "id" , "n", 8, 0 }, ; { "Cliente " , "n", 6, 0 }, ; { "Numero" ...
by jpcavagnaro
Tue Dec 19, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 293

Error al leer dbf con FW_OpenRecordSet

Hola gente, tengo una dbf generada con la estructura así: dbcreate( ".\auditado", { { "id" , "n", 8, 0 }, ; { "Cliente " , "n", 6, 0 }, ; { "Nro_Audit" , "n", 6, 0 }, ; { "Numero ...
by jpcavagnaro
Thu Nov 02, 2023 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer dbf con FW_OpenRecordSet
Replies: 2
Views: 221

Re: Incluyendo el SQLRDD

... By default, the SQLRDD adopts the name SR_DELETED. If you want to use another name, call SR_DeletedName("NAME") before dbUseArea() or dbCreate(). This function is also very useful when we want to open tables not created by SQLRDD, but we can use another not null character column for ...
by carlos vargas
Fri Aug 25, 2023 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2617

Re: Incluyendo el SQLRDD

... By default, the SQLRDD adopts the name SR_RECNO. If you want to use another name, call SR_RecnoName("NAME") before dbUseArea() or dbCreate(). This function is also very useful when we want to open tables not created by SQLRDD, but we can use another auto sequenced numeric column ...
by carlos vargas
Fri Aug 25, 2023 1:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2617

Re: Incluyendo el SQLRDD

... `sr_recno` BIGINT(20) NOT NULL AUTO_INCREMENT, UNIQUE INDEX `sr_recno` (`sr_recno`) USING BTREE  Las tablas creadas por SQLRDD via dbCreate(...) ya añaden de forma automática sr_recno, como he mencionado anteriormente, por lo que no fallará USE cTable VIA SQLRDD Si no se desea modificar ...
by Joaquim Ferrer
Thu Aug 24, 2023 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2617

Re: Incluyendo el SQLRDD

... curiosidad, los campos extendidos de las DBF, por ejemplo los autoincrementales {"ID", "+", 10,0 } producen error al ejecutar DbCreate(), PERO la buena noticia es que SQLRDD nos crea un campo autoincremental de forma automática, con su indice de clave primaria Aqui dejo mi ...
by Joaquim Ferrer
Thu Aug 24, 2023 8:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2617

mod harbour program created automatically by tool

Hello friends,

Except for creating the database, the entire web program is created automatically by my tool: xBrw2mod.exe.
Best regards,
Otto

Image

Image
by Otto
Sat Jan 01, 2022 8:56 pm
 
Forum: mod_harbour
Topic: mod harbour program created automatically by tool
Replies: 0
Views: 208

Re: Number of Fields

In portuguese: Usando o FoxBase 2.5, só permite criar 128 campos com 255 caracteres cada um. Via DBCREATE() do xHarbour, talvez uns 400 Campos, mas o FoxBase não abrirá. Melhor escolha é criar vários *.DBFs e dividir as tarefas entre eles. In Español: Usando FoxBase 2.5, ...
by karinha
Wed Oct 06, 2021 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 896

field flags in dbCreate()/dbStruct()

// 2015-02-08 13:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) // * src/rdd/workarea.c // + added support for field flags in dbCreate()/dbStruct(). // Flags can be passed in string with field type after ":", i.e. // "C:U" // means Unicode character field. // ...
by Antonio Linares
Sat May 01, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field flags in dbCreate()/dbStruct()
Replies: 0
Views: 298

Re: Imágenes en una DBF

Mr. Rao

DBCREATE( "MYIMAGES", { { "NAME", "C", 10, 0 }, { "IMAGE", "M", 8, 0 } }, "DBFCDX", .T., "IMG" )

There is a difference between saving in MEMO field or PICTURE field?

Thanks.
by acuellar
Fri Feb 12, 2021 1:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1871

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 450

donde puedo ver los metodos nuevos de dolphin con harbour?

Hola.

Estoy empezando a emigrar pero me topo con muchos metods que no existen mas
selectDb
DBCreate
deletedb( ::cDb )
deletetables


por favor se los agradezco desde ya que me pasen info.

gracias
by goosfancito
Thu Feb 04, 2021 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: donde puedo ver los metodos nuevos de dolphin con harbour?
Replies: 2
Views: 233

Re: Import/Export from/to CSV files (; separator)

... cdeli ) for i = 1 to len(aFields) cField = (aFields[i]) aAdd( aStru, { cField , "C", 255 , 0 } ) // I insert 255 is the max lenght next dbCreate( cDbf , aStru ) return nil Now the problem is 1) how take the other lines 2) add the record on dbf created
by Silvio.Falconi
Wed Nov 25, 2020 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2174

Re: Quiero comenzar con sqlite

... this and you can start working straight from the next minute. Siguiente paso... Si no tengo creada una DB como me conecto? Lo que deseo es hacer DBCREATE DATABASE desde código. O sea conectarme sin pasar la var. cdb, como arriba en FW_OpenAdoConnection( cdb )
by MarioG
Thu Aug 06, 2020 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4795
Next

Return to advanced search