|
-
Jul 2nd, 2002, 07:12 AM
#1
Thread Starter
New Member
Users with no MS Access
Hi
I want to build a VB program and ship with it an Access 97 database that users will be able to add/ view records.
Some of the users do not have Access. Is this a problem?
What is best? to use the intrinsic data control shipped with VB or use DAO code or use ADO code?
I will need to install it on machines with Win 95/98/2000 and NT and some of these machines will not have Access/ will have access 97 or will have access 2000. What will I need to be aware of when it comes to creating the installation package using 'Package and deployment'.
-
Jul 2nd, 2002, 07:25 AM
#2
Fanatic Member
As long as you have the latest data access pack you should be fine.
Gary Lowe 
VB6 (Enterprise) SP5
ADO 2.6
SQL Server 7 SP3
OK I know my spelling and grammer is crap so don't quote me on it!
To err is human to take the P! is only natural !!
Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip

-
Jul 2nd, 2002, 09:41 AM
#3
Hyperactive Member
I wouldn't use the intrinsic data control. I'd use the ADO Data Control 6.0 that you can add to your project using the Project, Components menu. It has more features & functionality than the standard control although both will work with an Access database since VB's native database is the Jet (Access) database.
Also, a Data Control provides the built-in navigation (ie. MoveNext, MovePrevious, MoveFirst, MoveLast) capabilities where using ADO code requires you add additional command buttons & associated code to your form. Plus, if you're relatively new to VB & Data Objects, ADO code can be somewhat daunting. The Data Control is much easier to use to get started.
Nate
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|