Does anyone know of any good introductions/tutorials, i.e. sample projects using mySQL with an MFC C++ Visual Studio .Net 2002 program.
I was generating my own database, just a large array of type myStruct and initialing it at startup via a Tab delimited file.
I would like to populate the mySQL database with this Tab delimited file is that possible?
Note the reason for moving to mySQL is one of speed and I was just using the CStringArray class to store the names in items and do all the searching; e.g. string searches and the array was getting quite large.
Note I have just unstalled mySQL 4.1 onto my PC (runs a dos window), and I have just started reading the syntax & commands for SQL. So any information most welcome.
I was generating my own database, just a large array of type myStruct and initialing it at startup via a Tab delimited file.
I would like to populate the mySQL database with this Tab delimited file is that possible?
Note the reason for moving to mySQL is one of speed and I was just using the CStringArray class to store the names in items and do all the searching; e.g. string searches and the array was getting quite large.
Note I have just unstalled mySQL 4.1 onto my PC (runs a dos window), and I have just started reading the syntax & commands for SQL. So any information most welcome.