<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A simple MySQL client in Tcl/Tk using mysqltcl</title>
	<atom:link href="http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/feed/" rel="self" type="application/rss+xml" />
	<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/</link>
	<description>Everything that comes out of Dossy, from the strange to the banal.</description>
	<lastBuildDate>Wed, 16 May 2012 14:29:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dossy Shiobara</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-289660</link>
		<dc:creator>Dossy Shiobara</dc:creator>
		<pubDate>Sat, 04 Jun 2011 02:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-289660</guid>
		<description>Hi, Andre - sorry, I really can&#039;t help you with installing it on Solaris 10.  Have you tried contacting Artur Trzewik, the current maintainer of mysqltcl?</description>
		<content:encoded><![CDATA[<p>Hi, Andre &#8211; sorry, I really can&#8217;t help you with installing it on Solaris 10.  Have you tried contacting Artur Trzewik, the current maintainer of mysqltcl?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andre</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-289140</link>
		<dc:creator>andre</dc:creator>
		<pubDate>Tue, 31 May 2011 03:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-289140</guid>
		<description>hi..
I&#039;ve been trying to install tclmysql on solaris 10. can you give me any tutorial about it. actually, i&#039;m going to make login interface that connected to mysql. any help would be appreciated.. thanks</description>
		<content:encoded><![CDATA[<p>hi..<br />
I&#8217;ve been trying to install tclmysql on solaris 10. can you give me any tutorial about it. actually, i&#8217;m going to make login interface that connected to mysql. any help would be appreciated.. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dossy Shiobara</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-201065</link>
		<dc:creator>Dossy Shiobara</dc:creator>
		<pubDate>Fri, 30 Apr 2010 12:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-201065</guid>
		<description>Actually, it&#039;s libmysqltcl.dll and libmySQL.dll - do you have both of those in Tcl/lib dir?</description>
		<content:encoded><![CDATA[<p>Actually, it&#8217;s libmysqltcl.dll and libmySQL.dll &#8211; do you have both of those in Tcl/lib dir?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-200982</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-200982</guid>
		<description>i just spot this..there are no mysqltcl.dll in tcl\lib and also in mysqltcl package..is this file suppose to be in mysqltcl package or do i need download it separately?</description>
		<content:encoded><![CDATA[<p>i just spot this..there are no mysqltcl.dll in tcl\lib and also in mysqltcl package..is this file suppose to be in mysqltcl package or do i need download it separately?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dossy Shiobara</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-200973</link>
		<dc:creator>Dossy Shiobara</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-200973</guid>
		<description>You have to specify the full name.  Assuming you installed ActiveTcl in C:/Tcl --

load C:/Tcl/lib/mysqltcl.dll</description>
		<content:encoded><![CDATA[<p>You have to specify the full name.  Assuming you installed ActiveTcl in C:/Tcl &#8211;</p>
<p>load C:/Tcl/lib/mysqltcl.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-200964</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-200964</guid>
		<description>still error man..what about the load command? i try type &quot;load mysqltcl&quot;..it give error  &quot;couldn&#039;t load library &quot;mysqltcl&quot;: this library or a dependent library could not
be found in library path&quot;...what do u think man?</description>
		<content:encoded><![CDATA[<p>still error man..what about the load command? i try type &#8220;load mysqltcl&#8221;..it give error  &#8220;couldn&#8217;t load library &#8220;mysqltcl&#8221;: this library or a dependent library could not<br />
be found in library path&#8221;&#8230;what do u think man?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dossy Shiobara</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-200952</link>
		<dc:creator>Dossy Shiobara</dc:creator>
		<pubDate>Fri, 30 Apr 2010 03:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-200952</guid>
		<description>Do you have libmysql.dll from the MySQL installation?  Put a copy of that in your Tcl/lib directory, too.</description>
		<content:encoded><![CDATA[<p>Do you have libmysql.dll from the MySQL installation?  Put a copy of that in your Tcl/lib directory, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-200949</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 30 Apr 2010 03:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-200949</guid>
		<description>yes..cant find package mysqltcl...what do you suggest man?</description>
		<content:encoded><![CDATA[<p>yes..cant find package mysqltcl&#8230;what do you suggest man?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dossy Shiobara</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-200943</link>
		<dc:creator>Dossy Shiobara</dc:creator>
		<pubDate>Fri, 30 Apr 2010 03:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-200943</guid>
		<description>When you attempt to &quot;package require mysqltcl&quot; do you get a Tcl error?</description>
		<content:encoded><![CDATA[<p>When you attempt to &#8220;package require mysqltcl&#8221; do you get a Tcl error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-200942</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 30 Apr 2010 02:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-200942</guid>
		<description>im wondering..if i dont put the Tcl directory to the path in my system environment variable..can this cause the error? anyway..tq for you help..but since i develop my application using Tcl/Tk..its kind of hard to use another language to interface with the database..</description>
		<content:encoded><![CDATA[<p>im wondering..if i dont put the Tcl directory to the path in my system environment variable..can this cause the error? anyway..tq for you help..but since i develop my application using Tcl/Tk..its kind of hard to use another language to interface with the database..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 9/18 queries in 0.128 seconds using apc
Object Caching 410/421 objects using apc

Served from: dossy.org @ 2012-05-23 14:38:48 -->
