From: - 2004-06-08 09:03:51
|
Hi , I am not sure if it is really called "aggregated"... With the actual CVS version it seems that we cannot do SQL statement like for example :=20 "SELECT table1.column1, table2.column1 FROM table1,table2;" My real statement is kinda longer but it is the same with WHERE conditions too. Everytime I tried to run the statement,there was a Syntax error from the sql parser. Im using perl DBD::ODBC with a JET4 mdb file full of underscores and french typo like =E9 =E8 or =E7.=20 The question is simple, is it possible at the moment to do such queries with the CVS version ??? Alexis |