RE: [INTERFACES] Access 2000
От | Hiroki Kataoka |
---|---|
Тема | RE: [INTERFACES] Access 2000 |
Дата | |
Msg-id | NDBBKLBKJJMLDCBMIODFIEAFCBAA.kataoka@interwiz.koganei.tokyo.jp обсуждение исходный текст |
Ответ на | Re: [INTERFACES] Access 2000 (Byron Nikolaidis <byronn@solipsys.com>) |
Ответы |
RE: [INTERFACES] Access 2000
|
Список | pgsql-interfaces |
I have a solution of this Access2000 problem. This was reported by J.Baba, he is member of japanese PostgreSQL ML. Byron Nikolaidis wrote: > > Moray McConnachie wrote: > > > On Mon, 23 Aug 1999 12:16:38 -0400 Byron Nikolaidis > > <byronn@solipsys.com> wrote: > > > > > > > > > > > Michael Doyle wrote: > > > > > > > I need help with Access 2000 and PostgreSQL... > > > > > > > > I have several databases running on my server (It's a FreeBSD server > > > > running Postgress 6.4) and Access 95 had no trouble acting as a > > > > front end to these databases > > > > > > > > However, I cannot create new Access 2000 databases to see either new > > > > or old databases on the server. > > > > > > > > Curiously, upgrading the Access 95 databases to Access 2000 > lets them > > > > continue to see the linked tables. > > > > > > > > Something strange is going on with Access 2000 and ODBC interfaces. > > > > Any ideas on how to resolve this ? > > > > > > > > > > Do you see any error messages, either on screen or in any of > the logfiles? > > > > Michael's problem is basically the same as I posted a few > > weeks back, and others have contacted me about it since. It > > appears to leave no error messages, but frankly I've given > > up and have no longer been looking. > > > > Some have said that all 3rd party ODBC drivers have had to > > be rewritten to co-operate with Access 2000's > > implementatation of ODBC, which is hardly brilliant! > > > > I put in a bug report to Microsoft, but so far no response. > > > > ---------------------- > > Moray.McConnachie@computing-services.oxford.ac.uk > > It figures. Unfortunately, I really don't have the money to go > out and buy > Access 2000, just to try and figure out what's different. (snip) If SQL_ORDER_BY_COLUMNS_IN_SELECT is "Y" in SQLGetInfo, then Access2000 fail to link ODBC tables. For verification, I modified PsqlODBC source, compiled it, and tried to use with Access2000. This try has been done successfully. % diff info.c.orig info.c 421c421 < p = "Y"; --- > p = (PROTOCOL_62(ci) || PROTOCOL_63(ci)) ? "Y" : "N"; This solution was got by comparison of SQL.LOG between some ODBC drivers(ORACLE, Informix, MSSQL and PsqlODBC). There is no other grounds. I don't know why this is good. ===== Hiroki Kataoka
В списке pgsql-interfaces по дате отправления: