sql select comand in VB - TechRepublic
Question
April 9, 2007 at 11:41 PM
sajjad81

sql select comand in VB

by sajjad81 . Updated 19 years, 2 months ago

In minr project i use that query it is workinf fine.
“select * from attend where eid=” & CLng(eid.Text)
but i can not wirte a query for two fields. i try tyo write that
“select * from attend where eid= and field2=” & CLng(eid.Text) and clng(1)
but i get a error data missmatch.
can any body helpme??

This discussion is locked

All Comments