Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. noonjy

    Stored Procedures in PostgreSQL

    Hi, I would be grateful, if any one could help me to write Stored Procedures in PostgreSQL. I am familiar with SQL Server procedures. A reply with one sample procedure is greatly appriciated. Thanks in Advance John
  2. noonjy

    How to start Tomcat webserver in Linux automatically

    How to start Tomcat webserver in Linux automatically? Thanks in advance Sunu
  3. noonjy

    How to start Tomcat webserver in Linux automatically?

    Hi All, Pls let me know if there is any way to start tomcat web server automatically on Linux OS startup. Thanks in advance Best Regards Sunu
  4. noonjy

    Error while Installing Postgres on windows

    Dear All, When I try to configure Postgres on Windows using CYGWIN, the followin errors occurs. "no acceptable cc found in $PATH" "no accpetable gcc found in $PATH" Thanks in advance... Sunu
  5. noonjy

    Cursors in plpgsql functions

    Can I use cursors inside plpgsql functions?. CREATE FUNCTION test() RETURNS text AS ' BEGIN BEGIN WORK; DECLARE emp_cur CURSOR FOR SELECT * FROM hpemployee; FETCH FORWARD 2 FROM emp_cur; CLOSE emp_cur; COMMIT WORK; END; 'language 'plpgsql'; The above code gives me error "parse...
  6. noonjy

    Report viewing problem from browser

    I am working on crystal report 8.0 connected to PostgreSQL running on Linux Server. I had succesfully created a report using the PostgreSQL database. But when I am trying to view the report through web browser it is prompting for user id and password. I had given my PostgreSQL datsbase userid...
  7. noonjy

    How to use crystal reports with Linux?

    How to use crystal reports with Linux?
  8. noonjy

    How do I install PostgreSQL in Microsoft Platforms

    How do I install PostgreSQL in Microsoft Platforms? Regards

Part and Inventory Search

Back
Top