Re: DBD::Sybase question

2006-04-24 Thread michael . peppler
You can interact with an ASE 15 server with a 12.5.1 client with no particular problems. There may be some issues with the more esoteric OpenClient functionality, but as DBD::Sybase doesn't use this it shouldn't be a problem. So the short answer is that you can keep your current environment and ad

DBD::Sybase question

2006-04-24 Thread mthaker
Hi, We are conducting a proof of concept to upgrade Sybase ASE 12.5.1 and OpenClient 12.5.1 to Sybase ASE 15.0 and SDK 15.0 on Solaris 2.8. Our current environment details are as follows: Perl 5.005 (5.0 patchlevel 5 subversion 3) Sybase OC 12.5.1 Sybase ASE 12.5.1 DBI 1.37 DBD::Sybase 1.0

Re: last insert id

2006-04-24 Thread Tim Bunce
Time to wind up this thread now guys. Tim.

Re: how to set a DEFAULT value !!

2006-04-24 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I would like to do in SQL > " INSERT table VALUES (DEFAULT, NOW()); " > ... > is there any simple way I can write like this? I'm not exactly sure how DBI::Class does things, but currently in plain old DBI your only real option is to create a separ

RE: last insert id

2006-04-24 Thread Ronald J Kimball
Ron Savage [mailto:[EMAIL PROTECTED] wrote: > Step 2: Now, when yet other code, let's call it 'sub last_insert_id()', > wants to > execute the aforesaid and understated conditional code, it can do this: > > if ($self -> db_vendor() =~ /(?:mysql|Pg)/) > { > ... >