I have installed the Crystal Reports 8 developer edition, but the quantity of icons it shows me is just 3!!! The version 7 installed several icons. And the syntaxis of the SQL generated when I add fields of more than one table is very strange and doesn't work. The errors it shows me are:
and...Code:ODBC error: [MERANT][ODBC dBase driver]Extra characters at end of query. INNER.
And this is the SQL generated...Code:Error detected by database DLL.
Any idea bout it?Code:SELECT CONTRA.`NCONTRA`, CONTRA.`DESC`, ESTIMA.`NUMERO`, ESTIMA.`IMPORTE` FROM { oj `CONTRA` CONTRA INNER JOIN `ESTIMA` ESTIMA ON CONTRA.`NCONTRA` = ESTIMA.`NCONTRA`}




Reply With Quote