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 + eggdrop WINDOWS

Old posts that have not been replied to for several years.
Locked
s
slashem
Voice
Posts: 18
Joined: Tue Aug 13, 2002 6:35 pm

mysql + eggdrop WINDOWS

Post by slashem »

I've searched the forum and also used google before posting this question ..

I use windrop and have a mysql server under windows.
I want to be able to access it through the use of tcl but don't know how :oops:
So, I have a few questions ..

a) How do I set "stuff" up so I can access it?
I found a link to http://www.xdobry.de/mysqltcl/windows.html and downloaded mysqltcl2.0-win.zip . In it are three files (two .dll's and one .tcl ) .. where do I put these files ?

b) are there some tut's / examples on how to xs the mysql server and how to retrieve data from it? I found a page with some syntax thingies, but I'd like to view some examples too :o

thx in advance to anyone who can help ;-)
Slashem
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Follow the same format that Tcl uses, for storing it's packages.

See the Tcl install dir.

EG, the regisitry package is in the registy dir. So create a mysql dir and save the files there.

You should then be able to use "package require mysqltcl"

The instructions for use, are in the documentation, provided on the main page (using the link "man2html")
s
slashem
Voice
Posts: 18
Joined: Tue Aug 13, 2002 6:35 pm

Post by slashem »

I made a mysql dir so that I have c:\windrop\mysql\ and I placed those three files in it..
but where do I type that "package require mysqltcl" ? + I don't really see a link man2html on the main page :/ ( that is if mainpage = egghelp.org )
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The instructions are not on egghelp.org, but on the mysqltcl website.

Note my post was regarding the Tcl dir, not the windrop dir.
Locked