manoj.mcans
Registered User.
- Local time
- Today, 18:10
- Joined
- Sep 1, 2008
- Messages
- 18
I have database in Oracle by using the odbc link , I access the table in MS-Access2003 and then made the queries with that table.
I link one table from oracle database using Odbc link.
my column name in table has underscore like Field_name.
if i make Pass-through query like:
select filed_name from tablename ; Its work fine
if i make Pass-through query like
selct fild_name from tablename where tablename.field_name ="00001"
and then it does not run
this value 00001 exist for that column.
Please suggest on this issue.
I link one table from oracle database using Odbc link.
my column name in table has underscore like Field_name.
if i make Pass-through query like:
select filed_name from tablename ; Its work fine
if i make Pass-through query like
selct fild_name from tablename where tablename.field_name ="00001"
and then it does not run
this value 00001 exist for that column.
Please suggest on this issue.
