2
2
Remove the single quotes.... assuming mem_id is not a char or string
datatype...
dim comm as new oledbcommand("select * from table_name where mem_id=" &
gelen)
datatype...
dim comm as new oledbcommand("select * from table_name where mem_id=" &
gelen)