[EMAIL PROTECTED] ("Pedro Belmino") writes:
> I am creating an agent that runs alongside the postgres written in
> c++, I have a question: How send sql queries directly for the
> database without going need to make any > connection? > What I
> call function, which I use file?
You don't do tha
Pedro Belmino wrote:
Hello,
I am creating an agent that runs alongside the postgres written in
c++, I have a question: How send sql queries directly for the database
without going need to make any connection?
What I call function, which I use file?
You can't. Why can't you use a connecti
Pedro Belmino wrote:
I am creating an agent that runs alongside the postgres written in c++, I
have a question: How send sql queries directly for the database without
going need to make any connection?
You can't. Why would you not want to open a connection?
--
Heikki Linnakangas
Enterprise
Hello,
I am creating an agent that runs alongside the postgres written in c++, I
have a question: How send sql queries directly for the database without
going need to make any connection?
What I call function, which I use file?
Thanks,
--
Pedro Belmino.
---