<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/16161" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2008-09-19T08:22:42-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/16161</id>

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-09-19T08:22:42-04:00</updated>

		<published>2008-09-19T08:22:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85223#p85223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85223#p85223"/>
		<title type="html"><![CDATA[Re: help with mysqltcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85223#p85223"><![CDATA[
<blockquote class="uncited"><div>i use mysqltcl for eggdrop to connect my db(in windows)<br>it always showed this error<br><br>Tcl error [ms:groupnukes]: can't read "mysql_(handle)": no such variable<br><br>the code as below:<br><br><br>          set mysql_(handle) [mysqlconnect -host $mysql_(host) -user $mysql_(user) -password $mysql_(password) -db $mysql_(db)]<br><br>anybody can give some advice</div></blockquote><div class="codebox"><p>Code: </p><pre><code>set ::mysql_(handle) [mysqlconnect -host $::mysql_(host) -user $::mysql_(user) -password $::mysql_(password) -db $::mysql_(db)]</code></pre></div>You probably want to consider using global variables instead of local. Notice the use of :: to represent this. Might also want to hide the fact your using it for warez purposes, "groupnukes"...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Sep 19, 2008 8:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jim1568]]></name></author>
		<updated>2008-09-19T00:46:04-04:00</updated>

		<published>2008-09-19T00:46:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85207#p85207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85207#p85207"/>
		<title type="html"><![CDATA[help with mysqltcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85207#p85207"><![CDATA[
i use mysqltcl for eggdrop to connect my db(in windows)<br>it always showed this error<br><br>Tcl error [ms:groupnukes]: can't read "mysql_(handle)": no such variable<br><br>the code as below:<br><br><br>          set mysql_(handle) [mysqlconnect -host $mysql_(host) -user $mysql_(user) -password $mysql_(password) -db $mysql_(db)]<br><br>anybody can give some advice<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10199">jim1568</a> — Fri Sep 19, 2008 12:46 am</p><hr />
]]></content>
	</entry>
	</feed>
