I am having some problems figuring out how to write the connection string to tell my ASP pages to connect to the Oracle9i database that I built and want to convert to.
Here's a example of the current string I am using to connect to SQL Server 2k. But I don't know how to convert this to a Oracle string.
Help please.
myConnString = "Provider=SQLOLEDB.1;Password=;User ID=sa;Initial Catalog=Transactions;Data Source=HOCHIMIN"
Here's a example of the current string I am using to connect to SQL Server 2k. But I don't know how to convert this to a Oracle string.
Help please.
myConnString = "Provider=SQLOLEDB.1;Password=;User ID=sa;Initial Catalog=Transactions;Data Source=HOCHIMIN"