Ok, I found the solutions.
I used "SELECT * FROM CLIENTS WHERE[CONDITIONS]", which gave me zero results.
But if I uses" SELECT name,adress,.... FROM CLIENTS WHERE[CONDITIONS]" if gives me results when I use "rs("field")
Anybody knows why this is? The table has a lot of fields, so is it posible that SQl server only can return an amount of fields?
regards,
David
|