From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d080a0c86c47682a,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-30 10:02:24 PST Path: archiver1.google.com!news2.google.com!postnews1.google.com!not-for-mail From: mraikes@vt.edu (Matt Raikes) Newsgroups: comp.lang.ada Subject: FileTypes Date: 30 Jul 2001 10:02:23 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 204.245.128.36 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 996512544 6333 127.0.0.1 (30 Jul 2001 17:02:24 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 30 Jul 2001 17:02:24 GMT Xref: archiver1.google.com comp.lang.ada:10769 Date: 2001-07-30T17:02:24+00:00 List-Id: I am trying to associate a pixmap that already exists on the disk with a certain record. i don't want to open it or manipulate it at all, i simply want to "tag it along" with the record for later use(writing it to a database). the book i have only tells me how to use sequential_io. any suggestions? thanks in advance.