Different kind of db connection

  • Thread starter Thread starter greg
  • Start date Start date
G

greg

hallo everybody

Does anyone know if it's possible to connect to a
different database from access and sql server

I work with perversive db and dont know how to connect to
it. there are only access and sql server adapters
available.

if it so could anyone tell me how to do it?
 
¤ hallo everybody
¤
¤ Does anyone know if it's possible to connect to a
¤ different database from access and sql server
¤
¤ I work with perversive db and dont know how to connect to
¤ it. there are only access and sql server adapters
¤ available.
¤
¤ if it so could anyone tell me how to do it?

It depends on whether you are using the Pervasive OLEDB or ODBC driver. You can use the native .NET
OLEDB library with the Pervasive OLEDB driver, or the native ODBC.NET library with the Pervasive
ODBC driver. I believe that Pervasive recommends using the OLEDB V8 driver

If you are using version 1.0 (VS 2002) of the framework you will need to download the ODBC.NET
library (it's included with version 1.1 of the framework).

http://www.microsoft.com/downloads/...27-1017-4f33-a062-d165078e32b1&displaylang=en

http://www.pervasive.com/support/faq3.asp#OleDBProvider


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Paul i use odbc connection framework 1.0 but in 2 week my company is
going to change into vs.net 2003.
I have already odbc drivers downloaded.

Is it possible that u show me a small example how to, let say fill
dataset with data from perversive db.
 
¤
¤ Paul i use odbc connection framework 1.0 but in 2 week my company is
¤ going to change into vs.net 2003.
¤ I have already odbc drivers downloaded.
¤
¤ Is it possible that u show me a small example how to, let say fill
¤ dataset with data from perversive db.
¤

Unfortunately I don't have a Pervasive database to work with so I can't provide an example. You
might want to check with Pervasive:

http://www.pervasive.com/library/index.asp?_portal=OLEDB
http://www.pervasive.com/library/index.asp?_portal=ODBC


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top