Database
A database is a structured collection of records or data.
Language
Platform
Any
License
Any
I need a perl script to post XML to a web service (WSDL).
Would appreciate it if I can get a sample script.
/Thanks
execute()
or die "Couldn't execute query '$sql': $DBI::errstr\n";
...haven't tested but something like this should work.
Hi,
I think the connection string is wrong...looking at the docs:
http://search.cpan.org/~vizdom/DBD-JDBC-0.70/JDBC.pod
It should be more like "dbi:JDBC:hostname...". See that documentation...
fetch()) {
print $row;
}
I am getting the below error.
Can't connect to data source jdbc:gfsql;hostname=fiappl03itf.fmrco.com;port=30305;url=JDBC:gfsql://cqserver=fiappl03itf:30305;jdbc_ch...
Hi All,
I heard Oracle 10g comes with it's own driver that you can set your
$ORACLE_HOME to. Can anyone enlighten me on where I can find more
information on this and setting up my Solaris...
Currently, a user is suppossed to edit a text file by adding their name after "Engineer Name:" and send it t via e-mail to a pop3 system as a .txt attachment. With my perl program I got it to access...
: : What's the best way to get results from a system command using perl
: : to access any unix/linux shell?
: :
: : Examples:
: : a.) system(qq{$command $args | $output_file});
: :...
: What's the best way to get results from a system command using perl
: to access any unix/linux shell?
:
: Examples:
: a.) system(qq{$command $args | $output_file});
:...
What's the best way to get results from a system command using perl to access any unix/linux shell?
Examples:
a.) system(qq{$command $args | $output_file});
Then read...
: : I have MySQL server 5.0 installed on my computer as well as Perl v5.8.8. In order to use MySQL databases in Perl, modules DBI and DBD::mysql need to be installed. I installed the DBI module fine,...
: I have MySQL server 5.0 installed on my computer as well as Perl v5.8.8. In order to use MySQL databases in Perl, modules DBI and DBD::mysql need to be installed. I installed the DBI module fine,...
I have MySQL server 5.0 installed on my computer as well as Perl v5.8.8. In order to use MySQL databases in Perl, modules DBI and DBD::mysql need to be installed. I installed the DBI module fine, but...
Hello folks.
I've taken a web page and stripped out all the HTML, resulting in a plain text file.
Pretty much all of the resultant information will be
fed into a postgresql database.
The...
: How do I simulate 'C' extern variables in Perl? I mean those variables that span across files.
:
You can always access variables from another package by writing the full name including the...
Hello...
Iam working on a project which includes perl programming. I want to know whether perl supports API? If yes, how can I use it to access an application through a perl program??
{'compare'} = \&Compare ;
:
: tie %h, "DB_File", "astdb", O_RDWR, 0640, $DB_BTREE
: or die "Cannot open file 'tree': $!\n" ;
:
: # Add a key/value pair to the file
:...
127 ? '' : $1/ge;
May work.
Jonathan
###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(....
? (except the question mark is upside down) at the beginning of the file. The characters are invisible, I cannot see them with any text editor that I have tried. They only show up if I diff the file...
: i have a form and i want to link a data bass file to it, how can i do that using HTMl code . thank you in advance
:
You cannot link to a database simply by using raw HTML. You need to use a...
: Thanks Jonathan for your help !
:
Welcome. :-)
: Can you help me with a installation problem ?
:
: I have been trying to install DBI, but with no success.
: I used commands like
:
:...