Click here to Skip to main content
16,004,882 members
Home / Discussions / C#
   

C#

 
GeneralRe: Passing in an array Pin
Muntyness20-Nov-06 6:57
Muntyness20-Nov-06 6:57 
GeneralRe: Passing in an array Pin
Guffa20-Nov-06 7:22
Guffa20-Nov-06 7:22 
AnswerRe: Passing in an array Pin
dbetting20-Nov-06 13:08
dbetting20-Nov-06 13:08 
GeneralRe: Passing in an array Pin
Muntyness21-Nov-06 3:25
Muntyness21-Nov-06 3:25 
QuestionWhich data format to use in C# Pin
LiquidE_SA20-Nov-06 5:26
LiquidE_SA20-Nov-06 5:26 
AnswerRe: Which data format to use in C# Pin
Colin Angus Mackay20-Nov-06 5:35
Colin Angus Mackay20-Nov-06 5:35 
GeneralRe: Which data format to use in C# Pin
LiquidE_SA20-Nov-06 5:44
LiquidE_SA20-Nov-06 5:44 
GeneralRe: Which data format to use in C# Pin
Colin Angus Mackay20-Nov-06 6:17
Colin Angus Mackay20-Nov-06 6:17 
LiquidE_SA wrote:
The product I'm developing is a product that will be sold to alot of different people. It will aid them in doing some basic stuff. Therefore I need a method/way of handling the database, wihtout installing extra servers/software.


How much data?


LiquidE_SA wrote:
The thing as I understand it with SQL Server I'll need to install it on every machine


Well, no. As the name suggests it is a "server" product. So, it is installed once on a server (in large organisations they may have many SQL Servers to spread the load)


LiquidE_SA wrote:
That will cost alot of money, won't it?


SQL Server 2005 Express Edition is free - but it has some restrictions (but not as limited as Access)


LiquidE_SA wrote:
I need something that I can bundle with the application.


SQLLite or VistaDB may be choices - but you still need to answer the question "How much data?"

Some companies make products that are specifically designed to sit on top of SQL Server. Perhaps you can do that. If you are marketing to small businesses they may already have Microsoft Small Business Server which has SQL Server built in. When that company grows they can migrate to a full SQL Server easily.

So far, I don't think you've provided enough information to say which database is a good choice. How does the application interact between users? Is it even multiuser?


LiquidE_SA wrote:
Isn't there methods of doing datafile handling and data integrity chechs from within C#?


You can do that in C# if you want - but do you really want to be reinventing the wheel?


GeneralRe: Which data format to use in C# Pin
LiquidE_SA20-Nov-06 6:25
LiquidE_SA20-Nov-06 6:25 
GeneralRe: Which data format to use in C# Pin
Colin Angus Mackay20-Nov-06 6:36
Colin Angus Mackay20-Nov-06 6:36 
GeneralRe: Which data format to use in C# Pin
LiquidE_SA20-Nov-06 6:39
LiquidE_SA20-Nov-06 6:39 
GeneralRe: Which data format to use in C# Pin
Colin Angus Mackay20-Nov-06 8:08
Colin Angus Mackay20-Nov-06 8:08 
GeneralRe: Which data format to use in C# Pin
Scott Dorman20-Nov-06 8:27
professionalScott Dorman20-Nov-06 8:27 
GeneralRe: Which data format to use in C# Pin
lost in transition 21-Nov-06 4:55
lost in transition 21-Nov-06 4:55 
QuestionWhy can't properties be passed as out/ref parameters? Pin
Dan Neely20-Nov-06 5:07
Dan Neely20-Nov-06 5:07 
AnswerRe: Why can't properties be passed as out/ref parameters? Pin
Colin Angus Mackay20-Nov-06 5:37
Colin Angus Mackay20-Nov-06 5:37 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Judah Gabriel Himango20-Nov-06 6:02
sponsorJudah Gabriel Himango20-Nov-06 6:02 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Colin Angus Mackay20-Nov-06 6:19
Colin Angus Mackay20-Nov-06 6:19 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Judah Gabriel Himango20-Nov-06 7:23
sponsorJudah Gabriel Himango20-Nov-06 7:23 
GeneralRe: Why can't properties be passed as out/ref parameters? Pin
Dan Neely20-Nov-06 8:14
Dan Neely20-Nov-06 8:14 
GeneralOT Pin
Judah Gabriel Himango20-Nov-06 8:53
sponsorJudah Gabriel Himango20-Nov-06 8:53 
GeneralRe: OT Pin
Dan Neely20-Nov-06 8:59
Dan Neely20-Nov-06 8:59 
GeneralRe: OT Pin
Judah Gabriel Himango20-Nov-06 9:34
sponsorJudah Gabriel Himango20-Nov-06 9:34 
GeneralRe: OT Pin
Dan Neely20-Nov-06 9:49
Dan Neely20-Nov-06 9:49 
GeneralRe: OT [modified] Pin
Eric Dahlvang21-Nov-06 11:59
Eric Dahlvang21-Nov-06 11:59 

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.