|
-
Mar 29th, 2006, 07:33 PM
#1
Thread Starter
Lively Member
Advice on Program
I am working on a program for myself to build/take orders from customers. I am using the Adodc control to get my main information. which holds customer data and item list/price file. I will need to save , Print ,and Delete orders. The order will have to show a running total too. Does anyone have any examples of this. Should I save them as text files or excel . Whats the best way to do this?
-
Mar 29th, 2006, 07:49 PM
#2
Frenzied Member
Re: Advice on Program
well you should save those data in a database like access, sql server and the like.
one thing, try not to use data binding controls or its concept like adodc control. it will certainly lead you to something you wont like. use ado object instead
see this beacons ado tutorial to learn more
http://vbforums.com/showthread.php?t=337051
On error goto Trap
Trap:
in case of emergency, drop the case...
****************************************
If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option. if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|