| Thread | Last Post | Replies |
|
| Sybase::Simple not getting stored proc return status | 30 Apr 2004 18:23 GMT | 2 |
I've just discovered that the latest version of Sybase::Simple does not behave as expected when using the Scalar() routine to get a stored procedure return status. It will only work if the stored proc selects its return status as a result set before it exits.
|
| Any interest in a $sth->{TYPE_STRING} ? | 30 Apr 2004 15:46 GMT | 15 |
I'm finding I frequently need to convert the DBI type metadata from a result set into a string representation (either for display purposes, or to generate additional queries). Is there a need/desire to add a new $sth metadata item
|
| Handling DBProcess dead message | 30 Apr 2004 07:07 GMT | 1 |
Hi Mike, I have a script that went into an infinite loop after it hit upon certain Sybase server condition. This is the log snippet. 367606 Server : MYSERVER
|
| rep server & Sybperl (pt 2) | 29 Apr 2004 13:28 GMT | 2 |
When I execute a repserver command with NSQL in Sybperl's DB-library, where does the output of commands like "check subscription" go? If you use ISQL it's not retrieved in a table format like with admin who. Thanks,
|
| Unable to format sproc output | 28 Apr 2004 16:05 GMT | 2 |
If there's a better list for this question, please point me in the right direction..! $ perl -MDBI -le 'print $DBI::VERSION' = 1.42 $ perl -MDBD::Sybase -le 'print $DBD::Sybase::VERSION' = 1.02
|
| newbie quest: trace sql from dbi::sybase | 22 Apr 2004 14:56 GMT | 1 |
I'm trying to convert a very large CGI from dbi::mysql code to dbi::sybase and am running into some SQL problems (as expected). How can I easily print out all the sql being sent to the server? I have used the showerrortext value for errors, but I want to see all the
|
| Anyone using Sybperl to talk to replication server? | 21 Apr 2004 19:02 GMT | 1 |
|
| DBD::PgPP; calling Hiroyuki OYAMA | 18 Apr 2004 13:14 GMT | 4 |
Hi there. I've been using DBD::PgPP, and I've found (and fixed) some severe bugs in it. I've tried to contact Hiroyuki OYAMA, the maintainer of the module, using the two addresses I've been able to find for him (hoyama@infoware.ne.jp and oyama@crayfish.co.jp) but I haven't been ...
|
| Does DBD::Sybase strip spaces from padded VARCHARs? | 14 Apr 2004 14:54 GMT | 5 |
(I posted this to dbi-users yesterday, but no one's responded, so here goes.) I'm using DBD::Sybase 1.02 and DBI 1.42. The stored procedure writer here is telling me that she's sending
|
| DBD::ORACLE explain | 10 Apr 2004 10:19 GMT | 1 |
In DBD::Oracle the docs say the script is called explain, but in actuality it is called ora_explain ...
|
| proposed perform_transaction() method | 02 Apr 2004 19:13 GMT | 14 |
sub perform_transaction { my ($dbh, $coderef, $allow_non_transaction) = @_; my $use_transaction = 1; my $orig_AutoCommit = $dbh->{AutoCommit};
|
| Installing SYBPERL for dbschema on DEC ASE 12.5.0.3// make proble m // Settings Env | 02 Apr 2004 19:09 GMT | 1 |
Hello Dear Sybperl users, I got a problem installing Sybperl at the point you have to type: make At the bottom of the mail I have provided the sybase server, perl, environment Infos etc.
|
| $sth->{ParamValues} | 02 Apr 2004 10:36 GMT | 1 |
I just revied the ParamValues docs, and it reminded me of a question I had WRT ParamValues and prepared statements. The docs say: It is possible that the values in the hash returned by "ParamVal-
|