Aaron Ross wrote about "Re: Apach::Session with Sybase?":

> hi Vladimir!
> 
>  great. i did check the archives and i found some messages, but not a fix. i'm
> assuming that you modified Apache::Session::DBIStore to _not_ use a prepared
> statement with placeholders... 

Yep (using pack() ). Although the necessary changes were made and sent to
me by Mark Laundry, I just packed them back into Apache::Session module,
which you can download from http://www.hazard.maks.net. 

>  can you send me a diff or your version?
>  are you worried about the performance of text columns at all?

The performance has been satisfactory so far, although I didn't do any
benchmarks. 

> >  0 Aaron Ross wrote about "Re: Apach::Session with Sybase?":
> > 
> > > hi David!
> > > 
> > >  i remember that i couldn't get Sybase to work with Apache::Session b/c the
> > > prepare statements use placeholders. you cannot use placeholders with a text
> > > field in sybase. from the DBD::Sybase docs:
> > > 
> > >    Note that IMAGE or TEXT datatypes can not be passed as
> > >    parameters when using ?-style placeholders, and ?-style
> > >    placeholders can't refer to TEXT or IMAGE columns.
> > > 
> > >  if you got past this problem, please tell me how! i'd love to see this work!
> > 
> > It works fine, you just need a little bit modified version of
> > Apache::Session.  Look in the archives for details, or mail me privately. 
> > 
> > > 
> > > Aaron
> > > 
> > > > Dear Mr. Baker:
> > > > 
> > > > I am trying to use Apache::Session module with a Sybase 11 server, but can't 
>get it to work. I think the problem is with the a_session field type. I tried with 
>text, varchar, varbinary, and binary types but without much luck. Can someone give me 
>s


ome 
> > 
> > 
> > help on this, or point me to the right direction? Thank you very much!
> > > > 
> > > > Here is the error message from the error log.
> > > >  
> > > > [Tue Feb  8 11:33:16 2000] [error] Magic number checking on perl storable 
>failed at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/thaw.al) line 
>214, at /usr/lib/perl5/site_perl/5.005/Apache/Session/DBIStore.pm line 198
> > > > 
> > > > ---------------------
> > > > David Huang
> > > > Macquarium
> > > > 404-554-4214
> > > > 
> > > > ---------------------
> > > > David Huang
> > > > Macquarium
> > > > 404-554-4214
> > > > 
> > > > 

Reply via email to