Search found 5 matches

by instinctfx.net
15.04.2011, 06:58
Forum: MS SQL Server
Topic: Blob Streams and Blob failures
Replies: 6
Views: 2072

Ive even tried recreating the damned table.
I can save data to the other fields except the damned blog
by instinctfx.net
15.04.2011, 06:46
Forum: MS SQL Server
Topic: Blob Streams and Blob failures
Replies: 6
Views: 2072

Just tried this bit of code from simple database editing tool I have and this code fails too! I check the readonly state on the TBlobField and cannot figure out why this tables blob is being as ReadOnly True. tblData.Edit; TBlobField(dbTextEdit.Field).LoadFromFile(vOpen.Filename); tblData.Post;
by instinctfx.net
15.04.2011, 01:38
Forum: MS SQL Server
Topic: Blob Streams and Blob failures
Replies: 6
Views: 2072

Ive tried that too to no avail.

For some reason the blob field refuses to put anything into it just on that table alone.

Weird issue that i cant seem to get around. Worst part is, its the last thing before release. Doh!
by instinctfx.net
13.04.2011, 07:51
Forum: MS SQL Server
Topic: Blob Streams and Blob failures
Replies: 6
Views: 2072

Blob Streams and Blob failures

Ladies and Gents, Im having a real pain in the a** time trying to get a dataset to upload a blob. SQL SERVER EXPRESS 2005 (win2k environment in a virtual machine) This is the code: [font=Courier New] if not Locate('FIELDNAME', FRef, [loCaseInsensitive]) then begin Insert; vS := tblGetPhoto.CreateBlo...
by instinctfx.net
18.06.2010, 01:29
Forum: Firebird
Topic: Rollback on Disconnect
Replies: 1
Views: 394

Rollback on Disconnect

Hey I have this application which runs fine when FB is on windows but as soon as the db is on linux i get issues with this part of the Close method on Zeos 6.6.6 if FTrHandle <> nil then begin if AutoCommit then begin FPlainDriver.isc_commit_transaction(@FStatusVector, @FTrHandle); DriverManager.Log...