Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 0D0AA65015A for ; Thu, 18 Dec 2008 14:50:46 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 88528-03 for ; Thu, 18 Dec 2008 14:50:43 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mail.postgresql.org (Postfix) with ESMTP id EDD17650267 for ; Thu, 18 Dec 2008 14:50:42 -0400 (AST) Received: from pd3ml1so-ssvc.prod.shaw.ca ([10.0.141.140]) by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 18 Dec 2008 11:50:41 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=0 a=kgVS_uyqrS1r3JZgMcIA:9 a=8av1LzLFZJ2wGLjyPhvpMIgirCQA:4 a=pItQP8o9fsUA:10 a=VXWLjJsWhFUA:10 a=To-R0QEZvfQA:10 Received: from s0106001d7e686ef8.ss.shawcable.net (HELO d800) ([24.77.10.25]) by pd3ml1so-dmz.prod.shaw.ca with SMTP; 18 Dec 2008 11:50:41 -0700 Message-ID: <5AAD78DABAD14F8BB4A607E37BFD79DE@d800> From: "George Weaver" To: "Howard Cole" , "'PgSql General'" References: <494A8BFA.4050705@selestial.com> Subject: Re: Server side large object functions Date: Thu, 18 Dec 2008 12:50:39 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200812/686 X-Sequence-Number: 141818 ----- Original Message ----- From: "Howard Cole" > If you use Npgsql (.NET library) rather than ODBC - there are functions > for reading large objects into memory. Cool! I've been meaning to have a look at Npgsql - maybe this is the nudge I need! Thanks, George