Computing.Net > Forums > Programming > Visual basic, Windows 2000 pro

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Visual basic, Windows 2000 pro

Reply to Message Icon

Name: Merijn van Velzen
Date: December 8, 2002 at 11:07:36 Pacific
OS: W98
CPU/Ram: 256
Comment:

Hi,

A question about: - Visual basic 6
- MDAC on Windows 2000 Prof

Starting with Visual Basic 6: I'm making an application (just to learn how to do things in vb6) that gets data from a .mdb database. What is the best, common way to get the data out of the mdb file using visual basic 6 ?

MDAC on Windows 2000 Prof: That same application has got to work proper on a windows 2000 prof machine, so what files should i use. Is there any need to install ms acces on that machine? What is the standard MDAC version on a windows 2000 prof computer? (The app is made on a W98 computer)

I hope somebody can help me..

REGARDS,

Merijn

--- I don't live to work, I work to live ---



Sponsored Link
Ads by Google

Response Number 1
Name: HiJinx
Date: December 8, 2002 at 13:47:17 Pacific
Reply:

In case no one posts a more detailed response, this may be a little bit of help to you...

Probably the easiest way to get started with database applications would be to use the ADO Data Control. I can't speak to any performance differences which may exist between using the control and doing everything through code.

To use the application on another machine, there isn't any need to install Access. However, you may have to install the MDAC components separately to get it to work. You can download the MDAC setup here.

If you're using an installer to put the program on another machine, you may be able to have the necessary files included in the setup so that the separate MDAC install isn't necessary (I know InstallShield will let you do this).


0

Response Number 2
Name: Madman
Date: December 9, 2002 at 07:01:33 Pacific
Reply:

I agree with HiJinx on ADO Data Control. I use VB6 Packaging for installation on other systems. That way I am sure to have all the files necessary to the successful processing.I like to have Access installed on the other machine (usually it is already there since they are probably using Office Suite) in case it is necessary to work directly with the database. Also, I have to go in from time to time with PCAnywhere and it is nice to have Access available.

Luck.


0

Response Number 3
Name: Merijn
Date: December 9, 2002 at 11:02:25 Pacific
Reply:

Wow, thanx to all responses,

Madman, about the installer that ships with visual basic (package and deploiment) that one doesn't work on the windows 2000 prof operating system :(

Maby somebody can explain why not?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Passing structs va_list The Web-Ref php system HE...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Visual basic, Windows 2000 pro

Visual Basic 6.0 www.computing.net/answers/programming/visual-basic-60/1237.html

Visual Basic; API; and Networks www.computing.net/answers/programming/visual-basic-api-and-networks/5249.html

List Databses is Visual Basic 6 www.computing.net/answers/programming/list-databses-is-visual-basic-6/15612.html