Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
AnswerRe: File Properties Pin
Mycroft Holmes2-Aug-09 21:26
professionalMycroft Holmes2-Aug-09 21:26 
AnswerRe: File Properties Pin
OriginalGriff2-Aug-09 21:31
mveOriginalGriff2-Aug-09 21:31 
GeneralRe: File Properties Pin
rick05563-Aug-09 4:26
rick05563-Aug-09 4:26 
Questionhow could i add my data to LAN using C# code... Pin
akqureshi2-Aug-09 18:41
akqureshi2-Aug-09 18:41 
QuestionClass/Control Document File Viewer Pin
egpuyos2-Aug-09 18:40
egpuyos2-Aug-09 18:40 
AnswerRe: Class/Control Document File Viewer Pin
Super Lloyd2-Aug-09 19:28
Super Lloyd2-Aug-09 19:28 
QuestionCreate a System Pin
veon cheng2-Aug-09 17:22
veon cheng2-Aug-09 17:22 
AnswerRe: Create a System [modified] Pin
N a v a n e e t h2-Aug-09 17:40
N a v a n e e t h2-Aug-09 17:40 
veon cheng wrote:
but how am i suppose to create the system so that when the users wants to use this system he or she must install before he can use.


Visual studio can make installer files for you. It offers a package and deployment kind of project template.

veon cheng wrote:
besides that the users does not have a database system like SQL, how are they going to save the data or read from the data i created in my DB. are they suppose to install the DB as well ??


Is this a stand-alone application and database is centralized? If yes, requesting users to install a copy of DB is a poor idea. You can keep the DB in your server and provide an interface to access it (web service or WCF).

If all your users need separate database instances, they need to install DB on their machines. However, if the data to be stored is small and doesn't require a complex RDBMS system, you can use file system databases like SqlLite[^].

Smile | :)


modified on Sunday, August 2, 2009 11:47 PM

GeneralRe: Create a System Pin
veon cheng2-Aug-09 17:53
veon cheng2-Aug-09 17:53 
GeneralRe: Create a System Pin
N a v a n e e t h2-Aug-09 18:23
N a v a n e e t h2-Aug-09 18:23 
AnswerRe: Create a System Pin
Abhijit Jana2-Aug-09 17:46
professionalAbhijit Jana2-Aug-09 17:46 
GeneralRe: Create a System Pin
veon cheng2-Aug-09 18:00
veon cheng2-Aug-09 18:00 
GeneralRe: Create a System Pin
darkelv2-Aug-09 19:16
darkelv2-Aug-09 19:16 
AnswerRe: Create a System Pin
Mycroft Holmes2-Aug-09 19:34
professionalMycroft Holmes2-Aug-09 19:34 
GeneralRe: Create a System Pin
veon cheng2-Aug-09 19:54
veon cheng2-Aug-09 19:54 
QuestionOCR Running Error on thumbnail Pin
hpydir2-Aug-09 13:57
hpydir2-Aug-09 13:57 
AnswerRe: OCR Running Error on thumbnail Pin
Christian Graus2-Aug-09 14:10
protectorChristian Graus2-Aug-09 14:10 
AnswerRe: OCR Running Error on thumbnail Pin
Dave Kreskowiak2-Aug-09 16:58
mveDave Kreskowiak2-Aug-09 16:58 
GeneralRe: OCR Running Error on thumbnail Pin
Christian Graus2-Aug-09 17:04
protectorChristian Graus2-Aug-09 17:04 
QuestionAppDomain problem... Pin
Super Lloyd2-Aug-09 13:46
Super Lloyd2-Aug-09 13:46 
AnswerRe: AppDomain problem... Pin
N a v a n e e t h2-Aug-09 16:35
N a v a n e e t h2-Aug-09 16:35 
GeneralRe: AppDomain problem... Pin
Super Lloyd2-Aug-09 18:37
Super Lloyd2-Aug-09 18:37 
Questionhow could I make double (key events) ? [modified] Pin
Abdulkader Rai2-Aug-09 13:13
Abdulkader Rai2-Aug-09 13:13 
AnswerRe: how could I make double (key events) ? Pin
Christian Graus2-Aug-09 13:53
protectorChristian Graus2-Aug-09 13:53 
AnswerRe: how could I make double (key events) ? Pin
Super Lloyd2-Aug-09 14:07
Super Lloyd2-Aug-09 14:07 

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.