Here are some different connection strings coming from my ASP test page:
strconn = "Provider=SQLOLEDB;Data Source=YourSQLServerServerName;Initial Catalog=YourSQLDBNAME;"
strconn = strconn & "User ID=webuser;Password=webuser;APP=ASP Script"
'OLE DB w/IP IT WORKS...
Here's the deal:
I read this link: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q128809.
Then I went back and looked at my table design. I had been using as a Primary Key a bigint field designated as the Identity Column. This apparently is not unique enough. I tried creating a...
Hi all,
I am trying to hook up my Access97 Front End forms to a new SQL Server 2000 back end.
I do this by:
1. Setting up a System DSN using ODBC drivers to hook up to the SQL Server Db.
2. Creating a new Linked table in Access 97 using the System DSN.
This all works fine, I can see all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.