Recordset Filter Problem
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all i have create a Embedded Vb application.it has interface to interact with database. my database is Pocket PC Access (.cdb) format. I m using Adoce 3.0 to connect with my database. my connection string is "cn.ConnectionString = "provider=cedb;data source=" & strActiveConnection & ";"" where in strActiveConnection i m setting my database path. Doing this i m able to connect to me database.Connection is also a sucess. Now i have created a recordset. The problem is like i m using filter or Find method of the recordset but its giving error.when i use the where clause with the Recordset query its working but its method like filter or find is not working... Let me know if any one has come solution to it... thanks :-D