here in my town many people use sqllite , why we cannot use it with fwh?
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
here in my town many people use sqllite , why we cannot use it with fwh?
We CAN use it with FWH.
I'am using it with ADO.
Sended with Tapatalk
Marc,
Can you post a small sample program using ADO and SQLite?
Regards,
James
The beauty of ADO is that it is engine aware (with some caveats...). You only have to change the connection string et voilà. ![]()
EMG
James Bott wrote:Marc,
Can you post a small sample program using ADO and SQLite?
Regards,
James
I tried with fwdbu BUt I not Know how open a db file ( sqllite)
Hi Silvio,
there is a Sqlite class for FWH to use directly the Sqlite API (faster then ADO).
I'm using it from three years. Check on the forum.
PUOI INVIARMI STA CLASSE PER FAVORE ?
Marco Turco wrote:Hi Silvio,
there is a Sqlite class for FWH to use directly the Sqlite API (faster then ADO).
I'm using it from three years. Check on the forum.
I switched to ADO-SQLite because it was easyer to use the same program for MySQL and SQLite, only change the connection-string.
on Xageslite of Xailer use Sqllite Db Files native
http://www.ozs.com/?q=xaGeslite
On this application I not see extern Dll and my computer not have Odbc Driver Sqllite installed,
ho w this app run good ?
Silvio,
Their Database class supports either DBF, ADO, MySQL, etc. Same class and at start you indicate datasoruce.
Maybe Fivetech could add support to ADO into TDBF class?.
Thanks.