• nope. a database connection would be part of the project, not the database or the database service....the application "assumes" it's there.

    you would typically parameterize the elements required for the connection string so they can be changed (server,database, username,password or use trusted connection) into either a config file, or so your applicaiton can allow the user to change it.

    you would also want to provide a backup (not the .mdb ) so someone can restore the database on another server, change the connection string to point to their server, and then run the program.

    does your app have something like that to change the connection?

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!