Somebody wanna help me with some

by IP_SEC 10 Replies latest jw friends

  • IP_SEC
    IP_SEC
    All my forms work but one that display current date??? Server error

    Table default value

    =Date()
    <%
    var Recordset2 = Server.CreateObject("ADODB.Recordset");
    Recordset2.ActiveConnection = MM_DB_STRING;
    Recordset2.Source = "SELECT Date FROM Date";
    Recordset2.CursorType = 0;
    Recordset2.CursorLocation = 2;
    Recordset2.LockType = 1;
    Recordset2.Open();
    var Recordset2_numRows = 0;
    %>

    <form id="form2" name="form2" method="get" action="">
    <label>Date:
    <input type="text" name="textfield" />
    </label>
    </form>

    Sorry been a long time since I do this

  • free2think
    free2think

    Huh?

  • IP_SEC
    IP_SEC

    NM I figured it out just sleepy I guess

  • crazyblondeb
    crazyblondeb

    LOL at the "dummie's ad" in your thread!!

  • Dune
    Dune

    Lol, thats hardcore, most of the time i make sure that i'm only printing in javascript and do all the backend code in c#. so i feel your pain.

    I just recently snagged a java project, so i wont be doing any of that again for a few months (hopefully).

  • arrowstar
    arrowstar

    Egad!!

  • IP_SEC
    IP_SEC

    I had failed to set the correct permissions on the database. That database wouldnt work cause it was locked and I didnt give the correct permissions Newb mistake. I know.

  • Priest73
    Priest73

    I thought you were gunna ask to cross swords. Thanks, but no.

  • IP_SEC
    IP_SEC

    Yo man. Im hip. Ima no homophobe. Id cross swords with you in a DP. This is about a DB tho

  • Priest73
    Priest73
    Yo man. Im hip. Ima no homophobe. Id cross swords with you in a DP. This is about a DB tho

    Perhaps you should try using a real DB. IMAO

Share this

Google+
Pinterest
Reddit