Autoinc field & SoapConnection with Apache 2.39


2005-08-03 07:55:26 PM
delphi55
I have a Delphi 7 application with mySQL using webservices using ADO
connection in the server with AdoTable & DataSetProvider.
The first filed of the table is an Autoinc field & is the primary key.The
second field is a non null string filed
I am able to view the data properly with the client application using
ClientdataSet & SoapConnection component
How ever when I try to use
cds1.AppendRecord(nil,'Client')
I get the error 'Field Value' required
The same code works properly with other connections viz DCOM connection or
when using with out remote connection components.
Why does only the SoapConnection gives errors? Are there any work arounds to
add records through SoapConnection properly?
Venkatesh