Click here to Skip to main content
15,886,780 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created an SDI application with ODBC support linked to Microsoft SQL Server 2000 (MSDE 2000) Service Pack 4.
It is working perfectly on my computer.

1) I want to know how to make it a distributable application to an end-user, assuming that he is not an expert of ODBC administration Data Sources.

2) Is it possible to make the database in the same directory of the application instead of the default one which is "C:\Program Files\Microsoft SQL Server\Mssql\Data" ?

3) Are log files (.ldf) neccessary for distribution ?

I am realy confused about that.

Help me please.
Posted

1 solution

1. You will have to give detail ODBC settings document to end-user
2. we can make database in the same directory of the application at the time of database creation
3. yes log files are necessary.
 
Share this answer
 
Comments
Mr. Tomay 28-Sep-11 12:38pm    
1) Understood.
2) My database is already created, and so for the log file. They are packed to an .exe installer creaed with NSIS with the main .exe application. How to make MSDE 2000 default user DBs directory is the application directory after installation !?
3) Can you explain why log files (.ldf) are neccessary !?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900