473,473 Members | 1,999 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Data Rows or Bound Objects

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
Nov 21 '05 #1
4 892
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
Nov 21 '05 #2
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" <no************@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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

Nov 21 '05 #3
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
Nov 21 '05 #4
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" <no************@planet.nl> wrote in message
news:uo****************@TK2MSFTNGP09.phx.gbl...
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

Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sam Martin | last post by:
Hi all, I've sorted out binding to and from my business entities, however.... Pulling data from the business entities is easy using the <control>.DataBindings.Add(..) method. These bindings take...
2
by: Christopher Weaver | last post by:
I have a DataSet with two tables and a DataRelation. When I populate the DataSet and define a master detail relationship through the DataRelation, the grid bound to the master table shows both...
2
by: Dnna | last post by:
I have a table which is bound to an Internet Explorer XML data island. I'm using ASP.NET's client-side validators for an input field in the table. The problem is that if the input fields are in...
6
by: Tejpal Garhwal | last post by:
I have datagrid filled with some data rows. At the run time i want know how many total rows are there in the data grid ? Any idea ? Any Suggestions ? Thanks in advance Tej
7
by: Andrew McKendrick | last post by:
Hi, I've noticed a bug in VB.NET (latest .NET Framework)... - I have a TabControl on a form with several tabs. - Each tab contains text boxes that are bound to fields in a data source...
14
by: Rolf Welskes | last post by:
Hello, I have an ObjectDataSource which has as business-object a simple array of strings. No problem. I have an own (custom) control to which I give the DataSourceId and in the custom-control...
9
by: Anil Gupte | last post by:
After reading a tutorial and fiddling, I finally got this to work. I can now put two tables created with a DataTable class into a DataRelation. Phew! And it works! Dim tblSliceInfo As New...
4
by: sklett | last post by:
(I posted this in a databinding NG, but it's a VERY low traffic NG so I thought I would post here as well. I hope no one minds too much, if you do I'm sorry) I have a DGV that is bound to a...
10
by: =?Utf-8?B?UiBSZXllcw==?= | last post by:
Hi, Problem: How can I databind (or put) a SqlServer query's row return of 115,000 items into a ComboBox quickly? Not much longer than a matter of seconds, that is... Scenario: I am...
0
by: \Ji Zhou [MSFT]\ | last post by:
Hello Ashutosh, I see your points. As to your two new concerns, I am give the detailed comments in the following. 1. Is it possible to achieve this result without calling Update on the route...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.