Re: Question on NpgsqlParameter object

From: "Oliveiros Cristina" <oliveiros(dot)cristina(at)marktest(dot)pt>
To: "Francisco Figueiredo Jr(dot)" <fxjrlists(at)yahoo(dot)com(dot)br>, "Oliveiros Cristina" <oliveiros(dot)cristina(at)gmail(dot)com>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Question on NpgsqlParameter object
Date: 2007-05-29 10:26:34
Message-ID: 001101c7a1db$d51dd3c0$ec5a3d0a@marktestcr.marktest.pt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Howdy, Francisco.

Thank you for your fast reply.
I'm gonna check this out.
Actually I wasn't aware of the existence of the Npgsql mailing list, even though I use it exclusively to access the back end !

But, maybe if I am a little more specific you can tell me what I am (potentially) doing wrong.

Can I use parameters to substitute a whole condition?
For ex, is it possible to have a query like this?

SELECT *
FROM t_tabela
WHERE @condicao

?

My problems started yesterday when I started using parameters in this way.
Before I've just used it in situations like this :
SELECT *
FROM t_tabela
WHERE variacao >= @percentagem

and it always worked without the smallest problem.
I wonder if it is legal to use NpgsqlParameters in the way I do now...

Melhores cumprimentos,

Oliveiros

----- Original Message -----
From: Francisco Figueiredo Jr.
To: Oliveiros Cristina ; pgsql-interfaces(at)postgresql(dot)org
Sent: Monday, May 28, 2007 11:32 PM
Subject: Res: [INTERFACES] Question on NpgsqlParameter object

Hi Oliveiros!

Unfortunately it is not possible with current state to get this text.

You will have to enable either Npgsql Log or postgresql log.

Just add those lines:

// Enable logging. NpgsqlEventLog.Level = LogLevel.Debug; NpgsqlEventLog.LogName = "NpgsqlTests.LogFile";
It will show you all the commands sent to server.

You can also get support from Npgsql mail list and forum. Check out Npgsql project page:

http://npgsql.projects.postgresql.org

I hope it helps.

--
Regards,

Francisco Figueiredo Jr.
http://fxjr.blogspot.com

Npgsql Lead Developer
http://npgsql.projects.postgresql.org

MonoBrasil Project Founder Member
http://monobrasil.softwarelivre.org

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

----- Mensagem original ----
De: Oliveiros Cristina <oliveiros(dot)cristina(at)gmail(dot)com>
Para: pgsql-interfaces(at)postgresql(dot)org
Enviadas: Segunda-feira, 28 de Maio de 2007 14:36:52
Assunto: [INTERFACES] Question on NpgsqlParameter object

Hi, List.

I am not 100% sure if this is the right list, if it isnt please kindly re-direct me to the proper list.

I would like to see NpgsqlCommand.CommandText value after parameter substitution. I have a query that is not behaving correctly and I suspect strongly that it has to do with parameters getting instantiated in unexpected ways.

How can I have access to query SQL text after parameter substitution ?

I try to look at CommandText Property immediately before calling ExecuteReader() method, but I get the text with all parameters unsubstituted.

Any Help/Comments/Advices deeply appreciated

Thanks in advance

Cheers,
Oliveiros

__________________________________________________
Fale com seus amigos de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Francisco Figueiredo Jr. 2007-05-30 15:23:42 Re: Question on NpgsqlParameter object
Previous Message Devrim GÜNDÜZ 2007-05-29 06:55:18 Re: how to uninstall postgresql from fedora 5