If you've got Pervasive.SQL 2000 then you can download the SDK developer kit from
(or
- scroll down page) which installs ADO capability, and you can now download the SP3(80MB) which also provides ADO capability without the SDK. The SDK has quite a lot of useful documents, and their are some free samples with code for download at
If you install the SDK or SP3 on the Server then it should install the latest drivers automatically, there's a separate setup for Client Workstations.
I'm still evaluating the various connection options. Using the OLEDB provider without ODBC you are limited at the moment to using the Connection and Recordset objects, the Command object is not supported yet. But you can use ADO via ODBC with the command object. I'm going to use ADO as that's the way MS is going and the ADO 'Seek' is supposed to be quick.
Re support, there's a DevTalk forum but its not too active, and there's the Pervasive Knowledgebase.
Re code: see how you get on with the downloads and checking out the samples and docs, and let me know if you need more help. For VB there's also the option of using a Pervasive dll library called DTO, it comes with the SDK, its an interface library. You will probably need to register to download, but it doesn't require any license info I don't think.
Good luck!