|
-
Jan 24th, 2005, 03:21 PM
#1
Thread Starter
Lively Member
Right Tool for the job?
Hi, I had been asked to create a windows application that would do basic payroll functions, working with an Access DB.
It has to work with access because we want people to be able to pull up the DB in excel if need be (w/o program intervention).
The App will be able to
- Punch in/out screen
- Add/modify/remove users from the DB
- Message (leave a message for a user, next time they punch in/out will be shown message
- Reporting (Print daily/weekly/monthly via excel, web, standard formatting, acess etc)
Now I had started doing this in VB6 as my background in progrmaming is mainly web development(java) no application development.
So my tool was VB6, since starting I have been wondering as to wether I chose the right tool for the job.
So now I have to choose wether to continue with my vb6 app or change directions while its still early.
Other choices of a language were
VB.NET
C#
Im just curious as to some opinions. Am I wasting my time learning VB6 when I should be learning a language that will help me more in the future?
I need a easy to use/learn language that will develop applications.
thanks
-
Jan 24th, 2005, 11:05 PM
#2
Re: Right Tool for the job?
A couple of things to consider to help make your choice:
- Access limitation of 7-10 concurrent connection (database corruption page 27 of pdf file).
- VB.NET & C# require the .NET Framework. If your users systems are powerfull enough to run it.
- VB6 will require less overhead, but may take longer to write code to do the same thing in .NET.
- .NET has a bigger learning curve.
I'm sure there are a few other points. So maybe others will join in.
HTH
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 25th, 2005, 01:17 AM
#3
Re: Right Tool for the job?
depends on number of users. i suppose it doesn't have to be done in realtime.
just keep track and do it if there are too many users. the app could do it.
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
|