Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: ASC() in C# Pin
Bo Hunter31-Aug-03 11:17
Bo Hunter31-Aug-03 11:17 
GeneralRe: ASC() in C# Pin
Tatham2-Sep-03 21:51
Tatham2-Sep-03 21:51 
GeneralRe: ASC() in C# Pin
freshthinking3-Sep-03 5:23
freshthinking3-Sep-03 5:23 
GeneralMore than one table in DataSet Pin
Mazdak30-Aug-03 8:05
Mazdak30-Aug-03 8:05 
GeneralRe: More than one table in DataSet Pin
Nick Parker30-Aug-03 8:48
protectorNick Parker30-Aug-03 8:48 
GeneralRe: More than one table in DataSet Pin
Mazdak30-Aug-03 9:30
Mazdak30-Aug-03 9:30 
GeneralRe: More than one table in DataSet Pin
Meysam Mahfouzi30-Aug-03 17:40
Meysam Mahfouzi30-Aug-03 17:40 
GeneralRe: More than one table in DataSet Pin
Andres Manggini31-Aug-03 13:09
Andres Manggini31-Aug-03 13:09 
Hi,

You can write a sql statement like this returning two tables:

"SELECT * FROM People; SELECT * FROM Street;"

That will populate two different tables on your DataSet, the first one containing all the people, and the second one with streets.

Hope this helps.

Andres Manggini.
Buenos Aires - Argentina.
GeneralRe: More than one table in DataSet Pin
Mazdak31-Aug-03 20:37
Mazdak31-Aug-03 20:37 
GeneralRe: More than one table in DataSet Pin
james-cxx3-Sep-03 13:05
james-cxx3-Sep-03 13:05 
GeneralRe: More than one table in DataSet Pin
Mazdak3-Sep-03 20:26
Mazdak3-Sep-03 20:26 
GeneralImplementing an Object.OnChange event Pin
bzurer30-Aug-03 1:25
bzurer30-Aug-03 1:25 
GeneralRe: Implementing an Object.OnChange event Pin
Philip Fitzsimons30-Aug-03 3:34
Philip Fitzsimons30-Aug-03 3:34 
GeneralRe: Implementing an Object.OnChange event Pin
bzurer30-Aug-03 8:15
bzurer30-Aug-03 8:15 
GeneralRe: Implementing an Object.OnChange event Pin
Philip Fitzsimons30-Aug-03 9:55
Philip Fitzsimons30-Aug-03 9:55 
GeneralRe: Implementing an Object.OnChange event Pin
bzurer30-Aug-03 10:43
bzurer30-Aug-03 10:43 
QuestionHow to get the Focused Form...? Pin
EvanChen99929-Aug-03 21:33
EvanChen99929-Aug-03 21:33 
Generalclass not showing up Pin
Member 50926229-Aug-03 17:14
Member 50926229-Aug-03 17:14 
GeneralRe: class not showing up Pin
TigerNinja_29-Aug-03 19:32
TigerNinja_29-Aug-03 19:32 
GeneralRe: class not showing up Pin
Member 50926230-Aug-03 15:42
Member 50926230-Aug-03 15:42 
GeneralRe: class not showing up Pin
TigerNinja_29-Aug-03 20:26
TigerNinja_29-Aug-03 20:26 
GeneralProject settings do not seem to save /unsafe compiler switch Pin
cognitive_psych29-Aug-03 12:58
cognitive_psych29-Aug-03 12:58 
GeneralRe: Project settings do not seem to save /unsafe compiler switch Pin
leppie29-Aug-03 13:44
leppie29-Aug-03 13:44 
GeneralRe: Project settings do not seem to save /unsafe compiler switch Pin
cognitive_psych29-Aug-03 16:26
cognitive_psych29-Aug-03 16:26 
Generalxml to DB c# Pin
Member 42486029-Aug-03 11:48
Member 42486029-Aug-03 11:48 

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.