Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: RFC : AJAX + DBI = DBIx::LiveGrid

by mje (Curate)
on Sep 16, 2005 at 13:43 UTC ( [id://492608]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SELECT * FROM
    (
    ...
        ) AS foo
        
    ) AS bar
    
  2. or download this
    SELECT * FROM
    (
    ...
        ORDER BY f1 DESC
    ) AS bar
    ORDER BY f1 ASC
    
  3. or download this
    sub query_database {
        my($self,$dbh,$table_name,$fields,$where,$order)=@_;
    ...
                                              , $offset
                                              );
    
  4. or download this
    my $dbh        = DBI->connect("dbi:ODBC:test", "Martin_Evans", "easyso
    +ft", {RaiseError=>1,PrintError=>0});
    my $table_name = "bench_char";
    ...
    my @order = qw/f1/;
    
    DBIx::LiveGrid->run( undef, $dbh, $table_name, \@fields, undef, \@orde
    +r );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 13:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found