IN VB-DATABASE I WAS USE ADO FILTER ex"RS.FILTER=... "
but now can i use it with ASP??
I TRAY BUT SOME ERRORS APPEAR.
Printable View
IN VB-DATABASE I WAS USE ADO FILTER ex"RS.FILTER=... "
but now can i use it with ASP??
I TRAY BUT SOME ERRORS APPEAR.
Sure you can use filter method in ASP.
Post your code/error .:)
You can use the filter as sal1150 said above, but it's more effiecent to use an SQL (or a SQL? - grammer? :)) Query in place of the filter...