473,385 Members | 1,606 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,385 software developers and data experts.

Looking for tips to help me develop my new project

Im currently still designing the database I will be working with, and
I've been following all those nifty db pointers that books like to point
out. Anyway, once I finish up with the the tables, Im going to write a
front end with .Net

I've done a coupld of simple trial runs using smalls db and simple sql
statements. Im looking for tips to keep in mind. Since this project is
still in its beginning phase, any problems i can avoid now and not have
to deal with later would be awesome.

Thanks in advance!


*** Sent via Developersdex http://www.developersdex.com ***
Nov 21 '05 #1
5 952
Use Parameters
Use Stored Procedures if possible
Use DataSets to change the data
--
Dennis in Houston
"Dagoberto Aceves" wrote:
Im currently still designing the database I will be working with, and
I've been following all those nifty db pointers that books like to point
out. Anyway, once I finish up with the the tables, Im going to write a
front end with .Net

I've done a coupld of simple trial runs using smalls db and simple sql
statements. Im looking for tips to keep in mind. Since this project is
still in its beginning phase, any problems i can avoid now and not have
to deal with later would be awesome.

Thanks in advance!


*** Sent via Developersdex http://www.developersdex.com ***

Nov 21 '05 #2
Dagobert,

Start with developing your procedures for concurrency errors. If you have to
implement that at the end it is probably to late.

Just my idea

Cor
Nov 21 '05 #3
Cor, I found your reply interesting and probably very true. Do you have an
example code excerpt of handling a concurrency error?
--
Dennis in Houston
"Cor Ligthert [MVP]" wrote:
Dagobert,

Start with developing your procedures for concurrency errors. If you have to
implement that at the end it is probably to late.

Just my idea

Cor

Nov 21 '05 #4
Dennis,

I don't have it, and if I had it, I would not give it. This is for me a part
of security where I never give answers about than tell that it has to be
done.

For the rest it can be for everybody another problem.

You have to communicate with your user what shall be done.

Reject all changes; can be easily with connection.rollback
Reject the changes; partially therefore you use the get changes and the
merge
Give a suggestion to the user to change a part of that get changes and try
it again
etc. etc.

However the method as to be consistent.

Just my thought,

Cor
Nov 21 '05 #5
Thanks. I wasn't sure what you meant "check for Concurrency Errors"
--
Dennis in Houston
"Cor Ligthert [MVP]" wrote:
Dennis,

I don't have it, and if I had it, I would not give it. This is for me a part
of security where I never give answers about than tell that it has to be
done.

For the rest it can be for everybody another problem.

You have to communicate with your user what shall be done.

Reject all changes; can be easily with connection.rollback
Reject the changes; partially therefore you use the get changes and the
merge
Give a suggestion to the user to change a part of that get changes and try
it again
etc. etc.

However the method as to be consistent.

Just my thought,

Cor

Nov 21 '05 #6

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

Similar topics

4
by: PHPkemon | last post by:
Hi there, A few weeks ago I made a post and got an answer which seemed very logical. Here's part of the post: PHPkemon wrote: > I think I've figured out how to do the main things like...
1
by: Matt | last post by:
Any progammers looking for a killer app to develop? How about a voice enabled forum? One of the most powerful, exciting, and engrossing experiences on the Internet is the Forum. The first great...
1
by: Top Poster | last post by:
I was wondering if someone could help me out with some of the "big picture" issues associated with ASP.Net Web services from Windows XP. Any advice will be greatly appreciated! Why, when I...
0
by: Ivan Simurina | last post by:
Hello!!!, i really need help with something and i will appreciate your help alot! I plan to develop a quiz/poll project in C# that would contain these segments: User Related Matters: Register...
28
by: Jed | last post by:
Hello to all! I have a couple of projects I intend starting on, and was wondering if someone here could make a suggestion for a good compiler and development environment. My goals are as...
22
by: dw | last post by:
Please help some desperate developers!! We need to create an ASP.NET project via VS.NET 2003 on a networked Win 2003 server that we use for testing, but it keeps generating an error: "The Web...
12
by: amogan | last post by:
**If interested & qualified, please reply with your resume directly to amogan@google.com** Referrals are always welcome!! Network System Test Engineer - Mountain View This position is...
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: 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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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.