编程/建库与Visual FoxPro [英] Programming/Databasing with Visual FoxPro

查看:104
本文介绍了编程/建库与Visual FoxPro的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对使用一个使用Foxpro的作为其数据库程序的公司工作。

I work for a company that uses a program that uses Foxpro as its database.

我其实有点糊涂了,如果Visual FoxPro中仅仅是一个DB或其编程lagnauge +数据库相结合。

I'm actually a little bit confused if Visual FoxPro is just a DB or its a programming lagnauge + database combined.

我想创造一些软件与之集成,但我只需要操作的日期在数据库中(因为我不访问来源)。

I want to create some software to integrate with it, but I just need to manipulate the date in the database (As i do not have access to the source).

有一个SQL Management Studio中equalivelent到Visual FoxPro中,我可以通过查看数据库文件看到表和数据?或者是这一切集成了一些如何到编程,我需要源来操作呢?

Is there a SQL Management Studio equalivelent to Visual FoxPro, and can I see the tables and data by looking at the Database files? or is it all integrated some how into the programming and I would need the source to manipulate it?

推荐答案

Visual FoxPro中既是编程语言和数据库中的所有包裹成一个。如果你能得到Visual FoxPro中,你可以做你自己的节目,并直接与打开的表,更新它们,等等,因为你需要工作。

Visual Foxpro is both a programming language AND a database all wrapped into one. If you can get Visual Foxpro, you can do you own programming and directly work with opening the tables, updating them, etc as you need.

此外,微软有一个OleDbProvider可以挂接到VFP表和你一切的共同选择/插入/更新/删除过的功能。所以,这么说,你可以使用任何.NET你可能会舒服。我个人使用C#和Microsoft OleDbProvider并建立一些网站与它也是桌面应用程序也都直接到表。唯一的问题是,如果所有表都采用第三方加密工具加密。

Additionally, Microsoft has an OleDbProvider that can hook up to VFP tables and do all your common select/insert/update/delete functionality too. So, that said, you can use whatever .net you might be comfortable with. I personally use C# and the Microsoft OleDbProvider and have built some websites with it and also desktop apps too, all going directly to the tables. The only issue is IF any of the tables are encrypted using a third-party encryption tool.

我和其他人对如何与VFP连接到选择很多帖子,插入和更新数据,所以你可以明显感觉到自由地看这件事。我会通过标签搜索,如

I and others have had many posts on how to connect with VFP to select, insert and update data, so you can obviously feel free to look that up. I would start by using tag search such as

C#VFP的OleDb

C# VFP OleDb

启动和你永远能请在这里再次得到答案,当你卡住:)

And you'll always be able to ask again here to get answers when you get stuck :)

这篇关于编程/建库与Visual FoxPro的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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