Search found 4629 matches: database

Return to advanced search

Re: Ayuda con DLL

... Local oDbf,Vec1,Q,Titulo,MsgFooter,IPCem Private DBF1,CDX1 DBF1:=CurDrive()+":\"+Curdir()+"\CONFPIPE.DBF" USE &DBF1 NEW DATABASE oDbf oDbf:bEoF=nil oDbf:bBoF=nil oDbf:GoTop() RutaDat :=ALLTRIM(oDbf:RUTADATOS) SerRemoto:=oDbf:REMOTO DBCLOSEALL() // PARA UTILIZAR INDICES ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 82

Re: Error Irrecuperable 9009 ( Solucionado )

... WaitOn("Espere, recogiendo informacion...",@oWait ) HB_GCALL( .F. ) FWCONNECT lServer HOST cServer ; USER cUser ; PASSWORD cPassword ; DATABASE cDBName CheckConect() cMsg := "SELECT * FROM personal_mov p WHERE fecha='2030-03-04'"// LIMIT 2000" cQry := aServer:Query( cMsg ...
by CARLOS ATUNCAR
Mon Jun 03, 2024 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Irrecuperable 9009 ( Solucion en 32bits )
Replies: 15
Views: 203

Re: Error Irrecuperable 9009

... 20230914) RAM 16 WaitOn("Espere, recogiendo informacion...",@oWait ) FWCONNECT lServer HOST cServer ; USER cUser ; PASSWORD cPassword ; DATABASE cDBName CheckConect() cMsg := "SELECT * FROM personal_mov p WHERE fecha='2030-03-04'"// LIMIT 2000" cQry := aServer:Query( cMsg ...
by CARLOS ATUNCAR
Mon Jun 03, 2024 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Irrecuperable 9009 ( Solucion en 32bits )
Replies: 15
Views: 203

Re: eMailDesktop - uses filesystem as database

Hello friends, I am reprogramming my DMS. At that time, I integrated several components. This makes it somewhat difficult to expand and maintain the program. Therefore, today I started reprogramming the container for the individual documents. Now you can easily store images, text, or tables there an...
by Otto
Sat May 25, 2024 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDesktop - uses filesystem as database
Replies: 6
Views: 2265

Clipper alone sold around 250,000 copies worldwide by 1991

... as dBase, FoxPro, and Visual FoxPro, the combined user base during this period was likely in the millions. The idea of reviving a simple, compact database language like Clipper is fascinating, especially considering the growing need for efficient data management solutions. Clipper's simplicity ...
by Otto
Fri May 24, 2024 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper alone sold around 250,000 copies worldwide by 1991
Replies: 0
Views: 136

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... as dBase, FoxPro, and Visual FoxPro, the combined user base during this period was likely in the millions. The idea of reviving a simple, compact database language like Clipper is fascinating, especially considering the growing need for efficient data management solutions. Clipper's simplicity ...
by Otto
Thu May 23, 2024 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 888

Mod Harbour: ChatGPT Provides Detailed Answers

... often require advanced features and better scalability, which the DBF format may not offer. Compatibility: Integration with other modern database systems and technologies can be difficult. Market trends: The market is increasingly moving towards relational databases and NoSQL solutions ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 888

Re: Filter on Xbrowse

... a request to the server, and it responds with a JSON. At the moment, we are not yet evaluating any indexes and filters, but simply querying the database. https://mybergland.com/fwforum/ch_tabelle.jpg https://mybergland.com/fwforum/ch_clip1.jpg https://mybergland.com/fwforum/ch_clip2.jpg
by Otto
Sun May 05, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 1361

Re: xbrowseWeb - Work in Progress

Hello friends, Database-Navigation I now have 2 switches for forward/backward, and each time the sentence pointer for reading in is shifted by 20 records. The speed is good. I will now also link forward/backward with the mouse wheel. ...
by Otto
Mon Apr 29, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 365

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... these 3 files in these folders: \fwh\lib\libmysqld.lib\fwh\samples\libmysqld.dll\fwh\samples\errmsg.sys We need to choose some folder to hold our database on our disk. Suppose we choose "C:\MYDATA\" Then try this program: #include "fivewin.ch"REQUEST DBFCDXfunction Main()  ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10687

Mr. Nages, please. check your email

Mr. Nages
Please, could you. perform a backup of the database that I indicated in your email?
Thank you.
by Willi Quintana
Thu Apr 11, 2024 9:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Nages, please. check your email
Replies: 0
Views: 190

FWHMySql - Failing to restore large files

Hi Guys, A customer changed his server, as we recommended, before he made a backup of his database. However, we aren't being able to restore it. Allways we try to restore, there is happening the error bellow: Application Internal Error - C:\TEC2000\SGV90\SGV.EXETerminated ...
by vilian
Wed Apr 10, 2024 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 171

BackUp [cCondition]

Mr. Rao Good morning, I have a database that has 60 tables and 2 of them have more than 400,000 records, when I use MariaDb BackUp, it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 184

BackUp [bCondition]

Mr. Rao Good morning, I have a database that has 60 tables and 2 of them have more than 400,000 records, when I use MariaDb BackUp, it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BackUp [bCondition]
Replies: 1
Views: 86

Re: Por qué el error en este SELECT?

... sapwin.HdrOdc FROM appsap.HdrOdc ORDER BY HDR_ODC;[Err] 1327 - Undeclared variable: sapwin  SapWin.HdrOdc is the new database.table and appsap.hdrodc is th old database.table I do it this way and the records are copied but I get the error described above when I filter ...
by Armando
Mon Mar 04, 2024 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 427
Next

Return to advanced search