Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Need Help ASAP!

    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...

  • RE: Need Help ASAP!

    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 + ";");

  • RE: Need Help ASAP!

    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...

  • RE: optimizing sql server for concurrent querries

    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...

Viewing 4 posts - 1 through 4 (of 4 total)