http://www.perlmonks.org?node_id=1004946


in reply to Re: Sybase DB Library vs Client Library API
in thread Sybase DB Library vs Client Library API

There should be no significant memory usage differences.

Do you have some actual code, with volumes and memory usage statistics?

Michael

Replies are listed 'Best First'.
Re^3: Sybase DB Library vs Client Library API
by Ravi V (Scribe) on Nov 28, 2012 at 08:34 UTC
    thanks for reply Michael
    Its seems to be implementation issue..

    yet i have came across other problem now ...
    for "select getdate()"
    DBlib returns:-
    11/28/2012 3:28:38.446 AM
    CTlib returns:- CTlib does special handling for DATETIME
    11/28/2012 3:28 AM
    it would be great if there is some solution on perl side as this have been used on many procedures and changing all the procedure will be problem.

    Thanks