Looking for tips to help me develop my new project

  • Thread starter Thread starter Dagoberto Aceves
  • Start date Start date
D

Dagoberto Aceves

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!
 
Use Parameters
Use Stored Procedures if possible
Use DataSets to change the data
 
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
 

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

Back
Top