Re: adob.stream - open local file ?
JJ <[email protected]> Wed, 28 May 2025 21:49:13 +0700
| Newsgroups | alt.comp.lang.vbscript,alt.windows7.general |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Wed, 28 May 2025 12:07:54 +0200, R.Wieser wrote: > > "ADODB.Stream: Arguments are of the wrong type, are out of acceptable range, > or are in conflict with one another." Could be due to incorrect character set, when the file mode is text. Also, if the file mode is text, additional 2 bytes may be needed for BOM. And the character size may be 2 bytes instead of 1 byte.