Required Property Not Set !

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
b_yaghobi
Posts: 12
Joined: Tue 16 May 2006 06:55
Location: Iran-Tehran

Required Property Not Set !

Post by b_yaghobi » Sat 03 Jun 2006 08:43

Hi CoreLab Team

I use SDAC 3.5

If u create a table in SQL Server and define any filed with NOT NULL

then add this fields in TMSTable the Required propery dont set to TRUE.

Babak Yaghoobi

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Mon 05 Jun 2006 08:27

Please try to set TCustomDADataSet.Options.RequiredFields = True.
For more information about this property please see SDAC help.

Post Reply