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
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.