asp_databases thread: re: ADO/ASP
I have sorted the problem i was having with my query. The ODBC uses standard SQL to run query therefore a '%' must be used instead of '*'. The fact that my browser had problems flushing the cache added delay to progress. so ... "SELECT * FROM Name WHERE Name LIKE '" & txtName & "%';" and the fact my browser was not flushing out the pages properly.
|





