table structures

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Dave,

What do you mean table structures? As in a database table? If this is
the case, have you looked at the DataSet class?

Hope this helps.
 
Dave,

Take a look at the DataSet class. It has exactly what you need.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

DaveP said:
Not suere.....
somthing where i can fill a array or collection of
column name
column type
column lenght
etc

thanks
DaveP

Nicholas Paldino said:
Dave,

What do you mean table structures? As in a database table? If this
is the case, have you looked at the DataSet class?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

DaveP said:
Hi im looking for a Example of getting
the table structures back to my app.....

TIA
Dave P
 
Hi im looking for a Example of getting
the table structures back to my app.....

TIA
Dave P
 
Not suere.....
somthing where i can fill a array or collection of
column name
column type
column lenght
etc

thanks
DaveP

Nicholas Paldino said:
Dave,

What do you mean table structures? As in a database table? If this is
the case, have you looked at the DataSet class?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

DaveP said:
Hi im looking for a Example of getting
the table structures back to my app.....

TIA
Dave P
 
thank you.....much

Dave P

Nicholas Paldino said:
Dave,

Take a look at the DataSet class. It has exactly what you need.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

DaveP said:
Not suere.....
somthing where i can fill a array or collection of
column name
column type
column lenght
etc

thanks
DaveP

Nicholas Paldino said:
Dave,

What do you mean table structures? As in a database table? If this
is the case, have you looked at the DataSet class?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi im looking for a Example of getting
the table structures back to my app.....

TIA
Dave P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top