Re: [Firebird-net-provider] Update parameter without SourceColumn

2006-10-12 Thread Mauricio I. Magni
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

Re: [Firebird-net-provider] Update parameter without SourceColumn

2006-10-11 Thread VS-Polis
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

Re: [Firebird-net-provider] Update parameter without SourceColumn

2006-10-06 Thread Mauricio I. Magni
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

Re: [Firebird-net-provider] Update parameter without SourceColumn

2006-10-06 Thread Carlos Guzmán Álvarez
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 ---

Re: [Firebird-net-provider] Update parameter without SourceColumn

2006-10-06 Thread Mauricio I. Magni
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

[Firebird-net-provider] Update parameter without SourceColumn

2006-10-06 Thread marzena
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

Re: [Firebird-net-provider] Update parameter without SourceColumn

2006-10-06 Thread Carlos Guzmán Álvarez
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

[Firebird-net-provider] Update parameter without SourceColumn

2006-10-05 Thread Mauricio I. Magni
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