ADO.NET connection string

D

Duncan Winn

I am trying to connect to an INTRBASE database through the MS OleDb.NET
provider, however I am unsure of what to use for the connection string. How
can I find this out???
 
D

Don

Duncan said:
I am trying to connect to an INTRBASE database through the MS OleDb.NET
provider, however I am unsure of what to use for the connection string. How
can I find this out???

When I need to find the connection string, I use
MSDASC.DataLinks.PromptNew() to get the ADODB.Connection and then
inspect the ConnectionString
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top