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 gkittelson 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. noitall

    Data Help

    I have basic skills in crystal reports but I can't figure out how to show only certain parts of the field. Example: 0010 Opening Receiption What I want to show is "Opening Reception".
  2. noitall

    re: PL/SQL

    quote :"to the point that with just a little brain damage you can go from one to the other" amen to that!!
  3. noitall

    re: PL/SQL

    ansi sql is standard across db's, however as carp stated, pl/sql is an oracle thing, you'd be better off looking at pro c, conceptsof cursors and fetching embedding sql in perl or c, in my opinion doesn't differ that much betwen databases, with some exceptions of course
  4. noitall

    can i database in perl? need to organize inputs from a form...

    look into the DBI module for perl
  5. noitall

    Script that databases in Oracle 8i hangs

    you can create a separate process in perl with fork....at least kina a totally separate process, the parent will want to wait unless you ignore the child's signal..otherwise you'll have zombie's ooooohhhhhhhhhh, and other "things" are inherited, I have one that runs under the same name...
  6. noitall

    re:cgi script

    you might want to look into indigo perl, it's apache with perl and allows very easy installation of perl modules, and you run it locally, granted you have to come through a browser, so i know this isn't the answer to your question just some food for thought http://www.indigostar.com/indigoperl.htm

Part and Inventory Search

Back
Top