Click here to Skip to main content
16,004,977 members
Home / Discussions / Database
   

Database

 
GeneralRe: Comparing two tables in SQL Pin
Vishucool16-May-06 22:48
Vishucool16-May-06 22:48 
GeneralRe: Comparing two tables in SQL Pin
r.stropek4-Jun-06 6:02
r.stropek4-Jun-06 6:02 
Questionretreiving a perticular column in a table Pin
dayakar_dn16-May-06 20:13
dayakar_dn16-May-06 20:13 
AnswerRe: retreiving a perticular column in a table Pin
Colin Angus Mackay16-May-06 21:47
Colin Angus Mackay16-May-06 21:47 
QuestionHow to download/copy a data stored as image type in SQL Pin
SIJUTHOMASP16-May-06 18:51
professionalSIJUTHOMASP16-May-06 18:51 
QuestionWhich of all DBMS? Pin
Lord_Vader16-May-06 10:30
Lord_Vader16-May-06 10:30 
AnswerRe: Which of all DBMS? Pin
Al Ortega16-May-06 10:38
Al Ortega16-May-06 10:38 
AnswerRe: Which of all DBMS? Pin
Colin Angus Mackay16-May-06 21:58
Colin Angus Mackay16-May-06 21:58 
For a few thousand rows and freely distributable you may want to consider the size of the extra files you are distrubuting and how easy it is to have your installation file connect everything up on installation.

* SQL Server 2005 Express Edidtion is quite bulky, so you may not want that.
* SQLITE might also be appropriate for you - It is public domain and I think there are only one to two DLLs that you need to add to you to your install.

What I'd do is draw up a matrix containing all the database products you are looking at across the top and all the features you are interested in down the side. For example:
DB ->     SqlServer   MySQL   Firebird   SQLITE
/Feature  Express
  
Redist..  Y           ?        ?         Y
 
Install
Size      Large       ?        ?         1-2 DLLs



"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)

My: Website | Blog

-- modified at 3:58 Wednesday 17th May, 2006
Questionreplacing idnums with values... Pin
Jesse Evans16-May-06 8:14
Jesse Evans16-May-06 8:14 
AnswerRe: replacing idnums with values... Pin
Eric Dahlvang16-May-06 11:44
Eric Dahlvang16-May-06 11:44 
GeneralRe: replacing idnums with values... Pin
Jesse Evans16-May-06 11:58
Jesse Evans16-May-06 11:58 
QuestionHow will catch a error in DA Class From Stored Procedures Pin
NICE TO MEET16-May-06 2:31
NICE TO MEET16-May-06 2:31 
AnswerRe: How will catch a error in DA Class From Stored Procedures Pin
Not Active16-May-06 2:51
mentorNot Active16-May-06 2:51 
GeneralRe: How will catch a error in DA Class From Stored Procedures Pin
Paddy Boyd16-May-06 3:06
Paddy Boyd16-May-06 3:06 
GeneralRe: How will catch a error in DA Class From Stored Procedures Pin
Rob Graham16-May-06 4:34
Rob Graham16-May-06 4:34 
Questionreturn values from stored procedure Pin
DineshSharma16-May-06 2:25
DineshSharma16-May-06 2:25 
AnswerRe: return values from stored procedure Pin
Paul Brower16-May-06 5:33
Paul Brower16-May-06 5:33 
QuestionHow to access Query Designer in Microsoft SQL Server Management Studio? Pin
FionaDM16-May-06 1:32
FionaDM16-May-06 1:32 
AnswerRe: How to access Query Designer in Microsoft SQL Server Management Studio? Pin
Kevin McFarlane16-May-06 11:08
Kevin McFarlane16-May-06 11:08 
QuestionWrite Sub Query in mySQL Pin
Harrison.Brock15-May-06 17:57
Harrison.Brock15-May-06 17:57 
AnswerRe: Write Sub Query in mySQL Pin
Paddy Boyd16-May-06 2:49
Paddy Boyd16-May-06 2:49 
GeneralRe: Write Sub Query in mySQL Pin
Harrison.Brock16-May-06 6:39
Harrison.Brock16-May-06 6:39 
GeneralRe: Write Sub Query in mySQL Pin
Harrison.Brock16-May-06 7:41
Harrison.Brock16-May-06 7:41 
Questioncan you help me comparate the date Pin
Mohammed Amine15-May-06 13:32
Mohammed Amine15-May-06 13:32 
AnswerRe: can you help me comparate the date Pin
Shaikat6915-May-06 19:58
Shaikat6915-May-06 19:58 

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.