View Full Version : Programmers on board? SQL help any one ??
n2_neon
10-27-2008, 12:33 PM
i have a MDF sql file!! and i need a source code for reading it without accessing sql server ! cause the application which is to be devoloped is an home use application so client shouldnt have to worry about installing sql server for function to be excecuted so if there is a source (if java most prefered) pls share the knowldege with me
thanks!!
:nerd: :confused:
magicman
10-27-2008, 01:14 PM
i have a MDF sql file!! and i need a source code for reading it without accessing sql server ! cause the application which is to be devoloped is an home use application so client shouldnt have to worry about installing sql server for function to be excecuted so if there is a source (if java most prefered) pls share the knowldege with me
thanks!!
:nerd: :confused:
Google it man.. ;)
cheers !!!
kosandpol
10-27-2008, 01:21 PM
There's no such thing. Trying to access the SQL database directly means you're trying to code an SQL server.
Use SQL Desktop Engine or SQL Express which you can re distribute with your package so that when the client installs your software it automatically installs the SQL server as well.
n2_neon
10-28-2008, 06:40 PM
installing the sql server on the client machine is not only just grabbing a service and running on the client i guess !! to do take the sql server to the client how do i do it ! ?? ok or is there a better solution my databse contain 2.3 million records
mldarshana
10-28-2008, 06:43 PM
is it a web application ?
kosandpol
10-28-2008, 06:47 PM
Use MS SQL DESKTOP ENGINE or MS SQL EXPRESS which you can redistribute with your application. Both of them supports unattended installation so the client wouldnt know that it was installed.
Else you can use MySQL or MySQLi database which can be redistributed as well.
Or if its static data, use a MS ACCESS database to store the data.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.