J
Jim Heavey
Hello, I have been told if I being down a SQL 2000 table, the constraints are
NOT automatically brought down when you use a DataAdapter. Is that true?
In reading about the method for the DataAdapter called "FillSchema", it
indicates that it will the primary key constraint are loaded if one of the
primary keys are identified in the "SelectCommand". It will also populate the
"AllowDBNull", "AutoIncrement", "MaxLength", "ReadOnly" and "Unique".
So if I use the dataadapter and just invoke the "Fill" method, it does not
build the schema, but if I issue the "FillSchema" it will?
NOT automatically brought down when you use a DataAdapter. Is that true?
In reading about the method for the DataAdapter called "FillSchema", it
indicates that it will the primary key constraint are loaded if one of the
primary keys are identified in the "SelectCommand". It will also populate the
"AllowDBNull", "AutoIncrement", "MaxLength", "ReadOnly" and "Unique".
So if I use the dataadapter and just invoke the "Fill" method, it does not
build the schema, but if I issue the "FillSchema" it will?