I was a foxpro AP for 12 years and you get very confident when writing the select or insert statements you have to be.
I can't find any consistancy with mysql 3.23.58
Lets take an example
Sometimes it needs quotes does it require ` or ' or "
Thanks in advance for your help
Richard
I can't find any consistancy with mysql 3.23.58
Lets take an example
Code:
INSERT INTO `sledgerdet`(cno, invno, row, unit, desc, unitprice)VALUES ($mast_cno, $invno, $invrow, $unit, $description, $unitprice)
Sometimes it needs quotes does it require ` or ' or "
Thanks in advance for your help
Richard