Bugs
Search the entire project
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Project
People
Skill
Advanced search
Log In
|
New Account
Home
My Page
Projects
Code Snippets
Project Openings
PostgreSQL OLE DB provider for Windows
Summary
Activity
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
[#1000459] Bytea not implemented
View Trackers
|
Bugs
|
Download .csv
|
Monitor
Date:
2005-12-01 09:29
Priority:
3
State:
Open
Submitted by:
Martin Schacher (
phantom75
)
Assigned to:
Nobody (None)
Category:
Missing functionality
Group:
Resolution:
None
Summary:
Bytea not implemented
Detailed description
I'm heavy problems with bytea-fields. as soon as i try to open a bytea-field, I get a untyped error. What I want to to is write a binary stream to a bytea-field, like:
VB.NET-Code:
rs.open("Select myBytea from files where id=4711)
rs.fields("myBytea").value=strm.read
rs.update
rs.close
and
rs.open("Select myBytea from files where id=4711)
strField=rs.fields("myBytea").value
rs.close
(only Dummy-Code...)
Many greez
Martin
Followup
Message
Date: 2006-01-13 09:29
Sender: Nobody
Use the AppendChunk (to write) and GetChunk (to read) Methode.
Date: 2005-12-02 08:21
Sender:
Martin Schacher
Hi Shachar
Tank you very much. Do you have plans to implement bytea-
support?
Date: 2005-12-01 12:55
Sender:
Shachar Shemesh
Actually there actually is some partial and obviously non-working implementation. Obviously not enough.
Attached Files:
Changes:
Field
Old Value
Date
By
summary
Bytea
2005-12-01 12:55
shachar