Search found 19 matches: databse

Return to advanced search

Re: Editar celdas en xbrowse

... by calling oCn := FW_MSSQLDB You can upload or create small sample tables of your own on this server. Then we both can test the program on this databse. That helps us to provide you the right support.
by nageswaragunupudi
Fri Sep 01, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 552

Re: Cómo saber si una DATABSE existe?

César y José, José y César

Muchas gracias, voy a probar y aviso.

Saludos
by Armando
Sat Jun 17, 2023 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo saber si una DATABASE existe? (SOLUCIONADO)
Replies: 5
Views: 441

Re: Cómo saber si una DATABSE existe?

Hola Armando, Yo lo Hago Asi: Primero que nada me aseguro de tener una base de datos de CONTROL que SÍ exista para poder conectar al servidor, esa base de datos debe estar en el mismo schema de la que voy a validar, ya que no se como conectar al servidor con TDolphin sin indicar un nombre de base de...
by JoseAlvarez
Sat Jun 17, 2023 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo saber si una DATABASE existe? (SOLUCIONADO)
Replies: 5
Views: 441

Re: Cómo saber si una DATABSE existe?

Armando: Con TDolphin hay un metodo que te permite saberlo oCn:DBExist("midatabase") En la clase nativa de Fivewin no se si existe el método homónimo Pero puedes sino hacerlo desde el esquema ocn:Query('SELECT schema_name FROM information_schema.schemata WHERE schema_name = "midat...
by cmsoft
Sat Jun 17, 2023 11:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo saber si una DATABASE existe? (SOLUCIONADO)
Replies: 5
Views: 441

Cómo saber si una DATABASE existe? (SOLUCIONADO)

Amigos del foro:

Desde código FW, cómo saber si una base de datos (no tabla) existe?, y sin usar
el comando CREATE IF NOT EXISTS BaseDeDatos pues no quiero crearla, solo
necesito saber si existe o no.

Saludos
by Armando
Sat Jun 17, 2023 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo saber si una DATABASE existe? (SOLUCIONADO)
Replies: 5
Views: 441

Re: Error on search a record on dbf with tdatabase

... planning I check if there are reservations on reserva.dbf but then I close it that is I not have reserva.dbf opened, I 'm trying to not have the databse opened but open the dbf when I make an operation Remember I have this problem when I am on Edit record and I go to change the last date on datepick ...
by Silvio.Falconi
Wed Jul 07, 2021 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1528

Re: Imágenes en una DBF

... then with DBF files problems will arise. This is just my experience when using DBF files, of course for all of us we are free to use what kind of databse technology. Regards. Mulyadi.
by Mulyadi
Thu Feb 18, 2021 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1839

Re: Fwh used for Prestashop shopcard (SOLVED)

... need also a question I can use th esql archive of Prestashop directly on fw application or we must to converte on dbf and the reconverte into sql databse ? I wish create a application because customer ask me th epossibility to change on local the clients,products,and print the order make on prestashop ...
by Silvio.Falconi
Fri Dec 16, 2016 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh used for Prestashop shopcard (SOLVED)
Replies: 9
Views: 2010

FastReport,The most best report engine for FWH,Harbour!

... (lang.xml optional), include print,preview,export to jpg,email etc and visual designer for form .fr3 file. 2.You only need prepare your databse datas often as dbf alias, tmysql self defined data, Others only need is to design froms as xx.fr3 file ! examples: in prg : FrPrn := frReportManager():new() ...
by ShumingWang
Sat Aug 07, 2010 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport,The most best report engine for FWH,Harbour!
Replies: 4
Views: 2171

Help : Any Class for Databse Look up with Multiple Columns

Friends, Is there any class or sample code availabe for Database look up with multiple columns, which can be associated with a get object. I understand that DBCOMBO can do this display if you concanate the two Data fileds into a a single string For Eg.DbfAlias->Code+DbfAlias->Name in the LIST....
by anserkk
Mon Sep 22, 2008 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Any Class for Databse Look up with Multiple Columns
Replies: 18
Views: 3030

Buttons and ButtonBmps

... Please help me solve the problem. I have the dialog with LISTBOX and two BUTTONS created. The LISTBOX browses a databse file. I need to enable/disable the button2 depending on the value of the field in the actual record, but it doesn't work. The button2 is described ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65023

Browsing generally

... brose ....' and more or less by accident I found some strange things. e.g. I had a browse which enabled about 40 lines, while at that time the databse only has about 15 records. Things like pageup/down (and similar went weird, if I clicked on the place of an empry row, a row (identical to another) ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65023

Mr.Enrico and Mr.Gale

Code: Select all  Expand view
SET DEFAULT TO ( Server:MapPath( "./" ) )


has served the purpose and it is correctly
pointing to the databse path.

Thanks to you both

- Ramesh Babu P
by RAMESHBABU
Sun Jun 01, 2008 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Open a DBF file from Internet Web Server via xBScript
Replies: 11
Views: 2624

... in the array aVals and not need to be reset each time. This code is to illustrate the principle only. oCalling would possibly be a property of the databse object and not need to be passed in each time. Happy to receive comments / ideas / criticisms. Regards Doug xProgrammer
by xProgrammer
Tue Apr 29, 2008 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Properties (DATA) be added dynamically to an Object (CLA
Replies: 9
Views: 2789

Creation of MDB, add tables & append DBF data with ADORD

... the tables from two individual .DBF files using APPEND FROM ... command using ADORDD. I found a sample "ACCESS1.PRG" which is creating the databse with a table. I need to create the databse alongwith two tables. I don't know how to accomplish it. DbCreate( "test2.mdb;table1", ...
by RAMESHBABU
Tue Dec 18, 2007 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of MDB, add tables & append DBF data with ADORD
Replies: 0
Views: 367
Next

Return to advanced search

cron