Have a VB6 app which uses an ADODB connection.
Works fine in 98 and 2000. In XP I get "[Microsoft][ODBC Driver Manager] Driver does not support this function"
Have updated mDAC on my development machine (2000) to 2.7 and also ensured MDAC 2.7 is installed on the XP test machine.
My connection string (if its of any help?) is :
"Provider=MSDASQL.1;Extended Properties=DSN=Visual FoxPro Database;SourceDB=" & strFilePath & ";SourceType=DBF;Exclusive=No"
Any ideas?
Yours in hope.
Works fine in 98 and 2000. In XP I get "[Microsoft][ODBC Driver Manager] Driver does not support this function"
Have updated mDAC on my development machine (2000) to 2.7 and also ensured MDAC 2.7 is installed on the XP test machine.
My connection string (if its of any help?) is :
"Provider=MSDASQL.1;Extended Properties=DSN=Visual FoxPro Database;SourceDB=" & strFilePath & ";SourceType=DBF;Exclusive=No"
Any ideas?
Yours in hope.