Results 1 to 2 of 2

Thread: Advice on Program

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    92

    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?

  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    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
  •  



Click Here to Expand Forum to Full Width