Re: vb6/mssql server and php/mysql applications
From: Nathan Vidican (nvidican_at_wmptl.com)
Date: 11/09/05
- Previous message: Maxwell Kakulu: "vb6/mssql server and php/mysql applications"
- In reply to: Maxwell Kakulu: "vb6/mssql server and php/mysql applications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 09 Nov 2005 08:10:43 -0500 To: Maxwell Kakulu <maxwellkakulu@yahoo.com>
Depends entirely on the VB App portion; MySQL and php/apache perform VERY well
on FreeBSD, but (generally speaking) you cannot run any server-side stuff
written in VB6. If your VB6 code runs entirely on a client machine running
windows, and only connects to the MySQL server, then yes - it will work, and is
in fact something I do quite often.
You'll need the MySQL ODBC connector, (MyODBC 3.51), and a connection string as
appropriate to your database/server for an ADO connection... but nonetheless it
does work, and it works well too (speaking from experience).
-- Nathan Vidican nvidican@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ Maxwell Kakulu wrote: > Hi, please will my vb6 distributed applications with > an mssql server back end and php,javascript/mysql web > applications run easily on freebsd as they run on > windows?. 'Hope you'll reply me very soon. My email > add. is maxwellkakulu@yahoo.com. Thank you, best regards. > > > > __________________________________ > Yahoo! FareChase: Search multiple travel sites in one click. > http://farechase.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Maxwell Kakulu: "vb6/mssql server and php/mysql applications"
- In reply to: Maxwell Kakulu: "vb6/mssql server and php/mysql applications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|