On 31.08.2007 06:03 CE(S)T, Dan Kennedy wrote:
> On Fri, 2007-08-31 at 00:09 +0200, Yves Goergen wrote:
>> CREATE TEMPORARY TABLE attached_db.temp_table ....
> 
> I'm not sure where that table is created - in the temporary
> namespace or as part of attached_db. Checking...
> 
>   SQLite version 3.4.2
>   Enter ".help" for instructions
>   sqlite> attach 'def' as def;
>   sqlite> create temporary table def.t1(a, b, c);
>   SQL error: temporary table name must be unqualified
> 
> Huh. Maybe that's the root of your problem there.

Sorry, no. I've now created the temp table without the database name
prefix but it doesn't help.

-- 
Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]>
Visit my web laboratory at http://beta.unclassified.de

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to