J
Joey Martin
Could use a little help.
I have an asp script that insert information into a SQL 2003 db table.
The script works for about the first 3000 entries and then give me a
.....
DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
Obviously the server is there, since this is working for the first 3000
entries. I can then do a "where id> 3000" and run it again and it'll run
about another 3000 then same error.
What can I do to stop this error and have the entire process run?
I have an asp script that insert information into a SQL 2003 db table.
The script works for about the first 3000 entries and then give me a
.....
DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
Obviously the server is there, since this is working for the first 3000
entries. I can then do a "where id> 3000" and run it again and it'll run
about another 3000 then same error.
What can I do to stop this error and have the entire process run?