Re: I'm very confused about the different databases!
- From: "expvb" <nobody@xxxxxxx>
- Date: Sun, 13 Aug 2006 10:14:59 -0400
"pcnerd" <pcnerd@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:36BDB91F-42FE-4CF7-8820-923FC0E0283F@xxxxxxxxxxxxxxxx
I have VB6 Learning Edition(hereafter, referred to as VB6 LE). I don't know
what databse came with it. I'm confused about the different databases.
There's DAO, ADO, ADO.NET, Jet (in its various versions), SQL, SQL Server
2005. You can see why I'm confused! I've browsed around VB6 LE & I see
different version numbers. I browsed around MSDN & found out that I can
use
SQL Server 2005 with VB6 LE. I have SQL Server 2005 installed on my PC. I
don't want to have a bunch of databases on my PC. So, I have some
questions.
Are you a student or planning to work as a software developer in the future?
If so, why not learn VB.Net instead(As much as I don't like it). Many
companies now offer jobs for dotnet compared to VB6(I already searched for
US jobs), and by the time you graduate, you may find yourself having to
learn another language. There are many differences between VB6 and VB.Net,
in particular in multithreading, db access, graphics, and Unicode support.
Although you could use 3rd party Unicode controls with VB6. VB6 was released
in 1998, 8 years ago. VB.Net was first released in late 2002.
Even if you learn VB.Net, you will still encounter companies that want you
to convert their VB6 code to VB.Net, or even another language. Converting
VB6 code is a full time job, the upgrade tool in VB.Net fills your VB6
project with all sorts of TODO lines, which require manual conversion and
often a re-write. For instance, VarPtr() is not supported in dotnet, so if
you use many API calls, then a rewrite is the only option.
Here is a link that shows the differences between the 2 languages:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcn7/html/vaconDifferencesBetweenVB6AndVB7.asp
This is more about a career choice than anything else.
VB.Net 2005 can be downloaded off the web for free:
http://msdn.microsoft.com/vstudio/express/default.aspx
Link to quick start guides, start with "The Common Tasks QuickStart" here:
http://samples.gotdotnet.com/quickstart/
Note: *.vb.* groups are for VB6 or prior only. Microsoft broke compatibility
between VB6 and VB7(VB.Net) and after. Answers that you get in these groups
maybe incorrect, or not the recommended way in dotnet.
.
- Follow-Ups:
- Re: I'm very confused about the different databases!
- From: pcnerd
- Re: I'm very confused about the different databases!
- From: Ralph
- Re: I'm very confused about the different databases!
- Prev by Date: Re: I'm very confused about the different databases!
- Next by Date: Re: Disk Serial Number
- Previous by thread: Re: I'm very confused about the different databases!
- Next by thread: Re: I'm very confused about the different databases!
- Index(es):
Relevant Pages
|