Sat, Dec 04, 1999 at 09:34:07AM -0500 Mark D. Landry ΞΑΠΙΣΑΜ ΠΟ ΠΟΧΟΔΥ Re: 
Apache::Session::DBIStore and Sybase

> > Sybase.  Unfortunately Sybase does not permit PREPARE statements to have
> > IMAGE/TEXT datatypes (or at least I haven't found a way to make it work
> > yet) and I get an error.
> 
> What error do you get? Post a code sample. We can't help if we can't see
> what what you're doing.

For example, "make test" from EmbPerl fails on mdatsess.htm, with error
message (coming from server through Sybase's CT-Lib) close to "Cannot do
dynamic PREPARE on IMAGE or TEXT datatypes" (sorry, don't have access to
server right now). 

I made the following table in Sybase for holding session data:

create table sessions (
id char(16) primary key,
length decimal(11),
a_session text
)

I tried to be as close as possible to table structure recommended by
DBIStore.pm documentation.

-- 
Best Regards
Vladimir Ivaschenko
http://www.hazard.maks.net/~hazard

Reply via email to