Hello,
If I name a table in the Fill method and that table
exists in the DB (in my case, SQL Server), must the
structure and rules be the same as the database table or
are the DataTables totally independent and defined solely
within the context of the SQL Command executed by the
Fill method?

mklapp

Re: DataTable contraints by Miha

Miha
Wed Dec 03 09:54:30 CST 2003

Hi,

The later - independent.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com

"mklapp" <mklapp@zippy.com> wrote in message
news:06c901c3b9b4$eac55a80$a001280a@phx.gbl...
> Hello,
> If I name a table in the Fill method and that table
> exists in the DB (in my case, SQL Server), must the
> structure and rules be the same as the database table or
> are the DataTables totally independent and defined solely
> within the context of the SQL Command executed by the
> Fill method?
>
> mklapp
>