Strange problem with Transferdatabase method

U

utxin

Hi,

I am having a real problem with access and I think it might have
something to do with the A2003 versions. Basically I am doing a
transferdatabase method from a third party provider called Macrobase.
the code below is simply:

DoCmd.TransferDatabase acImport, "ODBC Database",
"ODBC;DSN=ANIS-M;AS=0;PTH=x:\skid841\pth\magfakt.pth;ASNAME=;ASGROUP=default;ASADDRESS=localhost;ASPORT=5580;;TABLE=",
acTable, "GRUPY", "GRUPY", False, False


This works perfectly on my laptop which has windows XP, msoffice 2003
in English. However, when I put this on a computer that has A2003 in
Polish it causes a 2507 error saying the database doesn't support this
method.

My conclusion is that the error must be caused by a difference in the
Versions of Access that I am using but I can't think for the life of me
why! There should be absolutely no reason that it should do this. Does
someone have the same problem or encountered one that is similar. Any
help would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top