Re: VS .NET 2005 Express + Mysql 5



On 25 juin, 18:38, "Peter Bradley" <pbrad...@xxxxxxxxxx> wrote:
XP machines that don't have .NET 2.0:

If you ain't got the Virtual Machine, you can't run the program.

Office 2007:

I would guess the same applies. If it ain't installed, you can't use it.

As for MySQL, you can use it just like SQL Server, except you use things
like MySqlConnection as opposed to SqlConnection. If you want your code to
be database agnostic you have a couple of choices. You could use an OleDB
connection, or (better, I think) could test a variable or perhaps something
in your config file on startup to determine which types to use. For example
you could write two DALs and call the appropriate one depending on the
contents of something in your App.config.

I even put the MySQL connector/.NET classes in my VS2005 toolbox.

HTH

Peter

"qu4dman" <naralin...@xxxxxxxxx> wrote in message

news:1182781565.069845.44190@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



Hi all

I would like to program an application with C# Express (for now,
because I'll soon use VS.NET 2005 not in "express version") that would
use Mysql 5 and Office 2007 in automation (Word, Excel, Access). I've
read about the Mysql 5.1 connector and plugin so I'll try it tonight.
I'd like to have your advice on the following ideas, please :

- Could my application be easily packaged and deployed (with all that
will be needed, such as the mysql 5 components) ? Even on XP machines
that don't have the .NET Framework 2 ?

- Could my application use the Office 2007 components on machines that
don't have Office 2007 installed ?

Thank you- Masquer le texte des messages précédents -

- Afficher le texte des messages précédents -

Thank you very much for these informations.

I've choosen to develop the basics of the application under visual c#
express 2005, and as soon as we'll have a full vs.net 2005 I hope that
we'll be able to import our visual C# express project into it. Also
I've noticed, but maybe that's wrong, that one cannot package an
application for deployment under visual c# express.

For the db I'll use Access 2007 (Office 2007 in eval mode) and I hope
that this will not be a problem for the compatibility with lower
versions of office installed on our client's machines. I'll work in
compatibility mode (mdb db created in office 97/2003 mode).

I'll use Word automation from visual c# express 2005 to automate the
creation of word documents.

If you have any ideas or reflexions about all that... :)

Thanks again.

.



Relevant Pages

  • NASA and M2Mi Corp. To Develop Automated M2M Intelligence
    ... NASA AND M2Mi CORP. ... To help enable machines to make choices and efficiently communicate ... An agreement between NASA Ames Research Center, Moffett Field, ... "The prime market [for intelligent automation] is commercial ...
    (sci.space.news)
  • mysq/php/blowfish (was vtiger/mysql/encryption)
    ... MySQL stores and php encrypts/decrypts data. ... I used mysqldump and saw that the passwords in MySQL ... machines with varying success. ...
    (freebsd-questions)
  • Re: MySql Load balancing Solutions?
    ... I am part of a team running MySQL 4.1.X on 5 machines in a replication ... A positive advantage is that the 5 machines allows us the opportunity to ... slave to a "W"rite server until the original "W"rite server can be recovered. ... When it comes to management I won't lie, 4.0.XX's handling of Replication ...
    (freebsd-questions)
  • MYSQL connection problem
    ... Both machines have the same configuration. ... Both mysql were compiled from the ports with the same options. ... Here are the outputs of the following commands on machine 1): ... Connection closed by foreign host. ...
    (freebsd-questions)
  • Re: Office Automation Troubleshooting
    ... Automation with VB6 successfully on all machines. ... Only when you call methods or properties you might get runtime errors when calling new methods/properties which are not available on older Excel versions. ... I guess those are not as version independant as the original COM type libraries, so which version of the PIAs did you take? ...
    (microsoft.public.office.developer.automation)