I have a few ASP pages along with a website on one server that has access to a SQL server database. I've been told that the connection string in the ASP pages to drop tables and query the database is-- connectionstring = "provider='SQLOLEDB'; data source='cecpeople'; initial catalog='Account Name'; user id='Account Name'; password='password'" I'm getting an error that says the requested name (ie tableName) cannot be found.
On another server with access to a SQL server database, I was told the connection string was connectionstring= "Driver={SQL Server};Server=dataserver.cfm-resources.com;db=AccountName;uid=AccountName;pwd=AccountPassword" of course my website is on the first server still. I get an error stating a script timeout!
can anybody help, I've been trying to get this connection for along time
mark
On another server with access to a SQL server database, I was told the connection string was connectionstring= "Driver={SQL Server};Server=dataserver.cfm-resources.com;db=AccountName;uid=AccountName;pwd=AccountPassword" of course my website is on the first server still. I get an error stating a script timeout!
can anybody help, I've been trying to get this connection for along time
mark