On Mon, Mar 15, 1999 at 10:20:39AM +0100, Nicholas Boretos wrote:
> Thanx for suggestions,
> I was able to resolve this by changing table and field names all to lower
> case letters.
SQL standard says that case doesn't matter. This is a very common source for
problems when accessing relational database systems through Access since
in Access case matters. You can access a lower case table name by putting it
between two ". That is select * from "a" will access table a, while seelct *
from a will access "A".
Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael.Meskes@gmx.net | Use PostgreSQL!