I have a connection to sql server 7 through VB 6.0 and I did this query:
adodc1.recordsource="SELECT * FROM table1 WHERE lada=554"
adodc1.refresh
when I run the program it sends me a message "error unknown"
"IADODC failed" and the query give me no results.
Can anybody help me, please?
