Go Back   Velocity Reviews > Newsgroups > DotNet
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

DotNet - Distributing Database Applications

 
Thread Tools Search this Thread
Old 05-21-2006, 08:36 PM   #1
Default Distributing Database Applications


I'm an Access developer, and I've been using VBA for some time. There are a
few things I can't do in VBA that I'd like to do, so I'm looking into
switching to VB.Net.

The problem is, I want to make sure I have all I need. I'm used to having
all the database connections and maintenance taken care of without my
knowledge.

If I write a database app in VB.Net 2003, what else do I need to make that
app distributable? With Access, I had to get the Access Developer
Extensions. If I have VS .Net 2003 and SQL Server Developer 2000 (they came
together), is that all I need?

Thanks for your help--if you know of any good resources for someone in my
spot, I'd appreciate it!

Thanks again!
Joe





J Holtendehouzer
  Reply With Quote
Old 06-08-2006, 05:05 PM   #2
=?Utf-8?B?Q2FzZXkgS3JhbWVy?=
 
Posts: n/a
Default RE: Distributing Database Applications

The only thing that I can think of is MDAC. It should be installed with SQL
and/or Visual Studio on your dev machine, but you could possibly run into a
problem when you distribute your appliction. This is not likely to happen if
you need to install the .Net Framework and SQL on the machine your deploying
to, since MDAC is standard stuff, but if you deploy to a machine with an
existing SQL installation you could run into an issue with the MDAC version.

Other than that all of the components you need to connect to SQL are part of
the .Net Framework.

"J Holtendehouzer" wrote:

> I'm an Access developer, and I've been using VBA for some time. There are a
> few things I can't do in VBA that I'd like to do, so I'm looking into
> switching to VB.Net.
>
> The problem is, I want to make sure I have all I need. I'm used to having
> all the database connections and maintenance taken care of without my
> knowledge.
>
> If I write a database app in VB.Net 2003, what else do I need to make that
> app distributable? With Access, I had to get the Access Developer
> Extensions. If I have VS .Net 2003 and SQL Server Developer 2000 (they came
> together), is that all I need?
>
> Thanks for your help--if you know of any good resources for someone in my
> spot, I'd appreciate it!
>
> Thanks again!
> Joe
>
>
>
>

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump