helps required in postgresql and visual basic 6.0 - Mailing list pgsql-hackers

From Vishnu Aggarwal
Subject helps required in postgresql and visual basic 6.0
Date
Msg-id 33aed4be0709030456g4788f8c3o145e53adc12a2b0e@mail.gmail.com
Whole thread Raw
Responses Re: helps required in postgresql and visual basic 6.0
List pgsql-hackers
hello sir<br /><br />I am software engineer. i have a problem in postgresql. i am using postgresql 8.2.4 version and i
havesave image in table by java program<br /> my table fields as id-integer ,image -bytea <br /><br />i insert image by
javain prepared statement by setbinarystream() its running perfects. <br />i can retrieve image by java application
also.<br /><br />but when i used this in visual basic 6.0 its gives problem <br /><br />               Dim Chunk() As
Byte<br/>               Open imagename For Binary Access Write As #1 <br />                   ReDim Chunk(1 To
RS("FImage").ActualSize)<br/>                   <br />                   Chunk() =
RS("FImage").GetChunk(RS("FImage").ActualSize)<br/>                   Put 1, , Chunk() <br />               Close #1<br
/><br/><br />its says when its comes in image field its gives  errors<br /><br />operation is not allowed in this
context<br/><br />helps me out <br /><br /><br />regards<br />vishnu aggarwal<br /><br /><br /><br /> 

pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: integrated tsearch has different results than tsearch2
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: helps required in postgresql and visual basic 6.0