Link to home
Start Free TrialLog in
Avatar of fadiwilliam
fadiwilliam

asked on

building E-commerce web site

I am an oracle developer, i am going to build e-commerce web site. I want to know a lot about the asp, can asp create e-commerce web site. is it easy to learn.
what is the best database can i use with the asp.
Avatar of MsShadow
MsShadow
Flag of Belgium image

I suggest you start with giving a lot more points for such a question.
Avatar of nigelrivett
nigelrivett

You can use asp to build the presentation layer but it is interpreted, hence take a lot of processing power, hence the amount of work it does should be kept to a minimum. If you are expecting a lot of users and want to keep the number of machines down then use a middle layer written in something like VB under MTS. The ASP layer receives the input - passes it directly to the com layer which carries out all the processing and database access and may pass the output back to ASP for presentation.
ASKER CERTIFIED SOLUTION
Avatar of Michel Sakr
Michel Sakr
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
also check microsoft's MSDN for great asp info & tutorials (who can give more info than the creator?):

http://msdn.microsoft.com/workshop/server/asp/asptutorial.asp
ASP as a technology can be used for any type of web function you need. ASP doesnot restrict you to anything, except platform (Yes, it can be done on Unix).

Since you being an Oracle developer try Oracle for more info on web integration and such.

Oracle has some good products for making Web applications with an Oracle DB behind it.
Avatar of fadiwilliam

ASKER

hi ErikKvK,
I wish to use oracle products but the price of the application server is very expensive.
what is your opinion?
Fadiwilliam is Oracle supports odbc, you can use asp to access it. I am not an Oracle expert, to be honest I only know that it is a database :), but if it supports odbc, you can use asp to access it, without needing an expensive application server.
fadiwilliam,

Couldn't say, No experience with the products.

With our company we developed a simple website for extracting and presenting information out of a Oracle Database as a client front end. Large oracle application on the backend. Its for our helpdesk.

Did this al in Perl and Oracle.

For real E-Commerce applications I won't recommend this way, maybe better trying MS-stuff.
There is an ODBC Driver for Oracle and you may connect to it using asp. There are some off the shelf shopping carts to use of you can build your own fairly easily with asp/vbscript. It really depends on the complexity you want and the number of users you expect. There are some exceptional asp sites with some great articles to help you learn. One place for good tutorials is w3scripts.com....they are free and give great examples.
Use this to connect to an Oracle db. with ASP.  Also
>>ASP is interpreted, yes and no, you can easily compile most ASP tiers into an ActiveX dll. that will execute much faster than traditional intrepreted code.


Current Oracle database connection:

dbObject.open "Drive={Microsoft ODBC for Oracle};" & _
              "Server=ServerName.databasename;" & _
              "Uid=Userid;" & _
              "Pwd=Password;"

Older Oracle database connection:

dbObject.open "Driver={Microsoft ODBC Driver for Oracle};" & _
"ConnectString=OracleServer.DatabaseName;" & _
"Uid=Userid;" & _
"Pwd=Password;"

~ch
fadi, thanks for cleaning up all of your open questions. You have just this one more question to address. I would normally not mind, but this one's getting a bit old. I'm sure the Experts will appreciate it too.

Thanks.
amp
Community Support Moderator @ Experts Exchange
JUST EIGHT MONTHS LATER....

fadiwilliam:

You continue to ignore requests to clean up your questions. I have no choice but to post in all of your questions. I am also contacting the Community Support Administrator about your lack of response. You should receive an email correspondence within a day or two.

I know that you understand how to clean up your questions because you and I have been through this process before as indicated in this question:

https://www.experts-exchange.com/jsp/qShow.jsp?ta=asp&qid=20083495

Here are you open questions, and their status:

You never provided any feedback at:
https://www.experts-exchange.com/jsp/qShow.jsp?ta=emailgen&qid=20158281
https://www.experts-exchange.com/jsp/qShow.jsp?ta=msvisdev&qid=20180279
https://www.experts-exchange.com/jsp/qShow.jsp?ta=flash&qid=20249270
https://www.experts-exchange.com/jsp/qShow.jsp?ta=browsers&qid=20247156
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20229337
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20239421
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20252585
https://www.experts-exchange.com/jsp/qShow.jsp?ta=msaccess&qid=20134214

You need to update these:
https://www.experts-exchange.com/jsp/qShow.jsp?ta=asp&qid=20083495
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20117517
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20134215
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20186276
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20234952
https://www.experts-exchange.com/jsp/qShow.jsp?ta=oracle&qid=20240017

amp
community support moderator
fadiwilliam,

My standard email to Members that abuse the rules of the site and the question and answer process usually results in a demand to take care of business or a good chance of  suspension. Because I always like to give Members and Experts the benefit of the doubt, and because our Members are important to us. I always double-check prior to sending it.

I see that you've cleaned up your questions and am sending this to show you my appreciation instead."

With Thanks,
ComTech
CS Admin @ EE
Way to go, fadi!
amp
community support moderator