Click here to Skip to main content
15,900,724 members
Home / Discussions / C#
   

C#

 
GeneralRe: Trouble playing a sound Pin
J. Dunlap5-Dec-03 9:17
J. Dunlap5-Dec-03 9:17 
GeneralIs it possible to disable the Messagebox/Dialog... Pin
Loke15-Dec-03 3:34
Loke15-Dec-03 3:34 
Questioninserting data into Access using C#?? Pin
Azel Low5-Dec-03 2:47
Azel Low5-Dec-03 2:47 
AnswerRe: inserting data into Access using C#?? Pin
Heath Stewart5-Dec-03 4:04
protectorHeath Stewart5-Dec-03 4:04 
GeneralRe: inserting data into Access using C#?? Pin
Azel Low5-Dec-03 4:10
Azel Low5-Dec-03 4:10 
GeneralRe: inserting data into Access using C#?? Pin
Heath Stewart5-Dec-03 4:32
protectorHeath Stewart5-Dec-03 4:32 
GeneralRe: inserting data into Access using C#?? Pin
Azel Low5-Dec-03 4:41
Azel Low5-Dec-03 4:41 
GeneralRe: inserting data into Access using C#?? Pin
Heath Stewart5-Dec-03 4:46
protectorHeath Stewart5-Dec-03 4:46 
Yes, unless you use a strongly-typed DataSet. In most cases, the SELECT SqlCommand (with one or multiple result sets) loads tables by default named "Table", "Table1", "Table2", ..., "TableN". Your TableMappings should map these table names to your actual tables in your database.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: inserting data into Access using C#?? Pin
Azel Low5-Dec-03 4:53
Azel Low5-Dec-03 4:53 
GeneralRe: inserting data into Access using C#?? Pin
Heath Stewart5-Dec-03 5:21
protectorHeath Stewart5-Dec-03 5:21 
GeneralRe: inserting data into Access using C#?? Pin
Jerry Hammond5-Dec-03 5:39
Jerry Hammond5-Dec-03 5:39 
GeneralRe: inserting data into Access using C#?? Pin
Heath Stewart5-Dec-03 6:08
protectorHeath Stewart5-Dec-03 6:08 
GeneralRe: inserting data into Access using C#?? Pin
Jerry Hammond5-Dec-03 16:16
Jerry Hammond5-Dec-03 16:16 
QuestionWhat is the best way for Return Messages? Exceptions, return strings, return classes? Pin
gokselm5-Dec-03 1:55
gokselm5-Dec-03 1:55 
AnswerRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
Paul Watson5-Dec-03 2:31
sitebuilderPaul Watson5-Dec-03 2:31 
GeneralRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
David Stone5-Dec-03 3:33
sitebuilderDavid Stone5-Dec-03 3:33 
GeneralRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
Heath Stewart5-Dec-03 4:01
protectorHeath Stewart5-Dec-03 4:01 
AnswerRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
Stephane Rodriguez.5-Dec-03 2:38
Stephane Rodriguez.5-Dec-03 2:38 
GeneralRe: What is the best way for Return Messages? Exceptions, return strings, return classes? Pin
David Stone5-Dec-03 3:32
sitebuilderDavid Stone5-Dec-03 3:32 
QuestionHow Can I get the MSN style Use C#??? Pin
lupa_84215-Dec-03 1:06
lupa_84215-Dec-03 1:06 
AnswerRe: How Can I get the MSN style Use C#??? Pin
Alex Korchemniy5-Dec-03 8:31
Alex Korchemniy5-Dec-03 8:31 
QuestionView a panel in fullscreen? Pin
thomasa5-Dec-03 0:56
thomasa5-Dec-03 0:56 
AnswerRe: View a panel in fullscreen? Pin
Heath Stewart5-Dec-03 3:59
protectorHeath Stewart5-Dec-03 3:59 
GeneralDataGrid & DataView Speed Pin
mitdej5-Dec-03 0:26
mitdej5-Dec-03 0:26 
GeneralRe: DataGrid & DataView Speed Pin
Heath Stewart5-Dec-03 3:49
protectorHeath Stewart5-Dec-03 3:49 

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.