M
Matthew Hood
I'm just starting to learn VB.NET (comming from VB6) and I'm having a little
difficulty with datasets.
I have created an XML Schema Dataset by dragging and dropping MS Access
tables onto the design view.
In Access, I designed the fields to have 1 primary Key field (GUID) and
several "Required" fields.
I'm using the Janus GridEX.NET bound to the dataset to view and edit my
data. I discovered that I am able to create new records to the "In-Memory"
dataset as long as I have a primary key.
How do I go about defining the tables on the XML Schema to use required
fields, and thus get an error when the grid adds a new record without the
required data?
Any help is appreciated,
TIA,
-Matt
difficulty with datasets.
I have created an XML Schema Dataset by dragging and dropping MS Access
tables onto the design view.
In Access, I designed the fields to have 1 primary Key field (GUID) and
several "Required" fields.
I'm using the Janus GridEX.NET bound to the dataset to view and edit my
data. I discovered that I am able to create new records to the "In-Memory"
dataset as long as I have a primary key.
How do I go about defining the tables on the XML Schema to use required
fields, and thus get an error when the grid adds a new record without the
required data?
Any help is appreciated,
TIA,
-Matt