Search:

Type: Posts; User: George W. Bush

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,180

    Re: family feud

    Using a loop is fine, just in your loop there is no code to take input from the user, so in this example it would immediately execute the loop 3 times.
  2. Replies
    4
    Views
    572

    Re: Session gets stuck

    By hardcoded I mean like this...

    Set dbase = Server.CreateObject("ADODB.Connection")
    dbase.Mode = adModeReadWrite
    dbase.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" &...
  3. Replies
    3
    Views
    405

    Re: Problem Updating Recordset [RESOLVED]

    I've done it. It appears the problem is an ADO one. Maybe I'm the first to discover this bug :cool:

    Instead of specifying which recordset I wanted to update directly in the RS.Open statement I...
  4. Replies
    3
    Views
    405

    Re: Problem Updating Recordset

    I'm afraid my hosting provider doesn't allow the execute method to be used.

    Originally I would have liked to have hard-coded macros/queries into the DB itself and just call them from asp, alas I@m...
  5. Re: DXGame Engine - Platform Game Demo [Zip+EXE]

    What a little corker, superb! Keep it up! Ran fine on my old laptop, 500mhz AMD K6-2 with onboard ATI Trident Cyberblade 7i (8mb) gfx card.
  6. Replies
    7
    Views
    4,180

    Re: family feud

    remove Text1 = "" from your Do While loop, it's not needed.

    After the Loop use If count >= 3 ...

    Not sure if that'll solve your problem, but it'll make for better code.
  7. Replies
    4
    Views
    572

    Re: Session gets stuck

    Instead of using DSN try using a hardcoded connection to the DB. See if that clears it up.
  8. Replies
    3
    Views
    405

    Problem Updating Recordset

    Hi all,

    I've done a bit of searching and learnt quite a bit form this forum already and I only joined like 30 minutes ago. However I can't find the solution to my specific problem so I'm starting...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width