Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to link a MSAccess Query with ADOX. I can link tables to the remote database fine but when I try to link a query I receive an error;
-2147217860
MS Jet can't find input Table or Query.
Basically the error happens here( at least I think)
.Properties("Jet OLEDB:Remote Table Name"
= "TEST"
TEST is a query in a MSAccess Database. Any help is apperciated. Thanks in advance.
-2147217860
MS Jet can't find input Table or Query.
Basically the error happens here( at least I think)
.Properties("Jet OLEDB:Remote Table Name"
TEST is a query in a MSAccess Database. Any help is apperciated. Thanks in advance.