简体   繁体   中英

read database visual foxpro from webservice developed c#

I'm trying to read a foxpro table from a web service developed in C # and a 64bit server, but when opening the table the error:

System.Data.OleDb.OleDbException: External table is not in the expected format. to do this use the microsoft.ace12 provider.}

unfortunately I can not use oledb 32 bit on a 64 bit server.

any idea .. sorry for my bad English;)

You can install the 32bit VFP OLE-DB driver on a 64bit machine. Then look at the accepted answer to this SO question

You can set Application pool that this Web Service is using to use 32bit. But if you're using MS Access Connectivity Engine driver - there's a 64bit version of it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM