Re: relationship by Cowboy
Cowboy
Fri Jun 18 11:32:14 CDT 2004
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!
************************************************
"Konrad" <konrad007@poczta.onet.pl> wrote in message
news:cau2e0$9jp$1@atlantis.news.tpi.pl...
> Hi
>
> How to create relation in
> SQL Server Database programatically?
>
> Thanks
> Konrad
>
>