Connection to Pervasive SQL Database

xzibited2

Active member
Joined
Jul 9, 2008
Messages
26
Programming Experience
1-3
All - I'm trying to populate a datagridview through a connection to a Pervasive SQL database, and am having some significant problems. I'm using the following connection string:

VB.NET:
Driver={Pervasive ODBC Client Interface};ServerName=server;dbq=database;

I keep getting an error that the keyword "driver" is not supported. Any thoughts on what could be going on here? Am I using an incorrect connection string?
 
Back
Top