Originally posted by r035198x
I fixed it.
SqlConnection
, you will use an OleDbConnection. There are a few syntax changes that need to be made to get this to work (ie: your SQL commands and the characters you supply for using parameters etc.) but the concept is the same. Check out this MSDN article about Creating Connections to Access Databases.
Comment