Re: reg:Import&Export functions

From: "sandhya" <sandhyar(at)amiindia(dot)co(dot)in>
To: "Bruno Wolff III" <bruno(at)wolff(dot)to>
Cc: "postgre" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: reg:Import&Export functions
Date: 2005-12-16 08:16:56
Message-ID: 013e01c60219$14c54b70$cd00000a@amiindiahjwbgh
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

hi.....
I copied it using file streams.It worked fine for Linux even for
the remote Client.
But facing problems in Windows OS.I think it is not able to understand the
OID that we are passing.
It is giving error while opening the large object.
In Windows application how can i pass the large objects.
export(conn,objid,"c://home.htm");

Inside this function i am using
lobj_fd = lo_open(conn, lobjId, INV_READ);
if (lobj_fd < 0)
{
MessageBox(0,lobjId, "can't open large object",MB_OK);
}

It is displaying Can't open large object.......also it is not getting the
value of "lobjId".
I am new to postgres also this .net stuff.Pls help me to proceed further.
Thank you
Sandhya

----- Original Message -----
From: "Bruno Wolff III" <bruno(at)wolff(dot)to>
To: "sandhya" <sandhyar(at)amiindia(dot)co(dot)in>
Cc: "postgre" <pgsql-admin(at)postgresql(dot)org>
Sent: Friday, December 16, 2005 9:53 AM
Subject: Re: [ADMIN] reg:Import&Export functions

> On Thu, Dec 15, 2005 at 11:09:43 +0530,
> sandhya <sandhyar(at)amiindia(dot)co(dot)in> wrote:
> > Hi all,
> >
> > I have my postgres server running on Linux OS.
> > I need to export the files from the Linux OS to Windows drive.
> > Is there any possibilty of doing this?
>
> Can you explain this in some more detail? Exporting files from linux to
> windows doesn't seem to have anything to do with Postgres. You would
> use samba to do that.
>
> > I am connecting to DB through my VC 7Application.
> > In that i need to export the files from the DB to the local machine
where i am running the application.Is it possible to do that?
> > Please tell me what to do in that case....
> >
> > Thank you
> > Sandhya
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jorge Gabriel Gonzalez 2005-12-16 11:17:44 unsubscribe pgsql-admin
Previous Message sandhya 2005-12-16 05:14:11 Re: reg:Import&Export functions