Re: Who's got a SQL-Interface?

Tom Poindexter (tpoindex@elmer.tcinc.com)
Wed, 20 Sep 1995 12:44:08 -0600 (MDT)

>
> In the README comming with the scotty-package there is a note about
> the possibility to replace the msql backend by an oracle backend.
> Where can I find the appropriate Tcl SQL interface to do this?
>
> Hopefully somebody can help me,
>

Check the Tcl archive at ftp://ftp.aud.alcatel.com/tcl/extensions/.

I've written two database interfaces, Sybtcl (Sybase) and Oratcl (Oracle).
The msqltcl extension author used my Oratcl code as a model, so all three
share similarities. SQL commands for each extension are not entirely
interchangable, but should be easy enough to replace one for another.

I've just updated both Sybtcl and Oratcl for Tcl 7.4 & Tk 4.0. The newest
Oratcl code is in the /tcl/incoming directory, and hasn't been moved yet;
Sybtcl hasn't been uploaded yet, waiting on some sample code to be finished.

If anyone needs the updated code for either extension early, email me with
a request.

-- 
Tom Poindexter       
tpoindex@nyx.cs.du.edu
http://nyx10.cs.du.edu:8001/~tpoindex/