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![]()




Reply With Quote