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.

[SOLVED] mysqltcl - windrop

Help for those learning Tcl or writing their own scripts.
Post Reply
A
Access
Voice
Posts: 22
Joined: Sun Jun 04, 2006 6:31 am

[SOLVED] mysqltcl - windrop

Post by Access »

Problem:

Code: Select all

Tcl error [pub:sql]: can't find package mysqltcl
WindowsXP + Windrop

The Mysql-Server runs on a remote-server and no one is installed local, is this my problem?
Last edited by Access on Thu Sep 21, 2006 5:50 am, edited 1 time in total.
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Re: mysqltcl - windrop

Post by dwickie »

Access wrote:Problem:
The Mysql-Server runs on a remote-server and no one is installed local, is this my problem?
no, problem is you dont have mysqltcl binaries in windrop
A
Access
Voice
Posts: 22
Joined: Sun Jun 04, 2006 6:31 am

Post by Access »

/lib/tcl8.4/mysql/libmysql.dll
/lib/tcl8.4/mysql/libmysqltcl.dll
/lib/tcl8.4/mysql/pkgIndex.tcl

I have this files - whats wrong?


edit: problem solved!

Code: Select all

load mysqltcl.dll
Post Reply