Insert a record into another table |
10/28/2012 12:31:59 AM |
PHPRunner General questions | |
R
rustler45 author
I cant seem to get anything to work with this PHPRunner. I have two tables. MainData with fields CustomerName and DealerNumber, and ContractData with ecustname and edealername. I am using the built in "Insert a record into another table" I click on the link and get this: |
|
C
|
cgphp 10/28/2012 |
I don't see data values in your query. Check the correct INSERT statement syntax: http://www.w3schools.com/sql/sql_insert.asp |