P
Peter Morris
How do I run a SQL query in a VB program?
The query has the form
SELECT col1 FROM my_table WHERE key_no = 1
It should return a single string, and I want to put the returned
value in a string in my code.
The query has the form
SELECT col1 FROM my_table WHERE key_no = 1
It should return a single string, and I want to put the returned
value in a string in my code.