Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Sybase DB Library vs Client Library API

by Ravi V (Scribe)
on Nov 20, 2012 at 14:24 UTC ( [id://1004722]=note: print w/replies, xml ) Need Help??


in reply to Sybase DB Library vs Client Library API

have converted some of my perl scripts to use CTlib blk instead of DBlib bcp ... but i am facing problem with memory usage(increased)... Is there any document on CTlib memory usage? ..thanks for help in advance
  • Comment on Re: Sybase DB Library vs Client Library API

Replies are listed 'Best First'.
Re^2: Sybase DB Library vs Client Library API
by mpeppler (Vicar) on Nov 21, 2012 at 16:07 UTC
    There should be no significant memory usage differences.

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

    Michael

      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
Re^2: Sybase DB Library vs Client Library API
by Ravi V (Scribe) on Nov 29, 2012 at 11:41 UTC
    thanks Michael for this:- http://www.peppler.org/archive/sybperl-l/1999/9/4985.html

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1004722]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-25 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found