application that communicates between 2 databases

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

application that communicates between 2 databases

Post 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
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post by jmut »

no idea what you are talking about. please be more specific
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post 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
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post by impulse() »

Do you mean a pre-built PHP application that can communicate between 2 databases?
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

no. I mean some another application written in VB or C++ or some other language, that is installed on local (desktop) machine
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post by impulse() »

http://planetsourcecode.com would be a good place. Lots of user posted code there.

Hope that helps,
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

thank you for reply

regards
Post Reply