Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Connection Methods


Message #1 by "Meinken, Joe" <Joe.Meinken@q...> on Mon, 18 Feb 2002 08:26:30 -0600
All,

I am currently using the following code to connect to both Oracle7 and

Oracle8 databases:



myDSN="Provider=MSDAORA;User ID="&userID&";Password="&passWord&";Data

Source="&database&";"



I've read about some problems when using the MSDAORA provider and attempted

to use:



myDSN="Provider=OraOLEDB.Oracle;User

ID="&userID&";Password="&passWord&";Data Source="&database&";DistribTX=0;"



The OraOLEDB works fine for my Oracle8 databases, but I get an Oracle error

when attempting to use this provider on my Oracle7 databases.  If this is

the incorrect forum, I apologize.  Any help?



Joe


  Return to Index