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

C#

 
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 
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 
LiquidE_SA wrote:
Are SQLLite and VistaDB also running on a server or can it be accessed by file such as Access?


I think your choice is now between SQLite[^] and VistaDB[^]. Both are file based databases.

Both are effectively zero configuration for the end user. You just drop one (or two) additional DLL files in to your installation and you are good to go.

SQLite:
* You'll also need a .NET Wrapper for SQLite (but that's explained on the website and is very easy to set up).
* Because SQLite is supported in so many environments the documentation can take a little getting used to.
* It is free

VistaDB
* Pure .NET solution
* Costs money for a development license.
* Also has a server based solution if you eventually decide you need to scale up.


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 
GeneralRe: OT Pin
Judah Gabriel Himango21-Nov-06 12:44
sponsorJudah Gabriel Himango21-Nov-06 12:44 
GeneralRe: OT Pin
Eric Dahlvang22-Nov-06 4:42
Eric Dahlvang22-Nov-06 4:42 

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.