This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

mysql driver for tcl

Old posts that have not been replied to for several years.
Locked
c
cez
Voice
Posts: 10
Joined: Mon May 26, 2003 5:19 pm

mysql driver for tcl

Post by cez »

hi i'm writing my own little quote-script which will log to a mysql-db but i have problem finding a nice mysql-interface for tcl that works with both linux and windows. anyone know a good one?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

fbsql.

However, there is a eggdrop mysql.mod about.

This may or may not work on windows.
T
TsT
Voice
Posts: 16
Joined: Tue Mar 04, 2003 11:03 am
Location: Strasbourg, France
Contact:

Post by TsT »

or
- mysqltcl package
- tcl-sql lib
- ...
k
kv9

Post by kv9 »

this is the best one i found so far http://barkerjr.net/pub/irc/eggdrop/mod ... 0.2.tar.gz
j
jestrix

MyTCL

Post by jestrix »

I've been using the MyTCL interface in a few of my scripts relying on a MySQL backend.

It can be found at: http://www.spaceapes.com/mytcl/

It works flawlessly on Linux (2.4.14) and on FreeBSD (4.7,4.8). However, the compilation required a bit of tweaking for BSD. It might be possible to compile this under cygwin in windows, though I have no experience in that matter.

Note that this interface can handle a maximum of 20 open db connections at a time. In my experience, if this limit is exceeded (by forgetting to close a connection when you are done), eggdrop will panic and crash.[/i]
Locked