Apr 6, 2001 #1 Lionel Programmer Dec 15, 2000 5 FR I try access a PDX tabel using ODBC . Work well but my table contain a field like : Number Transaction So as i do : SELECT TABLE."Number Transaction" FROM TABLE it dunot work, says : FIELD "Number transaction" not found Ne helppp :>>
I try access a PDX tabel using ODBC . Work well but my table contain a field like : Number Transaction So as i do : SELECT TABLE."Number Transaction" FROM TABLE it dunot work, says : FIELD "Number transaction" not found Ne helppp :>>
May 7, 2001 #2 Guest_imported New member Jan 1, 1970 0 Try SELECT [TABLE.Number Transaction] FROM TABLE or SELECT TABLE.[Number Transaction] FROM TABLE What ODBC drivers are you using? I need something with better performance than Microsoft. mhanegan@selectron.com Upvote 0 Downvote
Try SELECT [TABLE.Number Transaction] FROM TABLE or SELECT TABLE.[Number Transaction] FROM TABLE What ODBC drivers are you using? I need something with better performance than Microsoft. mhanegan@selectron.com