You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Thomas Corte <th...@hp9000.do.knipp.de> on 2000/06/05 17:52:20 UTC

Using Apache::Session::DBIStore with Sybase


Hi everybody,

I'd like to use Apache::Session with DBIStore and a Sybase database.

However, since Sybase does not support updating/inserting into
TEXT oder IMAGE BLOBS via the ? placeholders used by DBI and DBIStore,
this doesn't work. As far as I analyzed it, usage of Sybase would
require to replace DBIStore.pm with a custom "SybaseStore.pm" module
here (bypassing DBI).

Has anyone else encountered the problem and found a workaround/solution?

_____

Thomas Corte
<th...@knipp.de>