Re: Creating MySQL database using DAO

2002-04-04 Thread Christopher Thompson
On Thursday 04 April 2002 2:21 pm, Guy-Maurice Lepoutre wrote: > Hello, > > I would like to create a MySQL database using DAO and > Visual C++ 6.0 (CDaoDatabase and CDaoRecordset). I > know there is a Create() method on CDaoDatabase but I > cannot figure out how to use it to create a mysql > datab

Creating MySQL database using DAO

2002-04-04 Thread Guy-Maurice Lepoutre
Hello, I would like to create a MySQL database using DAO and Visual C++ 6.0 (CDaoDatabase and CDaoRecordset). I know there is a Create() method on CDaoDatabase but I cannot figure out how to use it to create a mysql database. Does anyone know how to do this? Moreover, do you know which files are