Rainbow Portal - E-Commerce Question

burak

Well-known member
Joined
Jun 17, 2003
Messages
127
Hello,

I will start working on an e-commerce site soon. I
have not done anything of this sort before.

Our application will include,
1. Shopping cart
2. online payment option
3. Inventory management
4. Customer management
5. order management.

I looked at the Rainbow portal app
( http://www.rainbowportal.net ) which is described as

"The Rainbow project is an open source initiative to
build a comprehensive content management system using
Microsofts ASP.NET and C# technology"

It looks like an interesting app but it seems to only
work with sql server. In our project we will probably
use oracle.

Has anyone downloaded and worked with Rainbow before?
Did you get it to work with oracle?

Thank you,

Burak
 
Well... whats cool with the Framework technology... is that you could use ODBC to connect to an oracle server. However... make sure to translate Sql-S code to Oracle.

Their is difference between them. Some SQL query might not work properly or as expected within Oracle.

But you wouldnt have to change that much programming.
 
Back
Top