 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Gijsbert Guest
|
Posted: Wed May 05, 2004 9:15 am Post subject: Stored procs parameters |
|
|
Hi All,
The following problem occured:
When a parameterized stored procedure (MSSQL Server 2000) is called via
ADOStoredProc (D5) for inserting records, a field contains the value of the
previous inserted record, when the field of the current record is blank
(NULL).
Assigning NULL values seems to be a problem.
Does anybody know a solution / workaround for this?
Thanks
Gijsbert
|
|
| Back to top |
|
 |
Bruce Michener Guest
|
Posted: Wed May 05, 2004 2:04 pm Post subject: Re: Stored procs parameters |
|
|
Refresh the parameters before setting the values (i.e.
mystoredproc.parameters.refresh;).
On Wed, 5 May 2004 11:15:16 +0200, Gijsbert <g.boekschoten (AT) petonline (DOT) nl>
wrote:
| Quote: | Hi All,
The following problem occured:
When a parameterized stored procedure (MSSQL Server 2000) is called via
ADOStoredProc (D5) for inserting records, a field contains the value of
the
previous inserted record, when the field of the current record is blank
(NULL).
Assigning NULL values seems to be a problem.
Does anybody know a solution / workaround for this?
Thanks
Gijsbert
|
|
|
| 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
|
|