HP3000-L Archives

December 2000, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Tom Brandt <[log in to unmask]>
Reply To:
Tom Brandt <[log in to unmask]>
Date:
Tue, 12 Dec 2000 14:50:41 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (27 lines)
At 01:47 PM 12/12/2000 -0600, Born, Ken wrote:
>Greetings,
>I am perplexed with the following.  We have a database schema for a set as
>SET NAME:
>    ARRESTEE-NAMES,DETAIL
>
>       ITEMS:
>          ARRESTEE-KEY,         X8            <<SEARCH ITEM>>
>
>But the data contains the following:
>
>ARRESTEE-KEY     = (!A
>ARRESTEE-KEY     =      @V
>ARRESTEE-KEY     = (
>ARRESTEE-KEY     = (8#
>
>Why would someone define a X8 and populate it something else?  The reason
>why this is important is that I want to use ODBC to link the tables up, and
>the link is not connecting the tables correctly.  I thought about re-mapping
>the IMAGE/SQL but since it is a char(8) field, I cannot convert it to
>INTEGER.  I don't even believe I could add records to the database via ODBC
>because I have no clue what values are the above.

My first guess is that some program somewhere is using the "@" list
construct, and its buffer for the dataset is mis-aligned with the fields in
the dataset, causing unexpected values in the field you are looking at.

ATOM RSS1 RSS2