Re: Creating tables in mysql

2002-03-15 Thread Uma Shankari 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

Re: Creating tables in MySQL++

2002-03-04 Thread Sinisa Milivojevic
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