Hi,
I am trying to fill a grid with a SQL query, but having a few problems. The query is running OK, but instead of filling the grid it opens up in a seperate window, as though the query had been run seperatly. The hackers guide states -
"With both query choices, make sure the query...
Hi,
I am writting a small program which I need to dynamically create an sql statement from the contents of a list box i.e.
list box contains 't', 'y', 'x'
sql statement -
select * from table where col1='t' or col1='y' or col1='x'
The problem I am having is how to create this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.