Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Dave #1
strangeness - lots of tables showing up in my dataset......
Hi,
I have an ASP.NET application that fills a dataset with data from 2
different tables.
When I set a breakpoint at the beginning of the Page_Load, and I look at the
dataset,
it has 4 tables defined within it. Here's my code:
private void Page_Load(object sender, System.EventArgs e) {
dsParcelsDelqs1.EnforceConstraints = false;
sqlConnection1.Open();
sdaParcelFile.Fill(dsParcelsDelqs1, "vwtblParcelsJointblDelqProps");
sdaDelqPropFile.Fill(dsParcelsDelqs1, "tblDelinquentParcels");
sqlConnection1.Close();
...........
So, before the line setting the EnforceConstraints property is executed,
when I view dsParcelsDelqs1, it has 4 tables! (All with a Count = 0). How
can it have ANY tables defined? More so, how could it have 4 tables? I've
got the table names specified in the Fill statements above. I'd expect to
have only 2 tables defined AFTER the Fill runs.
Can anyone explain what I'm seeing?
TIA,
Dave
Dave Guest
-
DataSet not showing Data from XMLConnector Bind
I am trying to populate a dataset component in my movie that both Components are located on the first frame of my THIRD scene. The XML Connector is... -
Tables not showing
Hi, Could someone help me out, I tried to create a dynamic page using the built in tutorial of DW, but everytime I made an OLE database connection,... -
Database Tables Not Showing
:confused; I am following the Tutorial for setting up the PHP/SQL GlobalCar Dynamic Page. Everything has gone fine until I got to Getting... -
Typed Dataset schema not showing in WSDL
I have a simple typed dataset that is being returned by a WebMethod. When I use WSDL to query the webservice, the schema of the dataset is not being... -
joining 3 tables in dataset
hi my problem is that i have to load 3 different tables from different databases into one dataset and do a join on all. i loaded all tables into...



Reply With Quote

