pls help me

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Apr 2007
Posts: 10
Reputation: marlon ng is an unknown quantity at this point 
Solved Threads: 0
marlon ng marlon ng is offline Offline
Newbie Poster

pls help me

 
0
  #1
Apr 7th, 2007
I'm a beginner so pls bear with me. Try to make your explanations as simple as possible. The program i'm going to make will be like this: the user enters the customer name, the items ordered by the customer, the quantity of those items, and their prices. Here are my questions:

1. Do I really need to build and incorporate databases from softwares like Access to my VB program? Or are there other alternatives? Because I don't like my program to be dependent on other software.

2. I'm sure you experts are familiar with Clipper. It doesn't rely on databases created from other software (I think). Is this possible with VB6? How do I do it then? By using random access files (.rnd)?

3. If I use .rnd files, can I still use the ADO Data Control, Datalist, DataGrid and DataCombo controls of VB6?

That's it for now. Pls help me!! I already know the basics of VB, I just need to know the best and simplest approach in creating the program I stated above. Thanks a bunch!!!!
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,117
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 282
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: pls help me

 
0
  #2
Apr 7th, 2007
Originally Posted by marlon ng View Post
I'm a beginner so pls bear with me. Try to make your explanations as simple as possible. The program i'm going to make will be like this: the user enters the customer name, the items ordered by the customer, the quantity of those items, and their prices. Here are my questions:

1. Do I really need to build and incorporate databases from softwares like Access to my VB program? Or are there other alternatives? Because I don't like my program to be dependent on other software.
No. Many programs don't need a database at all. Only about 15% of my VB programming used a database. Problem with your idea, though, VB is by definition dependent on 'other software'. Specifically system DLLs, and other support files, as well as the OS itself.

Originally Posted by marlon ng View Post
2. I'm sure you experts are familiar with Clipper. It doesn't rely on databases created from other software (I think). Is this possible with VB6? How do I do it then? By using random access files (.rnd)?
You can access data any way you want. Straight text files, binary files, fixed length record files, etc. Any way you can imagine. You just have to know how to program for it.

Originally Posted by marlon ng View Post
3. If I use .rnd files, can I still use the ADO Data Control, Datalist, DataGrid and DataCombo controls of VB6?
Isn't that relying on Data control software?

I think ADO will require a database of some sort.

Originally Posted by marlon ng View Post
That's it for now. Pls help me!! I already know the basics of VB, I just need to know the best and simplest approach in creating the program I stated above. Thanks a bunch!!!!
This is programming. There is no best. There's
1) what you know
2) what you like
You choose based on what you need to do and what will work best from your own personal knowledge base.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 10
Reputation: marlon ng is an unknown quantity at this point 
Solved Threads: 0
marlon ng marlon ng is offline Offline
Newbie Poster

Re: pls help me

 
0
  #3
Apr 8th, 2007
Thanks a lot WaltP! Appreciate it!
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 10
Reputation: marlon ng is an unknown quantity at this point 
Solved Threads: 0
marlon ng marlon ng is offline Offline
Newbie Poster

Re: pls help me

 
0
  #4
Apr 8th, 2007
By the way, if you were to make a program like the one I stated, what type of programming would you do? I know the question is kind of vague, but I just want to get an idea. The program would have a database of customer names, products, etc. etc.. It would basically be a program that handles EVERYTHING, from order-taking to delivery-scheduling to managing receivables and payables. Thanks again!!
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,117
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 282
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: pls help me

 
0
  #5
Apr 9th, 2007
Definitely a full database system.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC