dbi
Perl -- DBI selectall_arrayref when querying getting Not Hash Reference
I am very new to perl (but from a c# background) and I am trying to move some scripts to a windows box.[详细]
2023-01-19 05:18 分类:问答How can I get DBD::Pg to time out reliably?
Why doesn\'t this code execute the signal handler until after $sth->execute completes?And more importantly, how can I fix it?[详细]
2023-01-19 04:15 分类:问答Perl simulating Net::DBI fetchall_arrayref()
I have to simulate an array as if it was returned from Net::DBI fetchall_arrayref function. Lets say that the SQL query is something like \"SELECT data1,data2,data3 from table1 \"[详细]
2023-01-18 19:56 分类:问答Using Perl bind_param with SQL IN statement [duplicate]
This question already has answers here: 开发者_StackOverflow Closed 12 years ago. Possible Duplicate:[详细]
2023-01-18 01:30 分类:问答Why is using DBI's variable-binding causing a MySQL query to fail?
For some reason, using DBI\'s bind parameter feature for the below AES key is causing a query to fail to find any rows.[详细]
2023-01-17 15:15 分类:问答When to use $sth->fetchrow_hashref, $sth->fetchrow_arrayref and $sth->fetchrow_array?
I know that: $sth->fetchrow_hashref returns a hashref of the fetched row from database, $sth->fetchrow_arrayref returns an arrayref of the fetched row from database, and[详细]
2023-01-15 05:41 分类:问答Perl DBI with mysql: how to get return value from a stored procedure?
Does DBD::mysql implement the bind_param_inout method? I am getting the following error messages when trying it out:[详细]
2023-01-15 01:42 分类:问答Why does MySQL DATE_FORMAT print a blank result?
For the past couple of hours I\'ve been trying to format a MySQL timestamp using DATE_FORMAT and it doesn\'t do anything![详细]
2023-01-15 00:52 分类:问答Perl DBI fetchall_hashref
Consider the following table: mysql> select * from vCountryStatus; +-------------+------------+------+---------+--------+-----------------+[详细]
2023-01-12 23:15 分类:问答sp_tables call taking more time which causes blocking
We could see that during our perl program runs which basically connects to SQLserver to insert/delete/update data, the below is called very frequently[详细]
2023-01-11 11:10 分类:问答