k***e 发帖数: 7933 | 1 foxpro and C#
We have some legacy foxpro databases still in use. I need
to connect to these foxpro databases in my C# program. I
have very limited knowledage of foxpro, can someone point
me some resource that I can reference to? basically the
question is how to connect to the foxpro database in c#?
thanks. | s******n 发帖数: 45 | 2 as long as you can find corresponding odbc driver or oledb provider, you
should be fine. just google those keywords bah.
【在 k***e 的大作中提到】 : foxpro and C# : We have some legacy foxpro databases still in use. I need : to connect to these foxpro databases in my C# program. I : have very limited knowledage of foxpro, can someone point : me some resource that I can reference to? basically the : question is how to connect to the foxpro database in c#? : thanks.
| w******t 发帖数: 1422 | 3 are you using VS.NET? if yes, and you have experience working with SQL server,
I think you should be able to talk to foxpro by changing your code from
SQLxxxx to ODBCxxxx or OLExxxx, for example SQLConnection to ODBCConnection
etc, and it shall work (connection string can be different though)
【在 s******n 的大作中提到】 : as long as you can find corresponding odbc driver or oledb provider, you : should be fine. just google those keywords bah.
| a*******t 发帖数: 891 | 4 I am working on a similar thing, but I have the luxury of exporting the FP DB
into SQL server.
good luck to both of us : ]
【在 k***e 的大作中提到】 : foxpro and C# : We have some legacy foxpro databases still in use. I need : to connect to these foxpro databases in my C# program. I : have very limited knowledage of foxpro, can someone point : me some resource that I can reference to? basically the : question is how to connect to the foxpro database in c#? : thanks.
|
|