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
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.