
June 21st, 1999, 09:02 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Hello,
I'm not sure I understand your situation.
1.If you're writing a CGI with Delphi, you cannot use it on a UNIX machine but only on Windows.
2.If the MySQL database is on the Unix server, you'll have to get permission from the server administrator to use that database.
Now, if you want to connect to a MySQL server from a Windows application that you made with Delphi, you can do it using the BDE (Borland Database Engine) and the MyODBC driver, which you can download from http://www.tcx.se/download.html
If you're making a web page that will live on the Unix machine, you might want to look at PHP3 or Perl to write your CGI in.
Hope this helps :-)
|