Dear All,
I have the below code at applicationinit for a Grid. It compiles fine, but no records are inserted or displayed in the grid.
Any thoughts much appreciated.
Thank you.
Lyle
$sql=“INSERT INTO customers (firstname,lastname)
VALUES
(‘John’,‘Smith’);
(‘Gayle’,‘Jones’)”;