Using parameterized queries with ms access 2003 integration. To search any data according to different criteria.
feedback
|
migrated from superuser.com Dec 5 '09 at 6:24
This question came from our site for computer enthusiasts and power users.
|
You'll need to use the OleDbConnection class, as well as the OleDbCommand class, with the proper connection string for Access.
| ||||
|
feedback
|
|
You may find this helpful: http://stackoverflow.com/questions/251276/howto-parameters-and-like-statement-sql | |||
|
feedback
|