Click here to Skip to main content
15,890,385 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to insert data onto database in c# Pin
Harsha Dev18-Apr-12 19:47
Harsha Dev18-Apr-12 19:47 
GeneralRe: How to insert data onto database in c# Pin
jyoteermoy18-Apr-12 19:53
jyoteermoy18-Apr-12 19:53 
GeneralRe: How to insert data onto database in c# Pin
Richard MacCutchan18-Apr-12 20:53
mveRichard MacCutchan18-Apr-12 20:53 
AnswerRe: How to insert data onto database in c# Pin
Abhinav S18-Apr-12 19:49
Abhinav S18-Apr-12 19:49 
AnswerMessage Removed Pin
18-Apr-12 19:59
Harsha Dev18-Apr-12 19:59 
GeneralRe: How to insert data onto database in c# Pin
Abhinav S18-Apr-12 20:01
Abhinav S18-Apr-12 20:01 
GeneralRe: How to insert data onto database in c# Pin
Harsha Dev18-Apr-12 20:04
Harsha Dev18-Apr-12 20:04 
AnswerRe: How to insert data onto database in c# Pin
Sentenryu19-Apr-12 5:38
Sentenryu19-Apr-12 5:38 
set the "copy to output directory" property of the database file within visual studio to "Copy if newer", visual studio copies your database to the output directory whenever you build your solution, because of this, if you run your application and insert some data, when you run it again, your database will be copied again to the output directory and you will lose your data. to test without changing properties, go to your project folder, inside the /bin/Debug folder and start your app from here. your data should be here on the second run.

sorry for my english, i expect that you can understand.
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)

QuestionC# Repeating Random Problem Pin
Midnight Ahri18-Apr-12 17:32
Midnight Ahri18-Apr-12 17:32 
AnswerRe: C# Repeating Random Problem Pin
egenis18-Apr-12 19:04
egenis18-Apr-12 19:04 
AnswerRe: C# Repeating Random Problem Pin
phil.o19-Apr-12 0:32
professionalphil.o19-Apr-12 0:32 
AnswerRe: C# Repeating Random Problem Pin
tuhami23-Apr-12 8:08
tuhami23-Apr-12 8:08 
Questionsimple memory leak Pin
Member 784572018-Apr-12 15:52
Member 784572018-Apr-12 15:52 
AnswerRe: simple memory leak Pin
Abhinav S18-Apr-12 16:53
Abhinav S18-Apr-12 16:53 
GeneralRe: simple memory leak Pin
Vipin_Arora19-Apr-12 2:39
Vipin_Arora19-Apr-12 2:39 
AnswerRe: simple memory leak Pin
Vipin_Arora18-Apr-12 19:09
Vipin_Arora18-Apr-12 19:09 
GeneralRe: simple memory leak Pin
VJ Reddy20-Apr-12 4:53
VJ Reddy20-Apr-12 4:53 
GeneralRe: simple memory leak Pin
Vipin_Arora20-Apr-12 6:17
Vipin_Arora20-Apr-12 6:17 
QuestionSearch form problem Pin
Amr Mohammed Rashad18-Apr-12 13:39
Amr Mohammed Rashad18-Apr-12 13:39 
AnswerRe: Search form problem Pin
Amr Mohammed Rashad18-Apr-12 18:31
Amr Mohammed Rashad18-Apr-12 18:31 
GeneralRe: Search form problem Pin
phil.o19-Apr-12 0:35
professionalphil.o19-Apr-12 0:35 
Questionconvert large files into byte [] Pin
abbd18-Apr-12 8:27
abbd18-Apr-12 8:27 
AnswerRe: convert large files into byte [] Pin
jschell18-Apr-12 8:53
jschell18-Apr-12 8:53 
AnswerRe: convert large files into byte [] Pin
OriginalGriff18-Apr-12 9:22
mveOriginalGriff18-Apr-12 9:22 
QuestionLambda expression tree building [Solved - I think] Pin
wizardzz18-Apr-12 7:43
wizardzz18-Apr-12 7:43 

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.