Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: XML::Generator::DBI Tutorial

by chanio (Priest)
on Apr 18, 2006 at 00:21 UTC ( [id://543956]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $generator->execute('select foo as td,bar as td from baz');
    
  2. or download this
    $generator->execute('select bar as td,baz as td from foo');
    
  3. or download this
     <table query="select bar as td,bas as td from foo">
      <tr>
    ...
       <td>3</td>
      </tr>
     </table>
    
  4. or download this
     <table query="select foo as td,bar as td from baz">
      <tr>
    ...
       <td>3</td>
      </tr>
     </table>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://543956]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-19 13:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found