Hello Juergen
"VS-Polis" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> is it possible that you don't call the sproc's parameters in the correct
> sequence? For instance: sproc expects the SessionID as first parameter;
> but via updateCommand.Parameters.Add() you set i
Hello,
is it possible that you
don't call the sproc's parameters in the correct sequence? For
instance: sproc expects the SessionID as first parameter; but
via updateCommand.Parameters.Add() you set it as the last
parameter - e.g. at position 2?
Hope it helps.
Greetings from Germany
Juergen
Ma
Great news.
Thank you.
""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello:
>> Could anybody point me in the right direction?
> I will do a change in the provider to avoid processing of parameters =
>
> without SourceColumn
> ( it's something that is bein
Hello:
> Could anybody point me in the right direction?
I will do a change in the provider to avoid processing of parameters
without SourceColumn
( it's something that is being done yet when processing output parameters )
--
Carlos Guzmán Álvarez
Vigo-Spain
---
etter advice how to manage such
> situation (Parameter with no SourceColumn)...
>
> Regards
>
> Marek Leitl
>
>> Date: Thu, 5 Oct 2006 15:48:58 -0300
>> From: "Mauricio I. Magni" <[EMAIL PROTECTED]>
>> Subject: [Firebird-net-provider] Update p
meter with no SourceColumn)...
Regards
Marek Leitl
> Date: Thu, 5 Oct 2006 15:48:58 -0300
> From: "Mauricio I. Magni" <[EMAIL PROTECTED]>
> Subject: [Firebird-net-provider] Update parameter without SourceColumn
> To: [email protected]
> M
Hello:
> Could anybody point me in the right direction?
Could you send to my private email a test case showing the problem (
with a test database if possible ), please ??
--
Carlos Guzmán Álvarez
Vigo-Spain
-
Take Survey
Hello
I'm using NetProvider 2.0.1 RC1 and Firebird 2.0 RC4.
I'm trying to update a datatable with a store procedure, one sp's parameters
is a SessionID, I want this parameter take a value from a SessionManager
object instead of a table's column.
When i build the command use
param = _updateComman