C
cbrack
I have linked tables in my Access 2003 application that are linked via ODBC.
When I try to modify these tables via the linked table, a query, or from
within VBA code, I get a message that says the data cannot be deleted. I've
downloaded the current VFP ODCB driver, but that didn't help. I've tried a
pass-through query with the following connection string: ODBC;DSN=Visual
FoxPro
Tables;UID=;PWD=;SourceDB=n:\;SourceType=DBF;Exclusive=No;BackgroundFetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes.
This didn't work either. I currently have MDAC 2.8 SP 1 installed, as well
as the latest OleDB update. The tables I'm trying to manipulate are part of
an application. Although there is a dbc file, the tables are free-standing.
Can anybody provide some insight?
Thanks.
When I try to modify these tables via the linked table, a query, or from
within VBA code, I get a message that says the data cannot be deleted. I've
downloaded the current VFP ODCB driver, but that didn't help. I've tried a
pass-through query with the following connection string: ODBC;DSN=Visual
FoxPro
Tables;UID=;PWD=;SourceDB=n:\;SourceType=DBF;Exclusive=No;BackgroundFetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes.
This didn't work either. I currently have MDAC 2.8 SP 1 installed, as well
as the latest OleDB update. The tables I'm trying to manipulate are part of
an application. Although there is a dbc file, the tables are free-standing.
Can anybody provide some insight?
Thanks.