Using Extended Properties for a column

Discussion in 'Databases' started by Doxasta, Apr 6, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi

    If i set up extended properties for a field using SQL Query Analyser, I can't seem to pick them up in vb.net using...


    col = table.columns(4)
    prop = col.extendedproperties("Prop1")


    Can you only pick up extended properties using vb.net if you set them with vb.net?


    Simon
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Nothing is returned.


    Also it doesn't work the other way. If I set up an extended property using vb.net, I can see it in Vb.Net but not in Query analyser.





    Simon
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page