Postgres

  • Thread starter Thread starter Richard Douglass
  • Start date Start date
R

Richard Douglass

I am trying to make a procedure call to a Postgres database and it keeps
giving me an invalid comment.

if I pass "SELECT * FROM TheTable" it works just fine

if I pass "EXEC GetTheRecords" which just does that same select...it bombs

any ideas?
 

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

Back
Top