Re: Insert into postgre database from a stored procedure
Lutz Horn <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <[email protected]> |
> I have C# application that uses Dapper as its ORM > > I am trying insert records into a postgresql database through a stored procedure > > I get a syntax error on cmd.ExecuteNonQuery(); line How is the stored procedure "public.spabsecode_insert" defined? Does it accept the two parameters "absecodex" and "absedescx"? Please show us the code of the stored procedure. Lutz