由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - foxpro and c#
相关主题
[转载] SQL Standardcrystal report for .net
Re: 又开始认证了SQL 2012 (转载)try this. Re: foxpro and c#
Problem connecting to SQL Server.NET 新手 请教两个弱问题
rsArray 为啥写不全?[转载] 看来确实不能从程序里去删Excel Record
Win 8 Pro上怎么enable .Net Framework 3.5?Oracle XE DBconnection from ASPX (转载)
关于SqlDataAdapter的初级问题求助asp 打开oracle数据库问题。
ASP web application 问题请教Visio UML to C# exporter
ASP.NET和PHPlearning c#
相关话题的讨论汇总
话题: foxpro话题: c#话题: databases话题: connect话题: knowledage
进入DotNet版参与讨论
1 (共1页)
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.

1 (共1页)
进入DotNet版参与讨论
相关主题
learning c#Win 8 Pro上怎么enable .Net Framework 3.5?
bamboo? 关于SqlDataAdapter的初级问题求助
Crystal Report 9 languageASP web application 问题请教
如何注销一个顽固留在内存的DLL?ASP.NET和PHP
[转载] SQL Standardcrystal report for .net
Re: 又开始认证了SQL 2012 (转载)try this. Re: foxpro and c#
Problem connecting to SQL Server.NET 新手 请教两个弱问题
rsArray 为啥写不全?[转载] 看来确实不能从程序里去删Excel Record
相关话题的讨论汇总
话题: foxpro话题: c#话题: databases话题: connect话题: knowledage