hi,thanks for forum, look message for first problem

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
iqprog

hi,thanks for forum, look message for first problem

Post by iqprog » Wed 03 Nov 2004 15:33

delphi6
mydac 3.10 trial

myquery requiredfields=true

insert record:
if requiredfield is null then posting error, ok, good
but

edit record:
if requiredfield is null then record posting. this big problem.

you understand
sorry my english bad.

thanks for answers.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: hi,thanks for forum, look message for first problem

Post by Ikar » Wed 03 Nov 2004 16:07

iqprog wrote:delphi6

edit record:
if requiredfield is null then record posting. this big problem.
Just set MyQuery.Options.RequiredFields to True

iqprog

anyway MyQuery.Options.RequiredFields=True

Post by iqprog » Wed 03 Nov 2004 20:49

anyway MyQuery.Options.RequiredFields=True

delphi6
mydac 3.10 trial

myquery requiredfields=true

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: anyway MyQuery.Options.RequiredFields=True

Post by Ikar » Fri 05 Nov 2004 08:04

iqprog wrote:anyway MyQuery.Options.RequiredFields=True
We couldn't reproduce the problem.
Please send us([email protected]) complete small sample to demonstrate it and include script to create table.

Post Reply