Some guru of ADS that can provide me a small example of how to execute SQL commands with ADS?
I need some commands like INSERT, DELETE, CREATE etc.
I have tried with this code without success.
- Code: Select all Expand view
ADSPrepareSQL( hStatement,"CREATE TABLE Meses( " +;
"Numero Numeric(3,0)," +;
"Descripcion Char(10)) IN DATABASE")
ADSExecuteSql(hStatement)
Thanks and best regards