I have a problem with the below code in vb, i am using a dsn less connection to the db and everythign else works except:
this doesn't raise an error in vb, also if I do:
that also doen't work. any thoughts?
this only doesn't work in mysql, works in using a .mdb
Thanks,
James
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
![[mad] [mad] [mad]](/data/assets/smilies/mad.gif)
"Make it idiot-proof and someone will make a better idiot." ~bumper sticker
Code:
select * from JobInfo
do until recordset.eof
i=i+1
recordset.movefirst
recordset.move i-1
tempstr = tempstr & recordset(0) & "~"
loop
this doesn't raise an error in vb, also if I do:
Code:
select job_id, Job_Number from JobInfo
this only doesn't work in mysql, works in using a .mdb
Thanks,
James
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
![[mad] [mad] [mad]](/data/assets/smilies/mad.gif)
"Make it idiot-proof and someone will make a better idiot." ~bumper sticker