Re: [sqlite] vb sqlite

2006-11-28 Thread John Stanton
Sqlite is very widely used as an embedded SQL database. You probably use it already without knowing it. (Do you use Firefox?). Be warned that the price you pay for its simplicity is that it is not suitable for enterprise DBMS applications, like running Ebay, but is ideal for standalone applic

Re: [sqlite] vb sqlite

2006-11-28 Thread Osen Kusnadi
Hi, If you want to make an embedded database application with VB6 and SQLite3, Please visit to http://osenxpsuite.net And you can using Free Query Analyzer for SQLite3 database from the following link below: http://osenxpsuite.net/en/downloads.php?id=sqlite2006pro.exe&uid=mail_sqlite_users OK ma

[sqlite] vb sqlite

2006-11-27 Thread made hendra
hi I'm a newbies in sqlite, i'm a vb programmer. I want to develop database software (Point of Sales) under vb and sqlite. From the sqlite official website, i fond that sqlite is great database. I need your opinion, is it wrong or right using sqlite as database for my vb application. Can you giv