I am using visual basic as front end and my sql as backend
I have faced the problem of the following error
"Got error 127 from table handler'
The above error can be handled from backend by issuing a command Repair table <tablename>
But i want this error and related to be rectified through front end by issuing the command for e.g.,
condb.execute "repair table tblname"