MYSQL table crashed and doesn't repair

2003-10-06 Thread Stanley Joseph
Dear All , A few tables of my database crashed and are not getting repaired .What is the best way to recover the data . Any suggestion will be of great help . Regards Stanley Joseph +44 (0) 208 665 4291 (W) +44 (0) 777 621 0132 (M) http://www.themobilerepublic.com The Price, The Choice, The

mysql data base backup

2002-11-08 Thread Stanley Joseph
Hi , Is there a easy way to back up the mysql data base via scheduler thanks Stanley - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archiv

Urgent Help!!!

2002-03-04 Thread Stanley Joseph
Hi , When ever I am running my query it gives me 1030- got error 134 from table handler. has anybody come across it. Any help will be greatly appreciated. Thanks Stanley This email and any attachments

problem with Uploading a CSV file.

2002-02-12 Thread Stanley Joseph
Hi , I am trying to upload a CSV file directly to the database using command strSQL = "load data infile '" & strFNPath & "' into table products" where , strFNPath =>Path of the file But its not working correctly ,it uploads some data and then seem to stop or enter values in the wrong places

problem with Uploading a CSV file.

2002-02-12 Thread Stanley Joseph
Hi , I am trying to upload a CSV file directly to the database using command strSQL = "load data infile '" & strFNPath & "' into table products" where , strFNPath =>Path of the file But its not working correctly ,it uploads some data and then seem to stop or enter values in the wrong places.