How get 'constraint' name of a column iS SQL or ADO

Post Reply
User avatar
mauri.menabue
Posts: 163
Joined: Thu Apr 17, 2008 2:38 pm

How get 'constraint' name of a column iS SQL or ADO

Post by mauri.menabue »

hi all
How do you get the 'constraint' name tied to a particular column in MSSQL?

TIA
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: How get 'constraint' name of a column iS SQL or ADO

Post by nageswaragunupudi »

Use oCn:OpenSchema( ... ) method

Please study this:
https://www.w3schools.com/asp/met_conn_openschema.asp
Regards

G. N. Rao.
Hyderabad, India
Post Reply