Re: Apach::Session with Sybase?

2000-02-09 Thread Vladimir Ivaschenko
Wed, Feb 09, 2000 at 04:34:08PM -0500 David Huang ÎÁÐÉÓÁÌ ÐÏ ÐÏ×ÏÄÕ Re: Apach::Session with Sybase? > I installed Vladimir's package, and run the main.pl script but got the > following error: > > Can't locate object method "TIEHASH" via package > "Apach

Re: Apach::Session with Sybase?

2000-02-09 Thread David Huang
David Huang Macquarium 404-554-4214 - Original Message - From: "Mark D. Landry" <[EMAIL PROTECTED]> To: "Aaron Ross" <[EMAIL PROTECTED]> Cc: "David Huang" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 09, 2000 3:14 PM

Re: Apach::Session with Sybase?

2000-02-09 Thread Vladimir Ivaschenko
0 Vladimir Ivaschenko wrote about "Re: Apach::Session with Sybase?": > 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 > &g

Re: Apach::Session with Sybase?

2000-02-09 Thread Vladimir Ivaschenko
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 pla

Re: Apach::Session with Sybase?

2000-02-09 Thread Mark D. Landry
For the source code to Apache::Session::DBI::Sybase, see http://www.xray.mpe.mpg.de/mailing-lists/dbi/1999-12/msg00289.html

Re: Apach::Session with Sybase?

2000-02-09 Thread Matt Sergeant
On Wed, 09 Feb 2000, Aaron Ross wrote: > 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 datat

Re: Apach::Session with Sybase?

2000-02-09 Thread Vladimir Ivaschenko
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:

Re: Apach::Session with Sybase?

2000-02-09 Thread Aaron Ross
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

Apach::Session with Sybase?

2000-02-09 Thread David Huang
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 some help on this, or point