I want submit my forms data to the sql database but before submission
,the values of the fields must be checked with values in database....in
other words imagine a room reservation form, before form is submitted
to the database it should be investigated that this room in requested
time has been reserved before or not if yes showing a message and do
not insert a new row into the database...how can I do that ..what is
the solution for checking with database fields and then submit the
forms?
thanks
Greg Collins [InfoPath MVP] - 17 May 2006 17:39 GMT
Sounds like you might want to be using a Web serivce between your form and SQL.

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPath Dev ( http://www.InfoPathDev.com )
suresh Reddy - 18 May 2006 08:01 GMT
HI,
Try out this link
http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=2400
Hope this will help u

Signature
suresh Reddy
http://www.autonomysystems.com.
> I want submit my forms data to the sql database but before submission
> ,the values of the fields must be checked with values in database....in
[quoted text clipped - 6 lines]
>
> thanks