all you need is an OLEDB or ODBC wrapper for sqlite, and there are some around, check the wiki. once you install one, your sqlite is accesible from ADO, just like any other database (almost)
________________________________ From: John Latimer [mailto:[EMAIL PROTECTED] Sent: Mon 30-Jan-06 12:06 AM To: [email protected] Subject: [sqlite] SQLite acces from vbScript I am programming in vbScript within the framework of a larger program on a PC platform and need to have access to SQLite for my database needs. I am an inexperienced programmer, so I wouldn't be surprised if the answer is very obvious to you , but oblivious to me... I require use of an SQLite database with full database query functionallity using vbScript. John L> John A. Latimer The Hologenic Man Discovery: The more I learn, the more I learn how little I know... Goal: There's strength in simplicity. Note: Goal not always achieved.

