Hi ,
I'm searching this subject . Can you direct or send to me source of tis lib for xHarbour ?
Whit best regards ! Rimantas
Hi ,
I'm searching this subject . Can you direct or send to me source of tis lib for xHarbour ?
Whit best regards ! Rimantas
Reviewed SQLWin RDD ... Interesting ... But didn't understanded - can this RDD work with SqLite ? Any sample ?
Needfuls sources I found for SqLite for xHarbour . But the SqlWin Rdd with SqLite it's insteresting for me and any sample wil be appreciated ... ![]()
Rimantas,
SQLWin is an early prototype of an open source SQL RDD. It is not functional yet.
If you need a SQL RDD you may use the commercial SQLRDD from xHB.com
Hello Antonio ,
Thanks for suggestion , but commercial SQL RDD can't work with olds databases . They did mandatory 2 fields for every table - s_recno && s_deleted ( something similar ) , so old databases or databases from 3 party can't be opened with this SQL RDD .
I found what I searched - SqLite class . Also reviewed SqlWin Rdd too . At last I found that in this RDD you are using OleDb providers as in ADO RDD . And at this moment you can connect to MySql , PostGres , Oracle, Access and others . Sorry , but SqLite in this list don't exist
... . It's really sorry , but I didn't found good OleDb providers for SqLite too . So it leave to do connection through wrapper .
Regards !
Mr Rimantas
Can you please guide me where to get the SqLite class ?
Please , send me e-mail to rimantasu@gmail.com . I'll reply to you with added source .