Click here to Skip to main content
15,898,981 members
Home / Discussions / Database
   

Database

 
GeneralMySql C# Stored Function Problem Pin
js800859-Jan-08 6:34
js800859-Jan-08 6:34 
GeneralHelp in query design Pin
www.Developerof.NET9-Jan-08 5:35
www.Developerof.NET9-Jan-08 5:35 
GeneralRe: Help in query design Pin
DotNetXenon9-Jan-08 7:58
DotNetXenon9-Jan-08 7:58 
GeneralRe: Help in query design Pin
GuyThiebaut9-Jan-08 10:06
professionalGuyThiebaut9-Jan-08 10:06 
GeneralRe: Help in query design Pin
veereshIndia13-Jan-08 19:46
veereshIndia13-Jan-08 19:46 
GeneralASP.Net: Custom control problem with XML file data source Pin
Emma Burrows9-Jan-08 5:35
Emma Burrows9-Jan-08 5:35 
Generalda.Fill(second datatable) Pin
CandyMe9-Jan-08 5:20
CandyMe9-Jan-08 5:20 
GeneralRe: da.Fill(second datatable) Pin
Tom Deketelaere9-Jan-08 5:25
professionalTom Deketelaere9-Jan-08 5:25 
you need to fill a dataset with the output from the stored procedure

so:
dim ds as dataset
da.fill(ds)

then the dataset will have 2 tables in it (normally)

and you can select the 2 tables by there index

dim dt1 as datatable = ds.tables(0)
dim dt2 as datatable = ds.tables(1)

sorry for the vb.net code but should be easly translated

hope this helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

GeneralRe: da.Fill(second datatable) Pin
CandyMe9-Jan-08 5:32
CandyMe9-Jan-08 5:32 
GeneralRe: da.Fill(second datatable) Pin
Tom Deketelaere9-Jan-08 7:34
professionalTom Deketelaere9-Jan-08 7:34 
Questioninsert special characters into sql database Pin
swissmiss869-Jan-08 5:02
swissmiss869-Jan-08 5:02 
GeneralRe: insert special characters into sql database Pin
Ritesh12349-Jan-08 12:54
Ritesh12349-Jan-08 12:54 
Generalforce table names [modified] admin please move post to vb.net forum (thank you) Pin
Tom Deketelaere9-Jan-08 3:47
professionalTom Deketelaere9-Jan-08 3:47 
GeneralCalculation not done in SubQuery :( Pin
ha_haseebahmad9-Jan-08 0:20
ha_haseebahmad9-Jan-08 0:20 
Questionhow to define a result a in a sp Pin
jagan1238-Jan-08 23:21
jagan1238-Jan-08 23:21 
AnswerRe: how to define a result a in a sp Pin
pmarfleet9-Jan-08 0:03
pmarfleet9-Jan-08 0:03 
AnswerRe: how to define a result a in a sp Pin
Joe9-Jan-08 0:07
Joe9-Jan-08 0:07 
GeneralTwo same temp tables in two diffrent stored procedures Pin
kalam8-Jan-08 23:13
kalam8-Jan-08 23:13 
GeneralRe: Two same temp tables in two diffrent stored procedures Pin
KANGAROO_9-Jan-08 0:42
KANGAROO_9-Jan-08 0:42 
GeneralRe: Two same temp tables in two diffrent stored procedures Pin
pmarfleet9-Jan-08 1:11
pmarfleet9-Jan-08 1:11 
GeneralRe: Two same temp tables in two diffrent stored procedures Pin
veereshIndia13-Jan-08 19:48
veereshIndia13-Jan-08 19:48 
GeneralSQL database replacement Pin
Maddie from Dartford8-Jan-08 23:04
Maddie from Dartford8-Jan-08 23:04 
GeneralRe: SQL database replacement Pin
pmarfleet9-Jan-08 0:02
pmarfleet9-Jan-08 0:02 
GeneralRe: SQL database replacement Pin
Mike Dimmick9-Jan-08 3:19
Mike Dimmick9-Jan-08 3:19 
GeneralRe: SQL database replacement Pin
Mark Churchill9-Jan-08 21:34
Mark Churchill9-Jan-08 21:34 

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.