PC Review


Reply
Thread Tools Rate Thread

Convert Access App to VB.Net

 
 
news.microsoft.com
Guest
Posts: n/a
 
      17th Mar 2005
I have an MS Access application that I've done and would like to convert to
VB.Net. I have a few questions:

1. Is there a conversion routine for this?
2. How hard to convert manually?

Thanks.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q3JvdWNoaWUxOTk4?=
Guest
Posts: n/a
 
      17th Mar 2005
If you know ADO then its very simple
 
Reply With Quote
 
news.microsoft.com
Guest
Posts: n/a
 
      17th Mar 2005
How so? Don't I need to convert all the forms?


"Crouchie1998" <(E-Mail Removed)> wrote in message
news:065ED25A-31D6-4579-ABF4-(E-Mail Removed)...
> If you know ADO then its very simple



 
Reply With Quote
 
Mary Chipman [MSFT]
Guest
Posts: n/a
 
      18th Mar 2005
I think Crouchie is yanking your chain. It's not at all simple or
straightforward because Access works entirely differently than a
VB.NET Windows application. Access was designed over a dozen years
ago, pre-Internet, to be a desktop database application that worked
well on a LAN with users being continuously connected to the data
source. It makes extensive use of the network and hard drive, and does
a lot of the data binding and heavy lifting for you. .NET was designed
primarily with web applications in mind, and is designed to work with
data in a disconnected mode, where data is fetched and stored in a
local cache. Forms need to be hand-crafted, and many common features
found in Access simply aren't there, you have to build them yourself.
Syntactically VB.NET isn't that much of a stretch from VBA, but that's
only the beginning of your learning curve. Because of the drastic
differences between the two platforms, it would be impossible to build
a tool that would automate the process of converting a complex
application for you.

--Mary

On Thu, 17 Mar 2005 15:32:09 -0600, "news.microsoft.com" <(E-Mail Removed)>
wrote:

>How so? Don't I need to convert all the forms?
>
>
>"Crouchie1998" <(E-Mail Removed)> wrote in message
>news:065ED25A-31D6-4579-ABF4-(E-Mail Removed)...
>> If you know ADO then its very simple

>


 
Reply With Quote
 
news.microsoft.com
Guest
Posts: n/a
 
      18th Mar 2005
Mary, Your explanation is vey much appreciated. I guess it's about time for
me to learn .NET and rewrite this app to run under it. Thanks.



"Mary Chipman [MSFT]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I think Crouchie is yanking your chain. It's not at all simple or
> straightforward because Access works entirely differently than a
> VB.NET Windows application. Access was designed over a dozen years
> ago, pre-Internet, to be a desktop database application that worked
> well on a LAN with users being continuously connected to the data
> source. It makes extensive use of the network and hard drive, and does
> a lot of the data binding and heavy lifting for you. .NET was designed
> primarily with web applications in mind, and is designed to work with
> data in a disconnected mode, where data is fetched and stored in a
> local cache. Forms need to be hand-crafted, and many common features
> found in Access simply aren't there, you have to build them yourself.
> Syntactically VB.NET isn't that much of a stretch from VBA, but that's
> only the beginning of your learning curve. Because of the drastic
> differences between the two platforms, it would be impossible to build
> a tool that would automate the process of converting a complex
> application for you.
>
> --Mary
>
> On Thu, 17 Mar 2005 15:32:09 -0600, "news.microsoft.com" <(E-Mail Removed)>
> wrote:
>
> >How so? Don't I need to convert all the forms?
> >
> >
> >"Crouchie1998" <(E-Mail Removed)> wrote in message
> >news:065ED25A-31D6-4579-ABF4-(E-Mail Removed)...
> >> If you know ADO then its very simple

> >

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Convert Access 2003 Application To Access 2007 Version EarlCPhillips Microsoft Access VBA Modules 2 8th Mar 2010 10:44 PM
Why convert Access 2000 files to Access 2007 format news.microsoft.com Microsoft Access Database Table Design 2 4th Apr 2009 08:10 PM
Batch/Command Line Convert Access 2000 db to Access 97 sintral@gmail.com Microsoft Access 0 14th Feb 2006 10:52 PM
convert password protected ms access 2.0 data base to access 200. =?Utf-8?B?UHJpeXU=?= Microsoft Access Security 1 19th Mar 2005 04:16 PM
While trying to convert access table to data access page error mes =?Utf-8?B?RWQgTWFyYw==?= Microsoft Access VBA Modules 0 31st Oct 2004 12:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:35 AM.