Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Distribute software with SQL Server 7 db? what files are needed? MSDE?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
What do I need to install on the clients computer for him to be able to run our software and connect to the SQL Server 7 databare. Currently our software connects to an Acces97 database.<br><br>Something with MSDE? <br><br>Thanks for your help!<br><br>//Jonas
 
All you need is ODBC. If you don't have the correct versions (or no version), you can download MDAC2.x from the microsoft site.
 
Maybe I wasn't clear enough...<br><br>The clients don't have SQL Server installed on their systems. Cause that would be really expensive etc.<br><br>I am looking for some other kind of &quot;runtime&quot; system that makes it possible to access the SQL Server 7 databases through our software (with ODBC that is).<br><br>Thanks for taking time!
 
Then MSDE is what you'll want.&nbsp;&nbsp;Microsoft's license allows you to distribute MSDE with your client software.&nbsp;&nbsp;There is a 2Gb database size limit, but otherwise it is essentially the same as SQL Server (probably akin to the Desktop version). <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Thanks for your help!<br><br>I wonder what the &quot;easiest&quot; way would be to install the databases that I've created with SQL Server 7; together with MSDE. Do I somehow need to &quot;import&quot; the SQL Server 7 databases that I have created into the MSDE.<br><br>Or is the MSDE installed separately and then the databases that I've made with SQL Server 7 are located on some other place.<br><br>I probably need to &quot;export&quot; my SQL Server 7 databases now so I have them in separate files that I distribute to the clients who buy this system? Or could I just copy the *.mdf files (and maybe also *.ldf files) onto the clients computer?
 
You can design and develop the databases in SQLS, then distribute them with MSDE.<br><br>For full details (well, as full as any MS documentation) on MSDE and its use, visit:<br><br><A HREF=" TARGET="_new"> <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top