Re: What's the easiest way to export MySQL table structure and data AUTOMATICALLY using MySQL++?

2001-06-13 Thread Sinisa Milivojevic
David Ayliffe writes: As subject; I'm using the MySQL C++ API's and compiling under MS VC++ 6? I want to accept a table name at runtime, and then export both the data and data structure to a file which is compatible with MS Access; which the table will eventually be imported into. Are

What's the easiest way to export MySQL table structure and data AUTOMATICALLY using MySQL++?

2001-06-12 Thread David Ayliffe
As subject; I'm using the MySQL C++ API's and compiling under MS VC++ 6? I want to accept a table name at runtime, and then export both the data and data structure to a file which is compatible with MS Access; which the table will eventually be imported into. Are their any API's to do this?

Re: [[Mysqlcppapi-main] What's the easiest way to export MySQL table structure and data AUTOMATICALLY using MySQL++?]

2001-06-12 Thread Murray Cumming
David Ayliffe [EMAIL PROTECTED] wrote: As subject; I'm using the MySQL C++ API's and compiling under MS VC++ 6? I want to accept a table name at runtime, and then export both the data and data structure to a file which is compatible with MS Access; which the table will eventually be