Home > database >  PB docx file open error
PB docx file open error

Time:10-11

The first thing I read in the docx file to a blob variable, then an error occurred when assigned to ole controls objectdata attributes,
ole_1.objectdata=https://bbs.csdn.net/topics/blob_word

Doc files to normal operation, but the operating docx file will go wrong, what reason, please teachers teach!

CodePudding user response:

OLE controls?

CodePudding user response:

Please provide a train of thought

CodePudding user response:

1, the blob data directly to write to a local file, use ole link to this file,

2, USES the data window db ole, reference

http://www.hur.cn/Article/BBS/pb01/191513.html

CodePudding user response:

Fileread access blob, and ole objectdata blob has some differences in

Can through the insertfile ole, then can obtain a blob of objectdata, using this value generally will not be an error in the ole

CodePudding user response:

Looks like the building doesn't come back
  • Related