Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need Help.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I want to write a Invoicing software with inventory and customer database, Is VC++ good for such software, or do i need to look at someother compiler.

I can use MS ACCESS itself but with access, to run a database invoice program, one has run MS ACCESS first.

IF i was to use VC++, is there a posibility in printing invoices using MS-DOS driver, because i have noticed that window driver takes about 4-5min to print one invoice on a DOT-MATRIX printer.

please say something....
 
It depends on the user requirements. You're probably best sticking with Access (I'm sure the developers edition comes with a compiler that lets you use the MDB files as standalone).

If the program you're creating is going to have a lot of specific functionality that cannot be found in any generic database system such as Access then I suppose you could use VC++ - Or perhaps Visual Basic (unless speed is an issue).

Don't re-invent the wheel, though. It would be a waste of time to completley write your own database system in VC++ when there are already hundreds of products out there that will allow you to configure them to your needs. Regards,
JJayUK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top