Click here to Skip to main content
15,902,938 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 5:42
mveDave Kreskowiak1-Mar-06 5:42 
AnswerRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:00
Doctor Nick1-Mar-06 3:00 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:05
Scott34151-Mar-06 3:05 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:15
Doctor Nick1-Mar-06 3:15 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:37
Scott34151-Mar-06 3:37 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:55
Doctor Nick1-Mar-06 3:55 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:57
Scott34151-Mar-06 3:57 
Questioncreating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 19:00
uglyeyes28-Feb-06 19:00 
Hi,

i want to create a multiple datasets and bind it seperately. the query will look like

select * from table where id=ID
now,
if id = 1,
i want to generate dataset1 just for records with id=1 and
if id = 2,
i want to generate dataset2 just for records with id=2 and so forth

so that i can bind those datasets to different web control say for webchart component or a datagrid.


******

my initial idea was something like

in page load,

select distinct id from table.

while dr.read
function(dr("id"))
end while


function (String id as parameter)

{
Create new webcomponent
Create new dataset based on id
Bind data with the new instance of webcomp and dataset
}

==> all i am doing this is to generating multiple web chart using a dataset.

******

Please note id can be any value from null to 100 and the select statement can return 0 to n records based upon id.
hope my question makes sense.

please help!!!


AnswerRe: creating multiple dataset based upon a query Pin
Guffa28-Feb-06 21:42
Guffa28-Feb-06 21:42 
GeneralRe: creating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 23:53
uglyeyes28-Feb-06 23:53 
AnswerRe: creating multiple dataset based upon a query Pin
Guffa1-Mar-06 0:26
Guffa1-Mar-06 0:26 
Questioncreating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 18:57
uglyeyes28-Feb-06 18:57 
Questionhow to Remap keyboard Layout keys vb6 Pin
justzain28-Feb-06 18:46
justzain28-Feb-06 18:46 
AnswerRe: how to Remap keyboard Layout keys vb6 Pin
Dave Kreskowiak1-Mar-06 1:07
mveDave Kreskowiak1-Mar-06 1:07 
QuestionTreeview Problem in vb.net Pin
pankajgarg1228-Feb-06 18:42
pankajgarg1228-Feb-06 18:42 
Questionwhats wrong wif my connection? Pin
pandapatin28-Feb-06 17:04
pandapatin28-Feb-06 17:04 
AnswerRe: whats wrong wif my connection? Pin
Steve Pullan28-Feb-06 17:17
Steve Pullan28-Feb-06 17:17 
GeneralRe: whats wrong wif my connection? Pin
pandapatin28-Feb-06 17:23
pandapatin28-Feb-06 17:23 
GeneralRe: whats wrong wif my connection? Pin
Steve Pullan28-Feb-06 17:33
Steve Pullan28-Feb-06 17:33 
GeneralRe: whats wrong wif my connection? Pin
pandapatin28-Feb-06 17:43
pandapatin28-Feb-06 17:43 
GeneralRe: whats wrong wif my connection? Pin
HimaBindu Vejella28-Feb-06 18:37
HimaBindu Vejella28-Feb-06 18:37 
GeneralRe: whats wrong wif my connection? Pin
pandapatin28-Feb-06 19:06
pandapatin28-Feb-06 19:06 
GeneralRe: whats wrong wif my connection? Pin
HimaBindu Vejella28-Feb-06 22:14
HimaBindu Vejella28-Feb-06 22:14 
GeneralRe: whats wrong wif my connection? Pin
pandapatin28-Feb-06 22:18
pandapatin28-Feb-06 22:18 
GeneralRe: whats wrong wif my connection? Pin
HimaBindu Vejella28-Feb-06 22:21
HimaBindu Vejella28-Feb-06 22:21 

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.