| From: | Devrim GUNDUZ <devrim(at)CommandPrompt(dot)com> |
|---|---|
| To: | Mustafa Karakaplan <mkarakaplan(at)inonu(dot)edu(dot)tr> |
| Cc: | pgsql-tr-genel(at)postgresql(dot)org |
| Subject: | Re: lo_read isleminde yardim |
| Date: | 2007-02-01 18:12:18 |
| Message-ID: | 1170353538.3059.2.camel@laptop.gunduz.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-tr-genel |
Hocam merhaba,
On Thu, 2007-02-01 at 11:10 +0200, Mustafa Karakaplan wrote:
>
> #ifdef WINDOWS
> fd = open("resim.jpg", "wb");
> #else
> fd = open("resim.jpg", O_CREAT|O_WRONLY, 0666);
> #endif
Bu kısmı:
#ifdef WINDOWS
fd = open("resim.jpg", O_CREAT|O_WRONLY);
#else
fd = open("resim.jpg", O_CREAT|O_WRONLY, 0666);
#endif
olarak değiştirebilir misiniz?
Çözümü Magnus söyledi; ama denemek gerekli tabii.
--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hüseyin Cihan YAŞAR | 2007-02-05 17:31:19 | Çok Dil Tek Veritabanı |
| Previous Message | Mustafa Karakaplan | 2007-02-01 09:10:26 | lo_read isleminde yardim |