To saga
- From: teresacab <teresacab@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Aug 2007 17:48:49 -0700
Saga hello
the app I need to build is in visual basic 6.0 data base sql server 7.0 and
2000.
I hope yuor answer. Thanks.
Teresa
Your question is very broad. One thing is to have best practices for
programming
in VB6 and another very different to have best practices while building a
client/
server application.
Your example is a good one. You should always try to avoid hard coding items
like disk drives, but this also applies to any other settings that your app
may need.
Other general best practice include making the application consistent so that
the user will feel comfortable in all its screens. Whenever possible, follow a
generally accepted UI design. And of course, a classic, do not use the End
statement to end your program :-).
One possible best practice for client/server is to validate your user input in
the presentation layer and not at theback end, but some may disagree.
If you explain in more detail what sort of app you need to build, including
the
data base that you will be using perhaps others can provide a more concise
answer to your question.
Regards, Saga
--
"teresacab" <teresacab@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0519C44A-EAFE-4D34-8597-523490C4CC0F@xxxxxxxxxxxxxxxx
Hello my name is teresa from chile
I need to know which should be the best practices to programming in visual
basic 6.0 for aplications client server. Thanks.
Sorry my english...
For example:
Not use directlty in the code units of disc
d:
c:
.
- Follow-Ups:
- Re: To saga
- From: Saga
- Re: To saga
- Prev by Date: low quality of render drwaing?!
- Next by Date: Re: VB6 and Crystal Reports 11 works slowly on Vista.
- Previous by thread: low quality of render drwaing?!
- Next by thread: Re: To saga
- Index(es):
Relevant Pages
|