<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Answer My Searches</title>
	<link>http://www.answermysearches.com</link>
	<description>Answers to everything I search for, every day</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:27:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Weird FileMaker JDBC Error</title>
		<description><![CDATA[I was querying a table from FileMaker using DB Visualizer via JDBC/ODBC and I kept seeing error messages like this one:
Error getting value for: 19037/4: com.filemaker.jdbc.FMSQLException: [FileMaker][FileMaker JDBC] For input string: "?": ?
I couldn&#8217;t figure out a good way to prevent it, so I looked at the row in the results it was mentioning e.g., [...]]]></description>
		<link>http://www.answermysearches.com/weird-filemaker-jdbc-error/2288/</link>
			</item>
	<item>
		<title>Python &#8211; How to use MySQLdb when MySQL Isn&#8217;t Installed Locally</title>
		<description><![CDATA[It turns out there&#8217;s a new MySQL connection library called MySQL Connector.
I installed it and then I just imported that into my script and everything else seemed to work normally.  At least for my simply import script.  
import mysql.connector as MySQLdb
I believe this library is designed for those who want to connect to [...]]]></description>
		<link>http://www.answermysearches.com/python-how-to-use-mysqldb-when-mysql-isnt-installed-locally/2284/</link>
			</item>
	<item>
		<title>Mini Searches with Answers</title>
		<description><![CDATA[These are links associated with recent searches I&#8217;ve done.  They&#8217;re not difficult enough to warrant to their own posts but still super useful.
    
Sun Grid Engine (SGE) &#8211; qstat &#8211; What do the states stand for?Category 	State 	SGE Letter Code
Pending 	pending 	qw
	pending, user hold 	qw
	pending, system hold 	hqw
	pending, user and system [...]]]></description>
		<link>http://www.answermysearches.com/mini-searches-with-answers-113/2282/</link>
			</item>
	<item>
		<title>Mini Searches with Answers</title>
		<description><![CDATA[These are links associated with recent searches I&#8217;ve done.  They&#8217;re not difficult enough to warrant to their own posts but still super useful.
    
svn &#8211; Revision 4862: /xlwt/trunk/xlwt/examplesUseful examples of how to use the Python Excel library, xlwt.

The equivalent of Python&#8217;s repr in perluse Data::Dumper;
$boo = &#8221; test n&#8221;;
print Dumper($boo);

Preserving styles [...]]]></description>
		<link>http://www.answermysearches.com/mini-searches-with-answers-112/2280/</link>
			</item>
	<item>
		<title>Python zipfile &#8211; Fixing Error: Unable to unarchive &#8220;..&#8221; into &#8220;Downloads&#8221;</title>
		<description><![CDATA[I made a zip file in Python and tried to open it on my mac.  I got the error mentioned in the title.
Investigating further, I got this information from running:
lm1:Downloads pinerog$ unzip -t costume_spreadsheets_from_jackrabbit.zip

Archive:  costume_spreadsheets_from_jackrabbit.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one [...]]]></description>
		<link>http://www.answermysearches.com/python-zipfile-fixing-error-unable-to-unarchive-into-downloads/2278/</link>
			</item>
</channel>
</rss>

