Use Oracle as Data Source
The following guide shows the steps to implement a Cute Chat and Web messenger with
.
.
1. Download Cute Chat and Web Messenger SQL Script for Oracle
It can be downloaded at
http://richscripts.com/download/oracle_cutechat.zip.
Execute this SQL Script (oracle_cutechat.SQL) against your Oracle Database.
2. Modify the web config and set DatabaseType, onnectionString.
<add key="DatabaseType" value="OracleOleDb" /> <add key="ConnectionString" value="Provider=OraOLEDB.Oracle;Data Source=orcl;User Id=sysman;Password=admin;"/>