r-Access v1.2 Installation --------------------------
r-Access is a database management system that provides fast and convenient way to view/edit remote (web hosted) databases over the Internet. Software consists of two parts: Client and Server. Server part should be installed on your web server to access databases and supply Client with data. Client is a Windows application allowing to browse database tables, edit/delete/add records.
Requirements ------------
1. Server
- ASP.NET web hosting
2. Client
- Windows 98, 2000, 2003, NT, ME, XP
- Microsoft .Net Framework v1.0 or v1.1
Server Installation -------------------
Server comes in zip archive raccess_srv.zip. Extract it into a temporary folder on your
computer. Extracted files are:
- rAccessSrv.asmx
- Web.config
- bin\rAccessSrv.dll
- bin\Microsoft.Data.Odbc.dll
Suppose your website directory is "YourSite". The "YourSite" directory should be configured as Internet Information Services (IIS) Web application (if you use shared hosting, contact your hosting provider to do it). To deploy the r-Access Server copy Web.config file into "YourSite" directory, place rAccessSrv.asmx file into "YourSite" directory or any subdirectory, place Microsoft.Data.Odbc.dll and rAccessSrv.dll into "YourSite\bin" directory. A typical installation would have the following directory structure:
\YourSite Web.config rAccessSrv.asmx \Bin rAccessSrv.dll Microsoft.Data.Odbc.dll
If you use r-Access to edit Microsoft Access databases in order to allow r-Access write data to your database you should set "Write" permission for ASPNET user for a folder containig your database. If you use shared hosting, contact your hosting provider to do it.
Client Installation -------------------
Client comes as Microsoft Installer 2.0 file r-Access.msi.
Run r-Access.msi file to install r-Access Client.
Notes:
* Microsoft .Net Framework 1.0 or 1.1 must be installed on your computer in order to run
Client.
Download Microsoft
.NET Framework, it's free.
* Windows 98, NT4, ME users - Microsoft Installer 2.0 should be installed on your computer
to run installation file.
Download MSI
2.0 for 9x and Me, MSI
2.0 for NT, it's free.
Uninstalling Client -------------------
Use the Windows "Add/Remove Programs" feature under Control Panel to uninstall Client.
Additional Information ----------------------
Visit product page at http://www.x-code.com/remote_database_access.php for more information.