Home All Groups Group Topic Archive Search About

creating independant application vb 2005 express edition

Author
9 Mar 2006 5:14 PM
sweet_dreams
Hi all,

I have such a problem:
I would like to create an application in Visual Basic 2005 Express
Edition. This application will connect with data base created in MS
Access 2003.
This application will do some operations on tables in database: select,
insert, update, delete. And my question is:
What can I do to make this application independently work on other
computers?? Saying independently work I mean that there will be no
problem with accessing databes: differen versions of Ms Jet or
something.

i heard once about RUN SQL. - could it be any helpful???

I just would like to create application which without no fears can run
on other PC's.

Please help.

Regards,
sweet_dreams

Author
9 Mar 2006 6:17 PM
Chris
sweet_dreams wrote:
Show quoteHide quote
> Hi all,
>
> I have such a problem:
> I would like to create an application in Visual Basic 2005 Express
> Edition. This application will connect with data base created in MS
> Access 2003.
> This application will do some operations on tables in database: select,
> insert, update, delete. And my question is:
> What can I do to make this application independently work on other
> computers?? Saying independently work I mean that there will be no
> problem with accessing databes: differen versions of Ms Jet or
> something.
>
> i heard once about RUN SQL. - could it be any helpful???
>
> I just would like to create application which without no fears can run
> on other PC's.
>
> Please help.
>
> Regards,
> sweet_dreams
>

If you use ADO.NET (ole) the other computer just needs to have the
framework installed.

Chris
Author
9 Mar 2006 6:32 PM
sweet_dreams
Thx Chris for your reply, but I still have one question: is it possible
to run application which is connectiong with MS Access database  if on
user's pc MS Access is not installed???

Regards,
sweet_dreams
Author
9 Mar 2006 6:40 PM
Chris
sweet_dreams wrote:
> Thx Chris for your reply, but I still have one question: is it possible
> to run application which is connectiong with MS Access database  if on
> user's pc MS Access is not installed???
>
> Regards,
> sweet_dreams
>

Not sure on that one.  Wouldn't be hard to make a small app to test it
though.  Is it a large dataset you are working with?

Chris
Author
9 Mar 2006 6:56 PM
Kerry Moorman
sweet_dreams,

The user's pc does not need to have Access installed for your program to
work with the Access mdb file.

Kerry Moorman


Show quoteHide quote
"sweet_dreams" wrote:

> Thx Chris for your reply, but I still have one question: is it possible
> to run application which is connectiong with MS Access database  if on
> user's pc MS Access is not installed???
>
> Regards,
> sweet_dreams
>
>
Author
9 Mar 2006 8:15 PM
Armin Zingler
"sweet_dreams" <sweet_dre***@o2.pl> schrieb
> Thx Chris for your reply, but I still have one question: is it
> possible to run application which is connectiong with MS Access
> database  if on user's pc MS Access is not installed???


In addition...

http://support.microsoft.com/kb/239114


Armin