relationship

  • Thread starter Thread starter Konrad
  • Start date Start date
Hi Konrad,

You have to use SqlCommand and Sql statements, see Sql server help
documentations on Sql commands.
 
With ExecuteNonQuery, you can run DDL as well as DML, so you are open to
running code that adds constraints, if you so desire. This is not wise,
however, unless you are making an application that makes databases, which
may be your goal.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Back
Top