I\'m using a Per开发者_运维知识库l script to dump the contents of a MySQL db. The Perl module I\'m using is CPAN\'s DBI. Is there any way to tell if the state of the db has changed since the last dump
This question is related to our web-based application, which uses perl, apache, Apache::DBI and a开发者_高级运维 database (MySQL, SQLite, or anything).
I have a Perl script that gets data from a MySQL database on one server (let\'s call it server1), does stuff with it and writes it out to another database on another server (server2). Both servers are
in my code i must do a simple sql query with a like condition. i\'ve do in this way my $out = \"/Users/zero/out.log\";
Is there a way to reuse the ?\'s used on a DBI prepare statement.Consider the following code: $sth=$dbh-开发者_高级运维>prepare(\"INSERT INTO mytable(a,b,c) SELECT ?,B(?),C(?)\");
I have a form, not unlike the post question/comment on this site that I want to post to a field in a database.
Hi I am using DBD::Oracle in my script to query into oracle database. When I am running this script its working fine but when i schedule to run thi开发者_运维知识库s from cron its giving below error
Ho开发者_如何转开发w can i retrive the return value of stored procedureby using perl and the dbi against sql server ?
How can i build a sql server 2008 date开发者_如何学Pythontime object with perl and insert it using the dbi module to specifictable could someone provide example If using ODBC:
Is it possible to access a Apache::DBI database handle from a perl script (that isn\'t running under mod_perl).