[AccessD] Dot Net, where to start?

Gustav Brock Gustav at cactus.dk
Fri Apr 27 10:58:40 CDT 2007


Hi Charlotte

That is so true; database handling is a key point. Also, I've seen so much poor code from web programmers that just know how to connect to a database and think that's it.

That book, does it explain in depth of n-tier which I feel is very important and powerful?
And is your data tier built on that code or did you create it from scratch?

/gustav

>>> cfoust at infostatsystems.com 27-04-2007 17:10 >>>
But courses like that don't focus on Gustav's main issue, databases.
Rick Dobson has a couple of books out that can be helpful in that area:
"Programming SQL Server 2000 with Visual Vasic .Net" and "Programming
Microsoft Visual Basic .Net for Microsoft Access Databases".  The big
thing to get your head around is n-tier programming, which we didn't do
in Access.  The books tend to go straight to dataadapters and so forth
and don't generally discuss the structure of a data tier.  We created a
data tier that is a code representation of the underlying data
structure.  We can then code to that abstraction regardless of whether
we have access to the actual data at the time.  Very handy.

Charlotte Foust  

-----Original Message-----
From: accessd-bounces at databaseadvisors.com 
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Arthur Fuller
Sent: Friday, April 27, 2007 7:29 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Dot Net, where to start?

Go to GotDotNet and download all the samples. Do it relatively quickly
since MS has decided to phase out this site. Also go to Visual Studio
Magazine and CodePlex.

There is a very good intro book called VB.NET JumpStart (google
vbJumpStart and you should get to the downloadable code). I found this
book so good that I am currently thinking that .NET is even easier than
Access.

Arthur





More information about the AccessD mailing list