的FoxPro数据库和asp.net [英] FoxPro Database and asp.net

查看:191
本文介绍了的FoxPro数据库和asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用asp.net 3.5和SQL Server 2008作为后端数据存储网站。现在我们要添加新的页面访问我们的网站。但已经被创建,我们想在这个页面共享数据和我们当地的系统之一,由一个FoxPro软件保存的。

I have a website that uses asp.net 3.5 and Sql server 2008 as backend data store . now we want to add a new page to our website . but the data that we want to share in this page is already being created and saved by a FoxPro software in one of our local systems.

我在FoxPro中没有经验。有没有办法在我们的网站上使用这些数据?特别而不需要创建在服务器上一个新的数据库和导入或全部重新编写所有的记录?是什么在这种情况下的最佳方法是什么?

I've no experience in FoxPro . is there any way to use this data in our site ? specially without being have to create a new database in server and importing or writing all records all over again ? what is the best way in such a situation ?

顺便说一句,是有可能改变一个FoxPro数据库的延伸或没有?像Database.customExt?

by the way , is it possible to change the extension of a FoxPro database or not ? something like Database.customExt ?

推荐答案

您可以使用的 ADO.NET中的数据源OLEDB 。这取决于你是否觉得有必要将数据导入到SQL Server,或直接访问FoxPro中。这将取决于你是否要加入与查询SQL Server数据的数据的一件事。

You can connect to a FoxPro database using an OLEDB datasource in ADO.NET. It's up to you whether you feel the need to import the data into SQL Server or just access it directly in FoxPro. It would depend on whether you want to join the data with the SQL Server data in queries for one thing.

这篇关于的FoxPro数据库和asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆