Using parameterized queries with ms access 2003 integration. To search any data according to different criteria.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
migrated from superuser.com Dec 5 '09 at 6:24
You'll need to use the OleDbConnection class, as well as the OleDbCommand class, with the proper connection string for Access.
|
||||
|
You may find this helpful: http://stackoverflow.com/questions/251276/howto-parameters-and-like-statement-sql |
|||
|