Click here to Skip to main content
15,886,873 members
Home / Discussions / Database
   

Database

 
AnswerRe: Supplying parameters to 'IN' Pin
Wendelius30-Aug-08 1:06
mentorWendelius30-Aug-08 1:06 
AnswerRe: Supplying parameters to 'IN' Pin
PIEBALDconsult30-Aug-08 17:17
mvePIEBALDconsult30-Aug-08 17:17 
QuestionFree database?? Pin
xiaowenjie29-Aug-08 18:50
xiaowenjie29-Aug-08 18:50 
AnswerRe: Free database?? Pin
N a v a n e e t h29-Aug-08 21:50
N a v a n e e t h29-Aug-08 21:50 
AnswerRe: Free database?? Pin
Wendelius30-Aug-08 0:36
mentorWendelius30-Aug-08 0:36 
AnswerRe: Free database?? Pin
Jerry Hammond30-Aug-08 3:52
Jerry Hammond30-Aug-08 3:52 
AnswerRe: Free database?? Pin
dybs30-Aug-08 17:23
dybs30-Aug-08 17:23 
GeneralRe: Free database?? Pin
liron.levi31-Aug-08 10:01
professionalliron.levi31-Aug-08 10:01 
You can use SQLite. It is a free (public domain) database and it doesn't require an independent installation of a DB server.

It is also very simple to work with (you only need to reference its assembly) and it has reasonable free admin tools.

SQL Server Express is not really free. It has a size limit (4GB), it requires a separate installation (which makes installation more cumbersome) and it uses a separate server.

MySQL is not really free either (for commercial applications at least) and requires a separate installation of the DB server.

If you are interested - go to www.sqlite.org for more information. SQLite also has a very good .net provider (search on google).

Best of luck
Liron
AnswerRe: Free database?? Pin
nelsonpaixao31-Aug-08 12:30
nelsonpaixao31-Aug-08 12:30 
QuestionCalling a function using lookup in SSIS Pin
DerekFL29-Aug-08 11:22
DerekFL29-Aug-08 11:22 
Questionwhat's your opinion on the Visual Studion 2005 data designer? Pin
bfis10813728-Aug-08 23:57
bfis10813728-Aug-08 23:57 
AnswerRe: what's your opinion on the Visual Studion 2005 data designer? Pin
PIEBALDconsult29-Aug-08 6:19
mvePIEBALDconsult29-Aug-08 6:19 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Wendelius29-Aug-08 7:39
mentorWendelius29-Aug-08 7:39 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield29-Aug-08 8:59
Ashfield29-Aug-08 8:59 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Wendelius29-Aug-08 9:09
mentorWendelius29-Aug-08 9:09 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield29-Aug-08 9:13
Ashfield29-Aug-08 9:13 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Wendelius29-Aug-08 10:40
mentorWendelius29-Aug-08 10:40 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis10813730-Aug-08 12:30
bfis10813730-Aug-08 12:30 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield31-Aug-08 7:09
Ashfield31-Aug-08 7:09 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081371-Sep-08 6:39
bfis1081371-Sep-08 6:39 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield1-Sep-08 8:43
Ashfield1-Sep-08 8:43 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081371-Sep-08 8:47
bfis1081371-Sep-08 8:47 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield1-Sep-08 19:52
Ashfield1-Sep-08 19:52 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
liron.levi31-Aug-08 10:15
professionalliron.levi31-Aug-08 10:15 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081371-Sep-08 6:37
bfis1081371-Sep-08 6:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.