JDPglenman
IS-IT--Management
Hi,
I am having problems connecting a simple application written in VB.NET (2005) with our Pervasive.SQL V8 database. I have attempted three methods:
1. using OdbcConnection - the application works fine but remains in memory when closed. This happens only when I populate a DataSet object using a DataAdapter object.
2. using ADODB.Connection - the connection works ok and the application closes down ok, but I cannot use the Recordset.MoveLast method to move to the end of the recordset.
3. using OleDb.OleDbConnection I get an "Invalid user authorization specification." error message from Pervasive ODBC Engine
Can anyone tell me help?
Thanks in advance
Jeremy
I am having problems connecting a simple application written in VB.NET (2005) with our Pervasive.SQL V8 database. I have attempted three methods:
1. using OdbcConnection - the application works fine but remains in memory when closed. This happens only when I populate a DataSet object using a DataAdapter object.
2. using ADODB.Connection - the connection works ok and the application closes down ok, but I cannot use the Recordset.MoveLast method to move to the end of the recordset.
3. using OleDb.OleDbConnection I get an "Invalid user authorization specification." error message from Pervasive ODBC Engine
Can anyone tell me help?
Thanks in advance
Jeremy