Jump to content

Recommended Posts

Posted (edited)

Hi,

I have a System DSN configured (Sybase Adaptive Server ANywhere 9.0), which point tos a .db file (symantecghost.db).

How can i access this database from another machine on the same network without the sybase database driver installed?

Any pointers?

Edited by dragonlord
Posted (edited)

are you not able/allowed to install the driver? You need that for the connection (as far as I am aware)....unless you can send a tcp message to another vm/station with the driver to perform, and tcp back the results

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Posted (edited)

are you not able/allowed to install the driver? You need that for the connection (as far as I am aware)....unless you can send a tcp message to another vm/station with the driver to perform, and tcp back the results

It's a restricted environment. Not allowed to install db driver..

Edited by dragonlord
Posted (edited)

Not sure if this is overly complex...but maybe a PSExec to a station which has the driver...execute a script that performs a query based on arguments passed through PSExec...then copy the sql output to a file, and back over to your local for manipulation?

Or, you can run the app in a hidden state, and scrape then.

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...