Deployment of 3rd party library
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Real newbie one this... I've got a copy of the MySQL connector library,
which I've installed with Visual Studio. It works fine in the developer
environment, I can connect to my DB and my application works with the
database's data.
The issue is what I do in order to deploy this to another machine. I
could arrange permission to run the MySQL package installer binary, but
I'd be a lot happier if I could work out how to just bundle the MySQL
code with my application.
The MySQL code installs into a directory which contains a number of
subdirectories, one of which is called Assemblies. This contains 4 .dll
files. From what I know, it seems like I should be able to copy those
DLL files into my application in some way and have the ASP.NET framework
recognise and use them when my application needs them.
Can it be made that simple? Where do I start?
--
Aches and pains at your desk? Try a little exercise:
http://www.daily-exercise.com/
.
Relevant Pages
- Re: 10.5, PHP, MYSQL and Ruby?
... installer for MYSQL 5.1 and an update to Marc Liyange's PHP 5 installer. ... that purported to be the best article on ruby on rails, ... (uk.comp.sys.mac) - Re: DelphiPhp
... including a big migration from the old base to a real database. ... InnoDB handles things like transactions and it should be enough for us but I've heard that PostgreSQL is a very advanced database and seems to be more stable, which is the most important thing. ... One thing that annoys me is that it doesn't come "out of the box" for Windows, whereas installing MySQL is a piece of cake. ... Has a full GUI MSI based installer for the native win32 version, works great and installs in less than 5 minutes. ... (borland.public.delphi.non-technical) - Re: Compiling VB application with MySQL DB
... Rather, it is to do with deploying a MySQL database, and you ... I am working on an application that uses a MySQL Database as a back end. ... so it should be a mather of including the msi in your installer setup ... (microsoft.public.dotnet.languages.vb) - Ruby 1.9.1 ming with mysql on windows successful
... rails and mysql 5.0 locally on my Windows Vista machine. ... Ruby 1.9.1p129 ... download "mysql 5.0.x windows without installer" ... (comp.lang.ruby) - Re: MySql installation.
... Section 2, has expfor installing MySql Enterpise, ... and I have just installed the standard one (the freeware version, is Enterpise edition also a freeware one ?): ... You need to download the "Windows Essentials" version of the software, and not the "Without installer" version. ... (comp.lang.java.databases) |
|