Skip to content
/ adsdb Public
forked from mherrmann/adsdb

Python 2/3 compatible interface for Advantage database server

Notifications You must be signed in to change notification settings

alfonsrv/adsdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package provides a python interface to the Advantage database
server. This interface conforms to PEP 249.

Requirements
------------
Before installing the adsdb interface please make sure the
following components are installed on your system.

- Python 2.7 or greater (Python 3 is supported by this fork!)
- Python ctypes module if missing
- Advantage Database Server 10.1 or newer (Advantage Local Server works too)

Installing the adsdb module
------------------------------
Run the following command as an administrative user to install
adsdb:

python setup.py install

Testing the adsdb module
---------------------------
To test that the Python interface to Advantage is working correctly
run the test.py script in the scripts subdirectory.  If the path "C:\"
is not valid on your system, change it to a valid path.  You should
see this expected output:

adsdb successfully installed.

About

Python 2/3 compatible interface for Advantage database server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%