Results 1 to 3 of 3

Thread: vb6+mysql+execute

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2004
    Location
    Israel the holy land
    Posts
    160

    vb6+mysql+execute

    in vb6 i make insrt's into mysql
    like this :
    VB Code:
    1. cnMySql.Execute ("insert into xxx (p1) values('aaa')
    how can i get the result id of the execution?
    (in php there is a function called mysqli_insert_id() which gives me the insert id)
    what to do?
    thanks in advance
    peleg
    Last edited by Electroman; Feb 20th, 2005 at 09:39 AM. Reason: Corrected VBCode tags
    Israel - the best place to live in after heaven, but no one want's to go there so fast.

    http://www.networked-toys.com/
    http://www.nirlat.com/home_page.asp

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