<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<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>Tue, 08 Jul 2008 16:26:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Fixing RDO Error (Exchange) When Trying to Move an Email</title>
		<description>I'm using Python win32 stuff to automate some Exchange tasks.  This is an issue I ran into.

Here's my one-way email correspondence with the authors that lists the error and how I fixed it:



This turned out to be a permissions issue.  Sorry for the bother.

-Greg

-----Original Message-----
From: Greg Pinero 
Sent: ...</description>
		<link>http://www.answermysearches.com/fixing-rdo-error-exchange-when-trying-to-move-an-email/372/</link>
			</item>
	<item>
		<title>MySQL Tip - Concatenate Multiple Values Across Rows</title>
		<description>The function group_concat in MySQL will let you combine the values from multiple rows together in an aggregate function.

It's a little hard to picture, so here's a hypothetical aggregate query from the Netflix prize dataset:


select movie_id, customer_id, max(date) as latest, group_concat(rating) as all_ratings, count(*) as total_ratings
from ratings
group by movie_id,customer_id
having count(*)>1;


And ...</description>
		<link>http://www.answermysearches.com/mysql-tip-concatenate-multiple-values-across-rows/369/</link>
			</item>
	<item>
		<title>Mini Searches with Answers</title>
		<description>These are links associated with recent searches I've done.  They're not difficult enough to warrant to their own posts but still super useful.
    
    Instant SQL FormatterMake SQL code look nice, automatically?How to restore GRUB using the Ubuntu Live CD « Odzangba Kafui ...</description>
		<link>http://www.answermysearches.com/mini-searches-with-answers-48/368/</link>
			</item>
	<item>
		<title>Python - How to Make MySQLdb Store Query Results on the Server</title>
		<description>Sometimes I'll want to run a query against a MySQL database from Python that returns a large result set.  So large in fact that Python hits a memory error.

One way around this is to have the Python MySQL library (MySQLdb) store the results from a query on the database ...</description>
		<link>http://www.answermysearches.com/python-how-to-make-mysqldb-store-query-results-on-the-server/367/</link>
			</item>
	<item>
		<title>Mini Searches with Answers</title>
		<description>These are links associated with recent searches I've done.  They're not difficult enough to warrant to their own posts but still super useful.
    
    DLC Taxi/Cab Phone number for transport to Westchester (HPN) AirportTaxi: DLC Car Service (tel: (914) 946 6664) provides taxi ...</description>
		<link>http://www.answermysearches.com/mini-searches-with-answers-47/365/</link>
			</item>
</channel>
</rss>
