Strange Resetting Of Datatable

  • Thread starter Thread starter Derek Hart
  • Start date Start date
D

Derek Hart

I am using one variable for a dataset, which is simply Dim ds as new
dataset(). I use it to fill 3 tables within the dataset. The 3 tables are
inside for next loops, because the stored procedure that fills the inner
loop tables is gotten from criteria from the outermost table. The innermost
table in the dataset is not holding the data; it seems to be resetting as
soon as the inner loop is entered. Is there some strange bug that would
clear a dataset when a for next loop is entered? Shouldn't I be able to
fill tons of tables into one dataset variable?

Derek
 
Would you please show your sample code to let me repro the issue?

Regards and Thanks,
Justin Wan
Microsoft Partner Online Support

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
::From: "Derek Hart" <[email protected]>
::Subject: Strange Resetting Of Datatable
::Date: Fri, 4 Jul 2003 12:53:04 -0700
::Lines: 12
::X-Priority: 3
::X-MSMail-Priority: Normal
::X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
::X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
::Message-ID: <[email protected]>
::Newsgroups:
microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.frame
work.windowsforms.databinding
::NNTP-Posting-Host: lsanca1-ar3-4-60-038-089.lsanca1.dsl-verizon.net
4.60.38.89
::Path: cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
::Xref: cpmsftngxa09.phx.gbl
microsoft.public.dotnet.framework.windowsforms.databinding:1160
microsoft.public.dotnet.framework.windowsforms:8089
::X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
::
::I am using one variable for a dataset, which is simply Dim ds as new
::dataset(). I use it to fill 3 tables within the dataset. The 3 tables
are
::inside for next loops, because the stored procedure that fills the inner
::loop tables is gotten from criteria from the outermost table. The
innermost
::table in the dataset is not holding the data; it seems to be resetting as
::soon as the inner loop is entered. Is there some strange bug that would
::clear a dataset when a for next loop is entered? Shouldn't I be able to
::fill tons of tables into one dataset variable?
::
::Derek
::
::
::
 
Back
Top