Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Obtaining SQL updates for application to another database

by mpeppler (Vicar)
on Apr 06, 2005 at 16:04 UTC ( [id://445354]=note: print w/replies, xml ) Need Help??


in reply to Re: Obtaining SQL updates for application to another database
in thread Obtaining SQL updates for application to another database

I haven't worked on implementing the specifics of the DBI_TRACE bits in DBD::Sybase, so that may not work for you.

There are a couple of Sybase-specific alternatives: You could use Ribo to capture incoming SQL requests, you could set up auditing on the server and extract the appropriate SQL requests, and you could also use things like the Sybase Replicator (the java light weight replication system included in ASE 12.5.x) to keep a remote table in sync.

Update Having re-read the original question I see that the "replicator" option is not at all useful here. However, the other two (and in particular Ribo) could be used fairly easily.

Michael

  • Comment on Re^2: Obtaining SQL updates for application to another database

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 21:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found