Need advice on windows front end application

2004-12-29 Thread Chris Mason
I have a mysql database runing on an internal linux server and I need to connect to it with an appliication running on a windows workstation. The application must start another application with command line informaiton from the database so I cant use a web based application, as web browsers cannot

Re: Need advice on windows front end application

2004-12-29 Thread SGreen
When scripting for Windows you have two immediate choices: VBScript and JScript. Both are natively supported by the WSH (Windows Scripting Host) executable which comes in two flavors: command line (cscript.exe) and windowed (wscript.exe). If you want to use Perl or some other scripting

Re: Need advice on windows front end application

2004-12-29 Thread Curtis Maurand
Use the ODBC connector and write it in VB. Curtis Chris Mason wrote: I have a mysql database runing on an internal linux server and I need to connect to it with an appliication running on a windows workstation. The application must start another application with command line informaiton from the