dataset: code it or use designer

R

rno

Hi,

Without wanting to start a heated debate, I have the following
question:

I am going to use a DataSet in my application. The table structure
will be fixed. It will be a small, simple database, consisting of a
few, 10 at most, tables, and some simple relationships between them.

I can create a DataSet using the designer, but I can also write code
to create it. Is there a preferred way? Put another way: does one
method offer benefits over the other (other than the designer being
quicker and easier -for me- in the development stage)?

tia
arno
 
P

Peter Duniho

rno said:
[...]
I can create a DataSet using the designer, but I can also write code
to create it. Is there a preferred way? Put another way: does one
method offer benefits over the other (other than the designer being
quicker and easier -for me- in the development stage)?

I would always use the Designer when it's capable of generating the data
structures I want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top