Results 1 to 7 of 7

Thread: VB Question too dumb for the Forum

  1. #1

    Thread Starter
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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.

  3. #3

    Thread Starter
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531
    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

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    dont use PDW, use INNO, its much better

  5. #5

    Thread Starter
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531
    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

  6. #6
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871
    JRSoftware. It's not difficult to use, but it works like a charm.
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  7. #7

    Thread Starter
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531
    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
  •  



Click Here to Expand Forum to Full Width