Click here to Skip to main content
15,905,427 members
Home / Discussions / C#
   

C#

 
GeneralRe: label issues Pin
Harvey Saayman13-Feb-08 20:40
Harvey Saayman13-Feb-08 20:40 
GeneralRe: label issues Pin
Harvey Saayman13-Feb-08 21:13
Harvey Saayman13-Feb-08 21:13 
AnswerRe: label issues Pin
Martin#13-Feb-08 21:19
Martin#13-Feb-08 21:19 
GeneralRe: label issues Pin
Harvey Saayman13-Feb-08 21:53
Harvey Saayman13-Feb-08 21:53 
GeneralRe: label issues Pin
Martin#13-Feb-08 22:17
Martin#13-Feb-08 22:17 
GeneralError when using delegate.... ( Error in binding the target method)... Pin
peter rankel13-Feb-08 19:42
peter rankel13-Feb-08 19:42 
GeneralRe: Error when using delegate.... ( Error in binding the target method)... Pin
Christian Graus13-Feb-08 20:12
protectorChristian Graus13-Feb-08 20:12 
QuestionDateTime formatting in "dd-MMM-yyyy"? [modified] Pin
John Sundar13-Feb-08 18:18
John Sundar13-Feb-08 18:18 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
Steve Echols13-Feb-08 18:43
Steve Echols13-Feb-08 18:43 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
John Sundar13-Feb-08 18:57
John Sundar13-Feb-08 18:57 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
Steve Echols13-Feb-08 20:15
Steve Echols13-Feb-08 20:15 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
John Sundar13-Feb-08 20:25
John Sundar13-Feb-08 20:25 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
Steve Echols13-Feb-08 21:07
Steve Echols13-Feb-08 21:07 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
John Sundar13-Feb-08 21:52
John Sundar13-Feb-08 21:52 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
Steve Echols13-Feb-08 20:22
Steve Echols13-Feb-08 20:22 
GeneralRe: DateTime formatting in "dd-MMM-yyyy"? Pin
PIEBALDconsult14-Feb-08 13:19
mvePIEBALDconsult14-Feb-08 13:19 
GeneralIncluding MSSQL in a C# application for a client. Pin
AlainMesias13-Feb-08 15:51
AlainMesias13-Feb-08 15:51 
GeneralRe: Including MSSQL in a C# application for a client. Pin
Mark Churchill13-Feb-08 16:09
Mark Churchill13-Feb-08 16:09 
GeneralRe: Including MSSQL in a C# application for a client. Pin
Not Active13-Feb-08 16:15
mentorNot Active13-Feb-08 16:15 
GeneralRe: Including MSSQL in a C# application for a client. Pin
Joachim Kerschbaumer13-Feb-08 17:13
Joachim Kerschbaumer13-Feb-08 17:13 
GeneralRe: Including MSSQL in a C# application for a client. Pin
Harvey Saayman13-Feb-08 19:59
Harvey Saayman13-Feb-08 19:59 
GeneralRe: Including MSSQL in a C# application for a client. Pin
Joachim Kerschbaumer13-Feb-08 20:08
Joachim Kerschbaumer13-Feb-08 20:08 
well, sql server ce and sql server express will definitely work with more than 80 tables.
using ce or express depends on what you mean with "grow like crazy".
even sql server express is limited to 4gb db size (http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx).
if you have hundreds of thousand data rows, you'll probably consider using sql server express instead of ce.

i don't know how complicated it will be to deploy sql server express with your application automatically,
but with sql server ce it can be quite easily done with clickonce deployment
GeneralRe: Including MSSQL in a C# application for a client. Pin
Harvey Saayman13-Feb-08 20:16
Harvey Saayman13-Feb-08 20:16 
GeneralRe: Including MSSQL in a C# application for a client. Pin
Joachim Kerschbaumer13-Feb-08 20:22
Joachim Kerschbaumer13-Feb-08 20:22 
GeneralRe: Including MSSQL in a C# application for a client. Pin
Harvey Saayman13-Feb-08 20:26
Harvey Saayman13-Feb-08 20:26 

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.