- Home /
Connecting to access database via C#
Hi all,
I am trying to read MS access database via my c# script. I integrated external dll too "MySql.Data.dll" . But still i am facing errors as system is unable to read "using System.Data.OleDb;" namespace.
can anybody direct me as on how to do transaction with MDB within unity
Answer by Venceremos · Sep 13, 2014 at 09:05 PM
I have the same issue about this problem about 4 months ago. I didn't find a proper solution for this. But there are some solutions for this issue. I followed the first.
Create ASP.Net web service (using .Net Framework 3.5) to communucate with the database. If you found this solution useful I can give you some detailed info too.
Use SQLLite instead of MDB.
I could not connect MDB database through mono btw.
Your answer
Follow this Question
Related Questions
Web Player and database 1 Answer
How to fix MySQL Connection error? 0 Answers
possible to get secure mysql connection while database is from a hoster? 0 Answers
Problem in starting mysqld Process 0 Answers
MySql Online Character About 0 Answers