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

Re^2: Sybperl 2.18 and temporary tables

by Redwing (Initiate)
on Feb 04, 2011 at 22:16 UTC ( [id://886311]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    &dbcmd($proc, "SELECT  crdate into #tmp_table FROM sysobjects \n");
    
    &dbcmd($proc, "SELECT * FROM #tmp_table \n");
    
    &dbsqlexec($proc);
    
  2. or download this
    &dbcmd($proc, "SELECT  crdate into #tmp_table FROM sysobjects \n");
    
    ...
    &dbcmd($proc, "SELECT * FROM #tmp_table \n");
    
    &dbsqlexec($proc);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-18 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found