473,320 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Get Created DataTables Name

There are several public separated datatables in a form.
How can i enumerate these tables name ?

Thanks
Nov 15 '05 #1
5 1093
Huh?
Can you provide more details?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:e9*************@TK2MSFTNGP12.phx.gbl...
There are several public separated datatables in a form.
How can i enumerate these tables name ?

Thanks

Nov 15 '05 #2
To enumerate datatable objects in a form is my aim.

"Miha Markic" <miha at rthand com> дÈëÓʼþ
news:ur**************@TK2MSFTNGP12.phx.gbl...
Huh?
Can you provide more details?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:e9*************@TK2MSFTNGP12.phx.gbl...
There are several public separated datatables in a form.
How can i enumerate these tables name ?

Thanks


Nov 15 '05 #3
Are they within dataset?
Are they stored as a local variable?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:Oi**************@tk2msftngp13.phx.gbl...
To enumerate datatable objects in a form is my aim.

"Miha Markic" <miha at rthand com> дÈëÓʼþ
news:ur**************@TK2MSFTNGP12.phx.gbl...
Huh?
Can you provide more details?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:e9*************@TK2MSFTNGP12.phx.gbl...
There are several public separated datatables in a form.
How can i enumerate these tables name ?

Thanks



Nov 15 '05 #4
Whatever dataset or local variable, if datatable print its name.
(it may like vb data environment)
"Miha Markic" <miha at rthand com> дÈëÓʼþ
news:OY*************@TK2MSFTNGP11.phx.gbl...
Are they within dataset?
Are they stored as a local variable?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:Oi**************@tk2msftngp13.phx.gbl...
To enumerate datatable objects in a form is my aim.

"Miha Markic" <miha at rthand com> дÈëÓʼþ
news:ur**************@TK2MSFTNGP12.phx.gbl...
Huh?
Can you provide more details?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:e9*************@TK2MSFTNGP12.phx.gbl...
> There are several public separated datatables in a form.
> How can i enumerate these tables name ?
>
> Thanks
>
>



Nov 15 '05 #5
Hi Thomas,

You'll need to use reflection on your form class.
I suggest you to read about reflecition in .net help files for start.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:OS**************@tk2msftngp13.phx.gbl...
Whatever dataset or local variable, if datatable print its name.
(it may like vb data environment)
"Miha Markic" <miha at rthand com> дÈëÓʼþ
news:OY*************@TK2MSFTNGP11.phx.gbl...
Are they within dataset?
Are they stored as a local variable?

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Thomas Wang" <tm***@online.sh.cn> wrote in message
news:Oi**************@tk2msftngp13.phx.gbl...
To enumerate datatable objects in a form is my aim.

"Miha Markic" <miha at rthand com> дÈëÓʼþ
news:ur**************@TK2MSFTNGP12.phx.gbl...
> Huh?
> Can you provide more details?
>
> --
> Miha Markic - RightHand .NET consulting & development
> miha at rthand com
> www.rthand.com
>
> "Thomas Wang" <tm***@online.sh.cn> wrote in message
> news:e9*************@TK2MSFTNGP12.phx.gbl...
> > There are several public separated datatables in a form.
> > How can i enumerate these tables name ?
> >
> > Thanks
> >
> >
>
>



Nov 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: DraguVaso | last post by:
Hi, I have two DataTables (our DataViews or whatever that will suit the best for the solution). I want to merge these two DataTables the fastest as possible, but they have to be merged one table...
1
by: Ronald S. Cook | last post by:
Let's say I have 2 ADO.NET DataTables (tblAuthor and tblBook) within an ADO.NET DataSet (dstPublish). tblAuthor has DataColumns AuthorID and AuthorName, tblBook has DataColumns BookID,...
1
by: Ronald S. Cook | last post by:
Let's say I have 2 ADO.NET DataTables (tblAuthor and tblBook) within an ADO.NET DataSet (dstPublish). tblAuthor has DataColumns AuthorID and AuthorName, tblBook has DataColumns BookID,...
0
by: StefanPienaar | last post by:
Hi Guys Is there any way in c# (or vb.net) to extract a datatable of data from a dataset with multiple datatables which has relationships set up (containing combined data from the datatables)? ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.