Announcing an interpreter with Oracle and RDB interfaces

From: George J Carrette <gjc_at_world.std.com>
Date: Sun, 13 Feb 1994 12:31:25 GMT
Message-ID: <CL5xGD.F3F_at_world.std.com>


Announcing the availability of an interpreter with support for manipulation of Oracle and DIGITAL RDB relational databases.

Example usage:

siod -g0 -h15000 -isql_oracle.scm

> (oracle-sql-init "username" "password")
> (oracle-sql "select * from lab_data") ==>
  ((TAG_ID STATUS VALUE)
   ("FC101" OK 33.45)
   ("FC203" OK -23.33))

oracle-sql and rdb-sql are the convenience function interface, which are built in scheme on top of the more general Oracle Call Interface and RDB SQL Services. One interesting thing about this interface is that it allows you to perform operations such as CREATE TABLE that you could not otherwise perform in an RDB Runtime License configuration.

Anonymous ftp from world.std.com pub/gjc/siod-3.0-beta

Mail to gjc_at_world.std.com if you are unable to ftp.

The interpreter has been run on SunOS, VMS, Windows NT, Macintosh, OS/2.

-gjc Received on Sun Feb 13 1994 - 13:31:25 CET

Original text of this message