PC Review


Reply
Thread Tools Rate Thread

Data Rows or Bound Objects

 
 
Christo Yssel
Guest
Posts: n/a
 
      20th Oct 2004
Hi,
I am creating a small three-tier application, using an Access database as a
back-end. Should I use DataSets and (DataRows or Bound Ojects). Which is
the best to use?

Thanks
Christo


 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      20th Oct 2004
Christo,

With an Access database I would not build a three-tier application.

When you use the standardtools from ADONET to do the job it should be in my
opinion enough.

Here is the link for a start page for that.
http://support.microsoft.com/default...b;en-us;313590

In that you find as well a link the AdoNet newsgroup where is in a
discussionthread about n-tier development now where in this book is adviced
for that.

http://www.lhotka.net/

microsoft.public.dotnet.framework.adonet

Just my thought and maybe some help?

Cor


 
Reply With Quote
 
Christo Yssel
Guest
Posts: n/a
 
      20th Oct 2004
I thought if I used a middle tier it would force me to build a few custom
classes and get away from the way I used to use VB6. The database is small
and does not really justify a sql database. I find it somewhat difficult to
get away from VB6 to .NET since I have no expierience with OOP. I have a
few text books on OOP and thought it best to get a clear understanding of
how OOP works right from the start.
..NET is so vast it difficult to decide where to start.

I will check out the links

Thanks
Christo

"Cor Ligthert" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Christo,
>
> With an Access database I would not build a three-tier application.
>
> When you use the standardtools from ADONET to do the job it should be in
> my opinion enough.
>
> Here is the link for a start page for that.
> http://support.microsoft.com/default...b;en-us;313590
>
> In that you find as well a link the AdoNet newsgroup where is in a
> discussionthread about n-tier development now where in this book is
> adviced for that.
>
> http://www.lhotka.net/
>
> microsoft.public.dotnet.framework.adonet
>
> Just my thought and maybe some help?
>
> Cor
>
>



 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      20th Oct 2004
Christo,

Making data classes is not OOP, it is a part of it when you start with VBNet
you can only use OOP. So there is no need to force it. Although you will
probably often try to use at the beginning much inline code, will you see
that you make soon more and more classes to help you and more and more
inherited controls to make life easier.

I hope this gives an idea.

Cor


 
Reply With Quote
 
Christo Yssel
Guest
Posts: n/a
 
      20th Oct 2004
It is more less like this? You create a custom control which can inherit
properties and methods from an existing class. You create your own
properties and methods (procedures, functions) which is then hidden and you
or any programmer can use this control in their applications.


"Cor Ligthert" <(E-Mail Removed)> wrote in message
news:uo%(E-Mail Removed)...
> Christo,
>
> Making data classes is not OOP, it is a part of it when you start with
> VBNet you can only use OOP. So there is no need to force it. Although you
> will probably often try to use at the beginning much inline code, will you
> see that you make soon more and more classes to help you and more and more
> inherited controls to make life easier.
>
> I hope this gives an idea.
>
> Cor
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data-bound DataGridView creates bogus empty rows JustinD30324@gmail.com Microsoft ASP .NET 1 6th Jul 2008 07:06 AM
Data Bound Applications with ADO.NET and Custom Objects Vanessa Microsoft C# .NET 9 18th Mar 2008 07:23 PM
Adding Rows to Data-Bound DataGridView jp2msft Microsoft ADO .NET 11 18th Mar 2008 05:27 AM
Best practice for validating data bound business objects? =?Utf-8?B?RnVydHk=?= Microsoft C# .NET 3 31st May 2006 01:05 AM
Another question!! refresh objects that are data bound hcs Microsoft VB .NET 1 6th Jan 2005 07:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:22 AM.