On Mon, 2005-11-14 at 07:04 +1300, Dene Maxwell wrote: > As I say, I don't really mind. If there's interest in it then help > yourselves. All I need is an address and possibly instructions. > > I don't think the code will be of much use to *nix users per se as it is > written to make use of Visual Basic 6 controls and functions. Hooking it > onto a SQL DB is the easy part, just change the ADO connection engine. That > won't help *nix users though because ADO is still a Windows/ Visual Studio > combination from what I understand.
Dene, True however, you can create an ADO to a SQL server (Even Postgres or MySQL). The unix users are accommodated through native db socket connections (or OSDBC). The other solution is Middleware with something similar to RPC "connections" but this can take be a lot of work programming infrastructure. George Patterson -- George Patterson <[EMAIL PROTECTED]> _______________________________________________ Flightgear-users mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
