Page 1 of 1
application that communicates between 2 databases
Posted: Sat Nov 25, 2006 4:50 am
by ddragas
Does somebody know for application that communicates between 2 databases (ODBC).
One database is on local computer, and second is web server database .
and that has capability of inserting queries that should be executed
Posted: Sat Nov 25, 2006 5:16 am
by jmut
no idea what you are talking about. please be more specific
Posted: Sat Nov 25, 2006 8:02 am
by ddragas
what I'm talking about is application that is installed on local machine, and that is connected on local database (MS or something else) and second connection on web server database (MySql or something else). All connections should be made with with ODBC .
This application should be something like scheduled communicator between two databases, and it should transfer all data from first database to another and vice versa.
EG:
webshops (buyers, customers, merchandises, etc......),
real estates ( ... )
Hope I was specific
Posted: Sat Nov 25, 2006 8:08 am
by impulse()
Do you mean a pre-built PHP application that can communicate between 2 databases?
Posted: Sat Nov 25, 2006 9:23 am
by ddragas
no. I mean some another application written in VB or C++ or some other language, that is installed on local (desktop) machine
Posted: Sat Nov 25, 2006 9:25 am
by impulse()
http://planetsourcecode.com would be a good place. Lots of user posted code there.
Hope that helps,
Posted: Sat Nov 25, 2006 1:24 pm
by ddragas
thank you for reply
regards