Difference between revisions of "JavOO"

From Wikili
Jump to: navigation, search
Line 24: Line 24:
  
 
1. Excel file:
 
1. Excel file:
 +
 +
 +
    <excel_resource name="testExcel"
 +
                    filepath="C:/path/to/the/file.xls"
 +
                    sheet="sheet"
 +
                    selection="selection"
 +
                    user="username"
 +
                    password="userpassword"
 +
                    readonly="true" />
  
  
 
==Usage==
 
==Usage==
 
test usage
 
test usage

Revision as of 17:48, 24 April 2007

JavOO : Java Odbc for Office.

Introduction

JavOO is a small multithread secure server written in Java and working on Windows platform.

It allows you to share MSAccess and MSExcel resources, which will be accessed through the native ODBC driver of Windows.

Download

The actual version is beta 1.0 .

You can download the Windows installer here.

Installation

Double-click on the file JavOOsetup.exe and follow the instructions.

By default the program will be installed in the directory C:\Program Files\JavOO\ .

Configuration

Now that you've installed JavOO, you need to add your Excel and/or Access resources.

In the install directory you'll find a file named javooconfig.xml. Edit this file with you favorite text editor.

1. Excel file:


   <excel_resource name="testExcel" 
                   filepath="C:/path/to/the/file.xls" 
                   sheet="sheet" 
                   selection="selection" 
                   user="username" 
                   password="userpassword" 
                   readonly="true" />


Usage

test usage