Hello SmartPeople,
I have a problem :
In a standard erp program with pervasive database there is a tabel called ORDER
my sql statement is
SQL = "select * from order " + chr(13);
"where volledig <>"+;
"'X'";
"order by ordernr"
the problem is that the table is called ORDER
When I use the pervasive query I must give
select * from "order".
the problem is the character "
Any suggestions ?
wfg,
Filip
I have a problem :
In a standard erp program with pervasive database there is a tabel called ORDER
my sql statement is
SQL = "select * from order " + chr(13);
"where volledig <>"+;
"'X'";
"order by ordernr"
the problem is that the table is called ORDER
When I use the pervasive query I must give
select * from "order".
the problem is the character "
Any suggestions ?
wfg,
Filip