FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How get 'constraint' name of a column iS SQL or ADO
Posts: 181
Joined: Thu Apr 17, 2008 02:38 PM

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

Posted: Tue May 04, 2021 09:20 AM

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

TIA

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

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

Posted: Tue May 04, 2021 06:02 PM

Use oCn:OpenSchema( ... ) method

Please study this:

https://www.w3schools.com/asp/met_conn_openschema.asp

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion