Viewing 4 posts - 1 through 4 (of 4 total)
Haha! No doubt! It happens when I'm trying to do an insert into the database....using asp (jscript).
Nothing fancy going on here...it's a brand new site I'm working on...same server...
September 7, 2005 at 5:15 am
Nope, I do a call to the MS Access database only....one table lives there:
var oConn = Server.CreateObject("ADODB.Connection")
MdbFilePath = Server.MapPath("database/pornstar.mdb");
oConn.Open("Driver={Microsoft Access Driver (*.mdb)}; DBQ=" + MdbFilePath + ";");
September 6, 2005 at 2:37 pm
I don't think so. Like I said, I've only used MS Access. My server all of a sudden is giving me this error.
I have a hosting account through Interland and...
September 6, 2005 at 2:25 pm
I need help on this mystery bug too. I get the following error:
"This SQL Server has been optimized for 8 concurrent queries. This limit has been exceeded by 1 queries...
September 6, 2005 at 2:17 pm
Viewing 4 posts - 1 through 4 (of 4 total)