dbTalk Databases Forums  

[BUGS] BUG #2151: ODBC, Large Object, Visual Basic, GetChunk

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2151: ODBC, Large Object, Visual Basic, GetChunk in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kerim Simsek
 
Posts: n/a

Default [BUGS] BUG #2151: ODBC, Large Object, Visual Basic, GetChunk - 01-06-2006 , 10:25 AM







The following bug has been logged online:

Bug reference: 2151
Logged by: Kerim Simsek
Email address: kerim (AT) panix (DOT) com
PostgreSQL version: 8.1 Windows
Operating system: Windows 2000 Pro
Description: ODBC, Large Object, Visual Basic, GetChunk
Details:

Large object Table:

CREATE TABLE tbl_documents
(
iddocument int4 NOT NULL,
documentsize int4 NOT NULL DEFAULT 0,
document lo
)

Visual Basic Code:

flen = rs!documentsize
chunk() = rs!Document.GetChunk(flen)

Returns Error:

Error Number: 3219
Description: Operation is not allowed in this context.

----------
NOTES:
Client OS: Windows 2000
Postrgresql Server: 8.1 on Windows
Interface: Visual Basic 6.0
ODBC: 8.01.01.02 (ANSI)
NO ERRORS ON THE PRODUCTION VERSION:
Client OS: Windows 2000
Postrgresql Server: 7.3.4 on Fedora Core
Interface: Visual Basic 6.0
ODBC: 8.01.01.02 (ANSI)

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.