473,386 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

DataForm Wizard

How many people use the data form wizard? I have noticed that I have had
to get rid of an change a lot of the code in there to make it work
exactly the way I want and it almost seems like it takes more time to
use that then just creating everything by hand.

One example is in the save routine where it gets the changed rows and if
there are any, it updates the dataadapter, then merges those changes
with the dataset... Isn't it just as easy to only call update on the
dataadapter without updating it with the changed records? I can see
where that would benefit if you were making changes to 10 records of
3,000, but I am updating for every row that is changed...

Aaron
--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 21 '05 #1
2 1034
Aaron,

In my opinion it is nice to make once to see how things can be done, however
not for a real application, it is so embedded using everything that it
creates, that for me it is more work to do sometimes one simple change than
to create all new.

Just my thought, which is I thougth the same as yours.

Cor

"Aaron Smith"
How many people use the data form wizard? I have noticed that I have had
to get rid of an change a lot of the code in there to make it work exactly
the way I want and it almost seems like it takes more time to use that
then just creating everything by hand.

One example is in the save routine where it gets the changed rows and if
there are any, it updates the dataadapter, then merges those changes with
the dataset... Isn't it just as easy to only call update on the
dataadapter without updating it with the changed records? I can see where
that would benefit if you were making changes to 10 records of 3,000, but
I am updating for every row that is changed...

Aaron
--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.

Nov 21 '05 #2
Thats kind of what I thought too... Thanks Cor..

Aaron

Cor Ligthert wrote:
Aaron,

In my opinion it is nice to make once to see how things can be done, however
not for a real application, it is so embedded using everything that it
creates, that for me it is more work to do sometimes one simple change than
to create all new.

Just my thought, which is I thougth the same as yours.

Cor

Nov 21 '05 #3

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

Similar topics

1
by: Peter | last post by:
Hello, Thanks for reviewing my question. I am getting the following error when trying to create a form using the DataForm Wizard: "The following error occurred: Value cannot be null. ...
1
by: Omer kamal | last post by:
Dear all, I am not able to access some fields of my table in .mdb database, which was created by some one else. when I reach to the wizard step where I can choose fields to make relations, I...
1
by: Steve Teeples | last post by:
I've never done database code in C#. :( I've connected a dataform to a database and can reference all the items in the table. I want to filter the elements though based upon the value of a...
0
by: TJS | last post by:
any examples available of how to use this free dataform component from Stephen Walther ? I'd like to know how it can be used in add /update/delete scheme ...
1
by: msmcg | last post by:
I built a dataform using the VB.net wizard. I have two tables, with one relation, Parent to Child, linked on one common key. The dataform loads the data fine, and when I click on the Add button,...
4
by: Nitromuse | last post by:
After showing a DataForm how do you pause the code from continuing to run until the user clicks a button after all the data has been entered ? Thank you for your help!!
2
by: Larry Woods | last post by:
Has anyone noticed that the VS Dataform wizard doesn't gen correctly DISPLAYED results if you have an IDENTITY key defined for your table (normal stuff, IMHO)? If your dataset is empty the first...
0
by: Peter Newman | last post by:
im slowely getting to grips with this, but one thing im stuck on, is , the following Sub is auto generated by the Dataform Wizard. I have set the OleDbDataAdapter1 OleDbInsertCommand. what i dont...
4
by: Ralph | last post by:
I am trying out the dataform wizard in visual studio using a sql server 2003 database. It seems to want to create ole db adapters and connections and commands. How do I make it use sql commands...
0
by: Meenu4vs | last post by:
Hi i'm using Visual Studio 2005 professional edition. I'm currently doing a customer maintanence project in C#.I need to use DataForm Wizard.I cannot find any DataForm Wizard From the Template.Tried...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...

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.