Hi,
our Access2000 application contains links to Oracle-tables
using ODBC.
I wish to implement a functionality for changing source
schema. To do this I need to know the source-tablename for
the linked tables.
I've tried to use the SourceTableName-property for the
TableDefs object, but this property seems to only handle
32 characters !
For example for a link to a table called
DVKS_DB_PREFIX_SUFFIX_GROUP in schema KSDB01A, this
property returns KSDB01A.DVKS_DB_PREFIX_SUFFIX_GR .
Is there a workaround for retrieving the complete name ?
Thanks in advance !
our Access2000 application contains links to Oracle-tables
using ODBC.
I wish to implement a functionality for changing source
schema. To do this I need to know the source-tablename for
the linked tables.
I've tried to use the SourceTableName-property for the
TableDefs object, but this property seems to only handle
32 characters !
For example for a link to a table called
DVKS_DB_PREFIX_SUFFIX_GROUP in schema KSDB01A, this
property returns KSDB01A.DVKS_DB_PREFIX_SUFFIX_GR .
Is there a workaround for retrieving the complete name ?
Thanks in advance !