hi folks,
I am a newbie trying to hookup MySql to .Net, and I have some questions.
I'd successfully created a mini database with MySql for testing purpose. When I browsed the folder where my database was created, I noticed the folder has many files.
For instance, they got a file named db.opt, test.frm,names.myi,test.myb, ect..
The problem Im having is finding out which ones are the ones I will need to upload onto the server?
In the past I was using MS Access and, what I did was create a database, then upload the database onto the server. I dont know if its done the same way with MySql.
Another question is, I ran into 2 data providers.
The ODBC thats found in the Visual Studio 7 v1.1,
and the MySql Net connector thats on the MySql site.
My question is, which one is safer/more reliable? Which one is faster in performance wise? What do y'all recommend?
Thanks in advance.
I am a newbie trying to hookup MySql to .Net, and I have some questions.
I'd successfully created a mini database with MySql for testing purpose. When I browsed the folder where my database was created, I noticed the folder has many files.
For instance, they got a file named db.opt, test.frm,names.myi,test.myb, ect..
The problem Im having is finding out which ones are the ones I will need to upload onto the server?
In the past I was using MS Access and, what I did was create a database, then upload the database onto the server. I dont know if its done the same way with MySql.
Another question is, I ran into 2 data providers.
The ODBC thats found in the Visual Studio 7 v1.1,
and the MySql Net connector thats on the MySql site.
My question is, which one is safer/more reliable? Which one is faster in performance wise? What do y'all recommend?
Thanks in advance.