| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Christian Mack | Date: | June 11 1999 12:23pm |
| Subject: | Re: Images Blob + Access 97 not viewable under forms. | ||
| View as plain text | |||
Blake Binkley wrote: > > I keep getting some message about invalid OLE Object type. Hi Blake Access 97 sees all BLOB, TINYBLOB, MEDIUMBLOB, LONGBLOB fields as OLE containers. If you want to see them as "memo" fields in Access, then you have to change the type of these fields in mysql to TEXT, TINYTEXT, MEDIUMTEXT or LONGTEXT. You can do this with something like: ALTER TABLE yourTableName CHANGE blobFieldName blobFieldName TEXT Hope this helps Christian
| Thread | ||
|---|---|---|
| • Images Blob + Access 97 not viewable under forms. | Blake Binkley | 11 Jun |
| • Re: Images Blob + Access 97 not viewable under forms. | Christian Mack | 11 Jun |
| • Re: Images Blob + Access 97 not viewable under forms. | Stefan Möhl | 11 Jun |
