Groups | Blog | Home
all groups > visual studio .net general > february 2006 >

visual studio .net general : Questions about versions of VS (Standard, Professional)


James B. Poindexter
2/14/2006 10:24:58 PM
I am soon going to be starting a project that will require a client program
that I write to access a database (mysql) across the internet. Will VS
Standard have the tools I need to do this, or should I get Professional?

--

----
For we do not wrestle against flesh and blood, but against the rulers,
against the authorities, against the cosmic powers over this present
darkness, against the spiritual forces of evil in the heavenly places. Eph
6:12

James B. Poindexter
2/15/2006 9:03:11 PM
I would use Linux except that this program has to run on Windows. I'd use
PHP except that I hate scripting languages, and some of the security
requirements are going to stringent enough that I don't feel as good about a
scripting language as a full-featured programming language. And I'm not
really wanting a web interface anyway.

Right now, I'm looking at going Borland, which I've used professionally
before. And it plays well with mysql.

[quoted text, click to view]

Gerry Hickman
2/15/2006 9:45:55 PM
Hi,

If you want to check out VS, you could try the express version and find
out if it does what you want it to. I think you'll find it frustrating
trying to use MYSQL as a back-end from Visual Studio.

Most people who choose MYSQL will chose non-Microsoft tools to develop
against it such as PHP and PERL and would use UNIX/LINUX instead of
Windows. This will give you a superior set of tools together with
standards compliance, and you'll also avoid vendor tie-in.

[quoted text, click to view]


--
Gerry Hickman
2/22/2006 10:38:34 PM
Hi,

It sounds like you're talking about a client app that will access this
database over the internet? In that case you could look at designing the
back-end as a web service, then your client app simply connects to it;
the fact the back-end is running MySQL is not an issue then.

[quoted text, click to view]


--
AddThis Social Bookmark Button