Re: msql

Doug Hughes (Doug.Hughes@Eng.Auburn.EDU)
Wed, 25 Jun 1997 07:58:59 -0500

>We are using msql and the msqltcl interface provided with scotty.
>
>I was recently looking at the msql developments from Hughes.
>The beta release 2.xxx is available but the protocol interface has
>changed.
>
>I could not find any msqltcl interface which could look similar to
>the one imbedded in tcl but more modern: package rather than
>statistically linked!
>

I've been dynamically loading msql since 1.08. All you have to do
is make it into a shared object library and do something like this:
load $tk_library/../libmsql-1.XX.so msql

Making that into a package should be trivial once you have the library.

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.