J
Jerome Schnitzler
Hello NG,
I have the following problem. I recieve a dBase file and want to access it
via ASP.NET and ADO.NET. So far so good (thanx to Jan again).
The problem is now, that there are three important columns, which are
responsible for sorting. I call them GROUP1, 2 and 3. If I select GROUP1 I
recieve some rows in GROUP2 .... and so on. My problem is, that I need some
DropDownList elements, one for each group. The Database ich changing these
groups from time to time and I need to generate them automatically. My first
idea was to write them into a XML-file, but the database has 30,000 entries
and that would be too much work. I hope you know, what I try to do and have
an idea for me.
Bye
Jerome
I have the following problem. I recieve a dBase file and want to access it
via ASP.NET and ADO.NET. So far so good (thanx to Jan again).
The problem is now, that there are three important columns, which are
responsible for sorting. I call them GROUP1, 2 and 3. If I select GROUP1 I
recieve some rows in GROUP2 .... and so on. My problem is, that I need some
DropDownList elements, one for each group. The Database ich changing these
groups from time to time and I need to generate them automatically. My first
idea was to write them into a XML-file, but the database has 30,000 entries
and that would be too much work. I hope you know, what I try to do and have
an idea for me.
Bye
Jerome