将.ADP转换为.NET? [英] Convert .ADP to .NET?

查看:56
本文介绍了将.ADP转换为.NET?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我意识到这可能有点像问一个问题

山有多大但是将Access .adp(SQL

服务器后端)转换为.Net数据库(使用vb.net)的可能性是什么,而不必切开

my这个过程中的手腕?

我有一个.adp,包含大约50个表格和300多个存储过程,以及

date不知道.net!

I realize this might be a bit like asking the question "How big is a
mountain" but what''s the possibility of converting an Access .adp (SQL
server backend) to a .Net database (using vb.net)without having to slit
my wrists in the process?
I have an .adp with about 50 forms and 300+ stored procedures and to
date don''t know didly about .net!

推荐答案



" lauren quantrell" < LA ************* @ hotmail.com>在消息中写道

news:11 ********************** @ o13g2000cwo.googlegr oups.com ...

"lauren quantrell" <la*************@hotmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
我意识到这可能有点像问一个问题山有多大。但有什么可能将Access .adp(SQL
服务器后端)转换为.Net数据库(使用vb.net)而不必在此过程中切开我的手腕?
我有一个.adp,包含大约50个表单和300多个存储过程,并且〜目前还不知道.net!
I realize this might be a bit like asking the question "How big is a
mountain" but what''s the possibility of converting an Access .adp (SQL
server backend) to a .Net database (using vb.net)without having to slit
my wrists in the process?
I have an .adp with about 50 forms and 300+ stored procedures and to
date don''t know didly about .net!




对不起。您可以使用VB.NET创建ASP.NET或WebForms或WinForms应用程序

,使用ADO.NET访问Jet数据库,或者更多

你正在使用ADP,一个SQL Server数据库,但ADP到.NET没有

转换工具。


这将是一个完整的重写,以及你描述的尺寸的应用

将是非常重要的。此外,学习VB.NET,

和.NET Framework以及ASP.NET技术的学习曲线将是实质性的。


除非你必须需要将应用程序放在互联网上,我会想知道你希望通过这样的转换完成什么。


Larry Linson

Microsoft Access MVP



Sorry. You can create an ASP.NET or a WebForms or a WinForms application
with VB.NET that uses ADO.NET to access either a Jet database or, more
likely since you are using ADP, an SQL Server database, but there is no
conversion tool for ADP to .NET.

It would be a complete re-write, and an application of the size you describe
would be decidedly non-trivial. Also, the learning curve to learn VB.NET,
and the .NET Framework, and ASP.NET technology will be substantial.

Unless you have to need to put the application on the Internet, I would
wonder what you expect to accomplish with such a conversion.

Larry Linson
Microsoft Access MVP


----- BEGIN PGP签名消息-----

哈希:SHA1


如果你不知道有关[sic] about.net,你为什么要考虑将你的.adp转换为VB.NET应用程序?$ / b

你必须经历50个表格中的每一个手动将它们转换为.NET窗体。
到.NET窗体。你必须从ADO改为ADO.NET - 和

它们相似但不同 - 比如家猫的价格与b
和西伯利亚虎之间的区别。你可以保存存储过程'因为他们

在SQL Server或MSDE&仍然会工作相同,只是不同的

访问例程(使用ADO.NET)。您在.adp

中的任何VBA模块都必须手动转换为VB.NET,这意味着您必须学习.NET库函数
/ objects / methods / events以及如何使用

面向对象编程(OOP),真正的东西,而不是Alley OOP

我们在Access中的东西。


哇,脱掉纱布并打电话给医院。

-

MGFoster ::: mgf00< at> earthlink< decimal-point> net

奥克兰,加利福尼亚州(美国)


-----开始PGP SIGNATURE -----

版本: PGP个人隐私5.0

Charset:noconv

iQA / AwUBQlxGD4echKqOuFEgEQLbfACgtD4alj6d4pJo8yI3mmuIKP BIX2sAoKf8

Thhqc5N5dWuxgB / jrTLAVpu /

= ldZ8

-----结束PGP SIGNATURE -----

lauren quantrell写道:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If you don''t know "didly [sic] about.net," why are you thinking about
converting your .adp to a VB.NET application?

You''d have to go through each of the 50 forms and manually convert them
to .NET Window Forms. You''d have to change from ADO to ADO.NET - and
they are similar but different - like the difference between a house cat
and a Siberian tiger. You could keep the stored procedures ''cuz they
are in SQL Server or MSDE & would still work the same, just different
access routines (using ADO.NET). Any VBA modules you have in the .adp
would have to be manually converted to VB.NET, which means you''d have to
learn the .NET library functions/objects/methods/events and how to use
Object Oriented programming (OOP), the real stuff, not that Alley OOP
stuff we have in Access.

Whew, get out the gauze and call the hospital.
--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQlxGD4echKqOuFEgEQLbfACgtD4alj6d4pJo8yI3mmuIKP BIX2sAoKf8
Thhqc5N5dWuxgB/jrTLAVpu/
=ldZ8
-----END PGP SIGNATURE-----
lauren quantrell wrote:
我意识到这可能是有点像问一个问题山有多大但有什么可能将Access .adp(SQL
服务器后端)转换为.Net数据库(使用vb.net)而不必在此过程中切开我的手腕?
我有一个.adp,包含大约50个表单和300多个存储过程,并且日期不知道关于.net!
I realize this might be a bit like asking the question "How big is a
mountain" but what''s the possibility of converting an Access .adp (SQL
server backend) to a .Net database (using vb.net)without having to slit
my wrists in the process?
I have an .adp with about 50 forms and 300+ stored procedures and to
date don''t know didly about .net!



我有一个客户想要一个基于网络的应用程序基于现有的access.adp

,这就是为什么我要试着估计头痛

...

lq

I have a client wanting a total web-based application based on an
existing access.adp, which is why I am trying to gauge the headaches
ahead...
lq


这篇关于将.ADP转换为.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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