Re: [PHP-DEV] CORBA From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/30/99

> kinda the same here. we are developing a crossmedia system that should do
> ecommerce via php, cdrom production and classical print. and we need a
> windows tool for the users to insert their product data.
> the whole application should reside in the orb and be usable via php on the
> webserver and to all the other modules (print, cdrom, input)

An extremely low-tech approach to this is to use MyODBC on the Windows box
and write an Access GUI. Using MyODBC you then attach this GUI directly
to MySQL running on a real OS somewhere. There are some hints in the FAQ
on how to get this done.

Not nearly as sexy as a CORBA implementation, of course.

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>