in vb6 i make insrt's into mysql
like this :
how can i get the result id of the execution?VB Code:
cnMySql.Execute ("insert into xxx (p1) values('aaa')
(in php there is a function called mysqli_insert_id() which gives me the insert id)
what to do?
thanks in advance
peleg




Reply With Quote