Recently upsized MS Access database to SQL Server 7 hosted at an ISP. Was able to login using connection string:
CS = "Provider=sqloledb.1;"
CS = CS & "Data Source=Client-Sample;"
CS = CS & "Initial Catalog=xterm;"
CS = CS & "Persist Security...
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.