how to run a program on server from client wxpython frontend?

bowman bowman at montana.com
Tue May 8 09:52:44 EDT 2001


"Hanna Joo" <hanna at chagford.com> wrote in message
news:989304912.89878 at nntp01.uskonet.com...
>
> If you have any experience in writing front-ends involving databases I
would
> really appreciate your input.

one way is to put a server on the database machine that connects to the db
and accepts on a socket. Gather your information on the client side,
formulate a SQL statement, or whatever you would do directly on the db
machine, connect to the server, and send the statement. the server then
executes it and returns the results.

Of course, the server could be smarter; it really depends on the complexity
of your db requirements.






More information about the Python-list mailing list