in reply to Re^2: DBD::Sybase prepare statement returns empty query hash but no errstr
in thread DBD::Sybase prepare statement returns empty query hash but no errstr
DBI is pretty firmly in the "prepare one statement at a time" camp. I am not familiar with DBD::Sybase; are you sure that that entire statement group is not being parsed as "declare @skiprows int, @getrows int; <unparsed leftovers>" which does nothing and returns nothing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBD::Sybase prepare statement returns empty query hash but no errstr
by soonix (Chancellor) on Oct 31, 2019 at 07:19 UTC | |
by jcb (Parson) on Nov 01, 2019 at 03:44 UTC |