in reply to Is Perl the right solution...
Most biases aside, I'd be surprised if something basic like order workflow for a small business isn't already available off-the-shelf.
If you want or need to go the build-it-yourself route, you'll find that Perl is very flexible. You can get at Access from Perl via either OLE or ODBC. That said, for simple things VB can be flexible, and you'll have the advantage of a lot of Microsoft-centric books with lots of examples. I would not go with C++. You'll spend too much time fighting the language and environment, and not enough time fighting the problem.
I infer from your PWS reference that you are building a browser-based application. If you were to require a native looking windows UI, VB is probably the way to go. (You can get there in Perl, but the learning curve is steeper and the path isn't as well documented.) But the playing field is more level when it comes to HTML-based UIs.
I do some personal development with Perl CGIs on PWS, and have found no problems moving that code to IIS (and no appreciable problems moving to Apache).
One warning: Microsoft Access is not a multi-user database, and isn't suitable for heavy concurrent access. Don't expect something build using Access to scale well.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Is Perl the right solution...
by jlongino (Parson) on Dec 13, 2001 at 04:40 UTC | |
by dws (Chancellor) on Dec 13, 2001 at 06:41 UTC | |
by Ryszard (Priest) on Dec 14, 2001 at 05:10 UTC | |
by jlongino (Parson) on Dec 14, 2001 at 05:56 UTC | |
by Ryszard (Priest) on Dec 14, 2001 at 06:44 UTC |