|
-
May 13th, 2004, 11:00 AM
#1
Thread Starter
Fanatic Member
VB Question too dumb for the Forum
Hi guys (and the very few gals)....
I know little of packaging and deploying and just now attempting to learn more.....I have created a little utility that does the following:
Opens an Access DB, creates a table called tblOptions, and populates this table with various schema info from the db (column names, indexes, etc)
All I am using ADO 2.7, and one class. (here's the dumb part)...can I get away with just compiling this into an exe and then run it on clients' machines without hassle? Or am I going to have actually deploy it with a P&D package? Other than two text boxes, a form, and two command buttons, there is nothing else.
thanks
"Knowledge is gained when different people look at the same information in different ways"
- Louis Pasteur
-
May 13th, 2004, 11:02 AM
#2
You never know if your clients have the required runtimes on their machine or not. Even a simple textbox is dependent. The client might not even have MDAC.
You should use a packager, it'll save you a lot of hassle.
-
May 13th, 2004, 11:15 AM
#3
Thread Starter
Fanatic Member
ok....thanks....I'll try to make a package (and undoubtedly will have problems with it and post back! )
"Knowledge is gained when different people look at the same information in different ways"
- Louis Pasteur
-
May 13th, 2004, 11:22 AM
#4
dont use PDW, use INNO, its much better
-
May 13th, 2004, 11:25 AM
#5
Thread Starter
Fanatic Member
know of any web resources about INNO? (for dummies!! )
"Knowledge is gained when different people look at the same information in different ways"
- Louis Pasteur
-
May 13th, 2004, 03:14 PM
#6
Fanatic Member
JRSoftware. It's not difficult to use, but it works like a charm.
Author for Visual Basic Web Magazine
-
May 13th, 2004, 03:32 PM
#7
Thread Starter
Fanatic Member
cool man - muchos grassias!! (end of the day - time for a beer and a blunt!!!)
cheers
"Knowledge is gained when different people look at the same information in different ways"
- Louis Pasteur
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
|