[GENERAL] Re: Access 97/Postgres migration

2001-04-16 Thread Patrick Dunford
the query and retrieve the value 5. Call this function in the BeforeInsert event of the form. This will overcome the potential problem mentioned. -- === Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/ Then the end

[BUGS] Re: Possible ODBC driver error

2001-04-16 Thread Patrick Dunford
On Mon, 16 Apr 2001 17:21:16 +1200 AD in comp.databases.postgresql.bugs, Patrick Dunford said: >On Mon, 16 Apr 2001 17:18:02 +1200 AD in comp.databases.postgresql.general, >Patrick Dunford said: > >>I recently copied five tables to the server using the Postgres ODBC driver &

[BUGS] Re: Possible ODBC driver error

2001-04-16 Thread Patrick Dunford
On Mon, 16 Apr 2001 17:18:02 +1200 AD in comp.databases.postgresql.general, Patrick Dunford said: >I recently copied five tables to the server using the Postgres ODBC driver >with MS Access. > >The tables can be viewed in MS Access but not using PHP or Zeos Database >Explo

[GENERAL] Possible ODBC driver error

2001-04-16 Thread Patrick Dunford
ble in ZDO and the column names can be viewed. All the names of the tables also appear in pg_tables. Is this a bug in the ODBC driver i.e. it does not make the full entries needed in Postgres for it to know about tables? -- =====

[GENERAL] Re: Table names / mixed case / Postgresql 7.0.3

2001-04-16 Thread Patrick Dunford
n't bother changing the case and then you are stuck with it :( -- =========== Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/ Then the end will come, when he hands over the kingdom to God the Father after he has destroyed all dominion, authority and power. -- 1 Corinthians 15:

[GENERAL] bpchar type

2001-04-16 Thread Patrick Dunford
the MS Access type representation of what is on the server, not the server's datatype). Zeos Database Explorer shows the type of these fields to be "bpchar", is this a Postgres data type? -- ======= Patrick Dunford, C

[GENERAL] Re: Access 97/Postgres migration

2001-04-16 Thread Patrick Dunford
to the hassles you'll encounter if you try >to do it any other way. 1. Create a sequence 2. Create a ODBC passthrough query to get the NEXTVAL result 3. Write some DAO code to get the result of the query 4. Call the DAO code in BeforeInsert event of the form. -- ========