phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] Bugs noticed when porting to sybase


From: Michael Dean
Subject: Re: [Phpgroupware-developers] Bugs noticed when porting to sybase
Date: 28 Mar 2002 08:04:29 -0600

You should be using the mssql class for porting, not mysql.  While the
mssql support is not mature, it is pretty much a dead-ringer for mssql
syntax, since both use Sybase's Transact-SQL.

Copy the mssql classes, replace mssql_ with sybase_ for native function
calls and work from there :)

On Thu, 2002-03-28 at 05:49, address@hidden wrote:
> Another hack I need to do for sybase is to remove all ";" 
> at the end of the queries. I do it easily with regex and 
> it works well. But is it the right place to do that? 
> Could there be something like $db->termination that would 
> be set to ";" for mysql and "" for sybase?
-- 
Michael L. Dean
Double Choco Latte - http://dcl.sourceforge.net/
GNU Enterprise     - http://www.gnuenterprise.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]