Using stored procedures in C# for postgreSQL using ODBC

N

nishi.hirve

Hello,

I am writing one simple application in C# in which i m writing some
queries for retriving data from database. Database used is postgeSQL
which is used through ODBC.

I want to write queries using stored procedures, I don't know where to
write stored procedures for postgreSQL. I have written them for
sqlServer but not for postgreSQL.

Thanks in Advance,
Nishi
 
B

Bruno van Dooren

I want to write queries using stored procedures, I don't know where to
write stored procedures for postgreSQL. I have written them for
sqlServer but not for postgreSQL.

This is the newsgroup for C++ .NET.
It is not that I don't want to help you, but I think your chances of getting
useful answers are higher on a postgreSQL forum.
On the same note, the newsgroup for C# questions
microsoft.public.dotnet.languages.csharp
Or maybe someone on microsoft.public.dotnet.framework.adonet has used
postgreSQL before.

good luck.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top