PC Review


Reply
Thread Tools Rate Thread

dataview schema

 
 
Rob T
Guest
Posts: n/a
 
      9th May 2005
How do you read the schema of a dataview?

I have a could of SQL stored procedures that are getting read into a
dataview and I need to know what the strucutres are so they can be displayed
to the screen properly.

Thanks.

-Rob T.


 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      9th May 2005
If you have access to a DataRowView in the DataView, then you can access
the original Row which has access to the Table.

-Brock
DevelopMentor
http://staff.develop.com/ballen



> How do you read the schema of a dataview?
>
> I have a could of SQL stored procedures that are getting read into a
> dataview and I need to know what the strucutres are so they can be
> displayed to the screen properly.
>
> Thanks.
>
> -Rob T.
>




 
Reply With Quote
 
W.G. Ryan eMVP
Guest
Posts: n/a
 
      9th May 2005
You can look at the schema of the table the dataview is based on ie
DataView.Table - the schema info is easy to retrieve once you have that.

--
W.G. Ryan, MVP

www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
"Rob T" <(E-Mail Removed)> wrote in message
news:uj%(E-Mail Removed)...
> How do you read the schema of a dataview?
>
> I have a could of SQL stored procedures that are getting read into a
> dataview and I need to know what the strucutres are so they can be

displayed
> to the screen properly.
>
> Thanks.
>
> -Rob T.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can't create schema using .adp (or transfertext method renderred useless without schema) kreplech@gmail.com Microsoft Access 1 23rd Jun 2006 09:49 PM
dataview schema Rob T Microsoft ASP .NET 2 9th May 2005 03:03 PM
dataview schema Rob T Microsoft ADO .NET 1 9th May 2005 03:03 PM
Is there an easy way to copy a DataView (or even the DataGrid showing the DataView) to the Clipboard? Kevin Brown Microsoft Dot NET 4 5th Jan 2005 09:01 PM
Bind schema to dataview Vidyanand Kulkarni Microsoft Dot NET Framework Forms 2 15th Sep 2004 06:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:24 PM.