Re: int types migrated one level lower - Mailing list pgadmin-support

From Reshat Sabiq
Subject Re: int types migrated one level lower
Date
Msg-id 000001c2af26$da7ae3a0$6c80d380@main
Whole thread Raw
In response to Re: int types migrated one level lower  ("Reshat Sabiq" <sabiq@purdue.edu>)
Responses Re: int types migrated one level lower  ("Reshat Sabiq" <sabiq@purdue.edu>)
List pgadmin-support
Actually, I though about it a little, and I am now in doubt about how MS
Access stores integer types internally.

Since there is no "short" type, the consecutive values could potentially
go as follows:
byte - 8 bits
integer - 16 bits
long integer - 32 bits
If that is the case, then integer from Access maps to int2, and long one
maps to int4. That would be a very bad mapping on behalf of MS.

I'd appreciate any feedback on this issue. I'm currently planning to
change my Access ints into long ints, and long ints apparently will have
to stay put.

Sincerely,
r.

-----Original Message-----
From: pgadmin-support-owner@postgresql.org
[mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Reshat Sabiq
Sent: Thursday, December 26, 2002 9:12 AM
To: 'Dave Page'; pgadmin-support@postgresql.org
Subject: Re: [pgadmin-support] int types migrated one level lower

I'd guess ODBC would be more reliable for Windows-based DBs, since ADO
apparently converts int8 into int4 and int4 into int2 (I don't think MS
Access considers long integer to be int4, and integer to be int2).

Thanks,
r.




pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Install Question
Next
From: "Peter Depuydt"
Date:
Subject: Can only create a database ?