Hello--
I wrote an app in VFP8 that reads data from another app's database (Advantage). Recently, tho, that app has changed its backend to PostgreSQL, so I need to update my VFP app to read from PostgreSQL.
I've installed the psqlODBC (8.2.4) driver and can connect and read from the database. The trouble I'm having is that every text field is coming across as a memo, which is screwing up my ORDER BYs, etc..
I'm wondering if anyone else around here has dealt with PostgreSQL and had/fixed this behavior.
Thanks.
I wrote an app in VFP8 that reads data from another app's database (Advantage). Recently, tho, that app has changed its backend to PostgreSQL, so I need to update my VFP app to read from PostgreSQL.
I've installed the psqlODBC (8.2.4) driver and can connect and read from the database. The trouble I'm having is that every text field is coming across as a memo, which is screwing up my ORDER BYs, etc..
I'm wondering if anyone else around here has dealt with PostgreSQL and had/fixed this behavior.
Thanks.