Sinclair
2005-09-21 10:25:04 UTC
Hi,
I'm trying to create link of fox tables into msaccess from the source code.
I have installed vfpoledb, but there is only article how to link msaccess
table into msaccess. There is a part of code I understand:
Dim tblLink As ADOX.Table
tblLink.Properties("Jet OLEDB:Create Link") = True
tblLink.Properties("Jet OLEDB:Link Datasource") = strDBLinkFrom
tblLink.Properties("Jet OLEDB:Remote Table Name") = strLinkTbl
It is obvious that I have to replace "Jet OLEDB" with something like "VFP
OLEDB", but it does not work.
Is there solution?
regards from Sinclair
I'm trying to create link of fox tables into msaccess from the source code.
I have installed vfpoledb, but there is only article how to link msaccess
table into msaccess. There is a part of code I understand:
Dim tblLink As ADOX.Table
tblLink.Properties("Jet OLEDB:Create Link") = True
tblLink.Properties("Jet OLEDB:Link Datasource") = strDBLinkFrom
tblLink.Properties("Jet OLEDB:Remote Table Name") = strLinkTbl
It is obvious that I have to replace "Jet OLEDB" with something like "VFP
OLEDB", but it does not work.
Is there solution?
regards from Sinclair