Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: perl and sql

by OM_Zen (Scribe)
on Feb 28, 2003 at 16:14 UTC ( [id://239467]=note: print w/replies, xml ) Need Help??


in reply to perl and sql

Hi ,

The select has to be implemented from inside the MySQl and not from the OS and qx[$select_cmd] or backticks or system would only have it run in the OS .

If the administrator does not want to install the DBI then do it youselves in any other directory and access it if that is somehting you can entertain doing or else try invoking

 system " sqlplus $usernm/$passwd\@$sid \@sql_command_in_an_os_file";

This could work in Oracle and there is corresponding MySQL command that invokes the sql prompt and also kicks off the select statement if the select statement can be had in an os file of as an here document in the program itself .But DBI is THE way to do the database's level works

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-20 00:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found