 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Marc Collin Guest
|
Posted: Thu Jul 03, 2003 11:11 pm Post subject: not able to add... |
|
|
hi
on client side (web service, delphi 7, interbase)
i do:
CSoapDataMod.cdsVille.Append;
CSoapDataMod.cdsVille.FieldValues['VILLE'] := edtVille.text;
CSoapDataMod.cdsVille.Post;
i don't have any error
the TClientDaSet is correctely on my TSoapConnection...
when i start my program, i can saw the data i have in my table (this
table have only one data)
on server side i do in a TIBDataSet (insertsql property)
insert into TVILLE
( VILLE)
values
(:VILLE)
somebody know why nothing add in my database?
thanks
--
Borland rulez
http://pages.infinit.net/borland
|
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jul 09, 2003 10:12 am Post subject: Re: not able to add... |
|
|
You need to add the command :
CSoapDataMod.cdsVille.ApplyUpdates(-1);
"Marc Collin" <os2 (AT) videotron (DOT) ca> a écrit dans le message de news:
[email]3F04B83A.D894A4CD (AT) videotron (DOT) ca[/email]...
| Quote: | hi
on client side (web service, delphi 7, interbase)
i do:
CSoapDataMod.cdsVille.Append;
CSoapDataMod.cdsVille.FieldValues['VILLE'] := edtVille.text;
CSoapDataMod.cdsVille.Post;
i don't have any error
the TClientDaSet is correctely on my TSoapConnection...
when i start my program, i can saw the data i have in my table (this
table have only one data)
on server side i do in a TIBDataSet (insertsql property)
insert into TVILLE
( VILLE)
values
(:VILLE)
somebody know why nothing add in my database?
thanks
--
Borland rulez
http://pages.infinit.net/borland
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|