|
To create a connection, set the Cursor Location, and then either set the ConnectionString and then call Open, or specify the connection string on the Open call.
cn.ConnectionString = "Provider=PervasiveOLEDB;Data Source=Demodata" cn.CursorLocation = adUseServer cn.Open
or
|
Chapter contents
Prev topic: Setting up Visual Basic for Pervasive.SQL OLE DB Programming
|