sachin
01-30-2002, 10:43 AM
Hello there,
I'm new to ASP. I want to develop net based Inverntory for the organization. So what should i use for that??
ASP, PHP, SQL SERVER or anything else than this.
Which is best solution for making net based inventory of the company as company is having business all over the world.
pls suggest me
thanking you
Sachin
PWNettle
01-30-2002, 11:04 AM
It really depends on what operating system your server runs on and what you already know.
If you are familiar with VB (ASPs are made up VBScript which is based on VB) and are in a Microsoft environment then I'd recommend using Active Server Pages (ASP) to do pages with MS Access or (ideally) MS SQL Server for data.
I haven't used PHP but I believe that it is similar in functionality to ASP - so this is really a matter of operating system and availability.
If you are not in a Microsoft environment you might want to consider MySQL for data storage.
The web application you want to develop would likely involve several things - HTML for the actual displays (most of which will be dynamically created by your scripting), ASP/PHP/etc to do the server-side scripting, and Access/SQL Server/MySQL/etc to store the data.
Good luck,
Paul
sachin
01-30-2002, 09:51 PM
Hi paul,
Thank u very much
I'm more comfortable with MICROSOFT PLATFORM. So i think i must go with ASP and MS-ACCESS.
thank u once again
sachin
sachin
01-30-2002, 09:58 PM
Hi paul,
Can u just guide me what points r most important while doing net based inventory???
the general steps to follow. B'coz first time i'll be doing that kind of stuff.
Thank u very much
sachin
PWNettle
01-31-2002, 08:01 AM
I'm not sure exactly what you're after.
There are a variety of approaches one can take to any 'web application'.
Since a lot of this is going to be new to you I'd suggest keeping things simple (at least at first).
You can apply the same problem solving and program planning techniques to a 'web application' that you would to any programming problem - you'll just be using a wider-variety of technologies.
You might try www.learnasp.com, www.planetsourcecode.com, or other online resources to find some tutorials or sample code. Online inventory and simlar topics should be very common.
Paul
sachin
02-02-2002, 10:11 AM
Thankx Paul
I'm not that new to ASP but not used much. Mostly i have used VB.
Any way thankx again for ur kind help
with best regards
sachin:)
wild wolf
02-02-2002, 09:31 PM
you will also have to consider the version of ur operating system, if u are using win 98 on the server than u can use ODBC connectivity but if ur using win 2000 professional than u cant use ODBC, ull have to use OLEDB