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 wOOdy-Soft 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: *

  • Users: jscott
  • Content: Threads
  • Order by date
  1. jscott

    web based admin tool for use with perl

    I found a post which mentions "phpMyAdmin" as a visual tool for working with mysql. However, as is evidenced by the name, it needs php. Is there a similar tool which might use perl, or even java for this? Thanks Jean
  2. jscott

    writing database error message to browser

    I am currently using a perl generated html page to gather data and insert it into a mysql database. I want to know what I need to do to have any error messages generated by the database (ie, duplicate entry) output to the browser. thank you in advance Jean
  3. jscott

    Select statement inside insert

    I am trying to select values from one table and load them into another. This is the code I have mysql> insert into tblTemp2(abFirst, abLast, abID_temp) values( -> select abFirst, abLast, concat(substring(abFirst, 1, 1), substring(abLast, 1, 1), abstractorID)from abstractor where...
  4. jscott

    Insert with select on same table.

    Hi, I have been working on this isnert for a while, with several differant varieties of the same code with no result except error. I have tried-insert into abstractor(abID) select (select (concat(substring(abstractor.abFirst, 1, 1), substring(abstractor.abLast, 1, 1), abstractor.abstractorID))...

Part and Inventory Search

Back
Top