MySQL in LInux
Hello.. Im trying to connect MySQL my C# program in Linux using mono app.. And Im running fedora core 3.. What namespace should i use? and how to connect MySQL in C#?? Thankz..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jia EnPosted Jan 24, 2006, 10:03 PM
AnttiPosted Jan 24, 2006, 10:27 AM
One who i know, uses MySql with, C#, and he said that you must install a database driver for MySql. Odbc or oledb will do.
But usually the namespace you use with databases that are not SqlServer, is System.Data.Odbc or System.Data.OleDb.