Hello,
I wondered if there is a way to create a mysql
database using Visual C++ 6.0. I don't want the
database to be registered, I want the program to
create the database for me.
Thanks a lot for your help.
__
Do You Yahoo!?
Yahoo! Tax Center - on
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
clude
after all other included header files (especially
those of MFC)
4) If errors occur, see the "Problems" section
Thanks a lot for your help
--- Sinisa Milivojevic <[EMAIL PROTECTED]> wrote:
> Guy-Maurice Lepoutre writes:
> > Hello,
> >
> > I am usi
Hello,
I am using Visual C++ 6.0 and I have some linking
problems while trying to run the example program
MFC_ex.cpp included in the downloading files in the
mysql.com website.
Here are the errors I get:
Configuration: MFC_ex - Win32
Debug
Linking...
MFC_e
7) : error C2872:
'ostream' : ambiguous symbol
c:\sqlplus\include\manip1.hh(340) : error C2872:
'ostream' : ambiguous symbol
c:\sqlplus\include\manip1.hh(345) : error C2872:
'ostream' : ambiguous symbol
c:\sqlplus\include\vallist1.hh(56) : error C2872:
'
Hello,
I have troubles compiling this program:
#include
#include
#include "c:/sqlplus/sqlplus.hh"
int main()
{return(0);}
As you can see, the program itself isn't very
complicated.
When I run this program (using MS Visual C++), here
are the errors I get. Can anybody help me please. I
would r