Overflow error

HirAsk

Member
I am working over an SQL application and when I put this command:

ALTER TALBE table1 RENAME TO newname


And execute with:
cmd.CommandText = ComandoString.Text
cmd.ExecuteTable("Dbgrid",0)


I receive this error:

cmd.ExecuteTable("DBgrid",0)
Error Description:
Arithmetic operation resulted an overlow.

How can I control that from the sintax error in the SQL command entry?

Sorry for my very poor english... :sign0013:
 
Last edited:
Top