digitalgerrit
Technical User
Hi there,
I want to use a TQuery object to store data in an Oracle database. I want to insert form-values in the database by setting the querie's SQL-properties about like this: INSERT INTO TABLENAME(COLUMNNAME) VALUES(formvalue)
Does anyone know how to get these formvalues in the SQL-statement?
Any help will be greatly appreciated.
I want to use a TQuery object to store data in an Oracle database. I want to insert form-values in the database by setting the querie's SQL-properties about like this: INSERT INTO TABLENAME(COLUMNNAME) VALUES(formvalue)
Does anyone know how to get these formvalues in the SQL-statement?
Any help will be greatly appreciated.