Hi!
I am trying to use psqlodbc driver on my computer (amd64) without
success...
I am thinking that psqlodbc driver is not ready for such a platform
because of
declarations mentioned below:
typedef long int SDWORD; in isql.h:10
or
typedef long DWORD; in iodbc.h:30
on my platform:
sizeof(DWORD) == sizeof(SDWORD) is 8 not 4.
Are those declarations correct? Am I wrong?
Regards,
Karol Szkudlarek