B
Ben
Hi,
This is a problem that I've been having for a while now. Basically, I've
created a XML Schema in the designer, created a dataset based on this
schema, and now when i try to access some of the tables within the
dataset, it doesn't enumerate any of the properties, and they aren't
accessible. However, not all the tables are like this.
For example, in the dataset i have two tables; "Company" and "Office".
When i however the mouse over Office in this line,
this.dSetProMIS2.Office.Rows.Clear();
I get, ProMIS2.Data.ProMIS2.OfficeDataTable ProMIS2.Office. However if I
have the same line except using the Company table, I get,
CompanyDataTable ProMIS2.Company.
Also, after typing the '.' after Company ( ie this.dSetProMIS2.Company.
) I don't get any intellihelp like i do with the Office datatable.
Another interesting addition to this is that if i actually try and go to
ProMIS2.Data.ProMIS2 and look at the intellihelp for available objects,
looking for CompanyDataTable, it is not there. Only a small subset of
tables are actually available in that list. I've checked as many
settings and properties as I can, and they all seem to be the same no
matter which datatable i am looking at.
Anyone have any ideas?
Thanks for you help.
Regards,
Ben
This is a problem that I've been having for a while now. Basically, I've
created a XML Schema in the designer, created a dataset based on this
schema, and now when i try to access some of the tables within the
dataset, it doesn't enumerate any of the properties, and they aren't
accessible. However, not all the tables are like this.
For example, in the dataset i have two tables; "Company" and "Office".
When i however the mouse over Office in this line,
this.dSetProMIS2.Office.Rows.Clear();
I get, ProMIS2.Data.ProMIS2.OfficeDataTable ProMIS2.Office. However if I
have the same line except using the Company table, I get,
CompanyDataTable ProMIS2.Company.
Also, after typing the '.' after Company ( ie this.dSetProMIS2.Company.
) I don't get any intellihelp like i do with the Office datatable.
Another interesting addition to this is that if i actually try and go to
ProMIS2.Data.ProMIS2 and look at the intellihelp for available objects,
looking for CompanyDataTable, it is not there. Only a small subset of
tables are actually available in that list. I've checked as many
settings and properties as I can, and they all seem to be the same no
matter which datatable i am looking at.
Anyone have any ideas?
Thanks for you help.
Regards,
Ben