Uma,
Friday, March 15, 2002, 2:10:50 PM, you wrote:
UST>Now i am struck up with one problem...When i am trying to create a
UST> table in the mysql database it is giving this error...Can anyone plese
UST> help me how to rectify this problem..
UST> ERROR 1: Can't create/write to file './dbase/r
Hello,
Now i am struck up with one problem...When i am trying to create a
table in the mysql database it is giving this error...Can anyone plese
help me how to rectify this problem..
ERROR 1: Can't create/write to file './dbase/rr.frm' (Errcode: 13)
My mysql database name is dbase and my t
Hello,
Now i am struck up with one problem...When i am trying to create a
table in the mysql database it is giving this error...Can anyone plese
help me how to rectify this problem..
ERROR 1: Can't create/write to file './dbase/rr.frm' (Errcode: 13)
My mysql database name is dbase and my ta
Thi Cao writes:
> All,
>
> Using MySQL++, how do you check to see whether or not a specific table exist
> before you go ahead and create it?
>
> TIA
>
> Thi
>
HI!
This has nothing to do with MySQL++.
Try to select count(*) from a table and if you get C++ exception with
a corresponding error
All,
Using MySQL++, how do you check to see whether or not a specific table exist
before you go ahead and create it?
TIA
Thi
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mys