You can issue a simple SQL statement--one that contains no parameter markers for variable input--using the odbc_exec() function. The following script inserts new rows into the AUTHOR table
You can issue a simple SQL statement — one that contains no parameter markers for variable input — using the odbc_exec function. The following script inserts new rows into the AUTHOR table.