Results 1 to 8 of 8

Thread: ADODB & MySQL [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2002
    Location
    Lithuania
    Posts
    165

    ADODB & MySQL [RESOLVED]

    cn.Execute("Insert Into Table1 Values('value')")

    OK Its vorking.

    How about:

    For a=1 to 100
    cn.Execute("Insert Into Table1 Values('value')")
    next a

    not all 100 values are inserted because of flood

    Question: How to insert all 100 values?
    Last edited by GameBit; Feb 10th, 2003 at 07:39 AM.
    P.S. Sorry for my poor English...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width