Hi all,
I have ODBC connection to a paradox table. I wont to delete one record but it doesn't work.
My code:
_connection1=sqlconnect('or32import')
cPar = import_n.name
_res=SQLexec(_connection1, 'delete from or32seznam where cislo = ?cPar')
Where is the problem???
This command work right:
_res=sqlexec(_connection1,'select * from or32seznam','cur_import')
Please help.
I have ODBC connection to a paradox table. I wont to delete one record but it doesn't work.
My code:
_connection1=sqlconnect('or32import')
cPar = import_n.name
_res=SQLexec(_connection1, 'delete from or32seznam where cislo = ?cPar')
Where is the problem???
This command work right:
_res=sqlexec(_connection1,'select * from or32seznam','cur_import')
Please help.