vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have started having odd problems in communication between postgres and MSAccess using odbc, so to start with I want to update the odbc driver. currently I am using odbc ver 7.03.02.00 (has been working well for a long time). My postgresql version is 8.1.8 http://www.postgresql.org/download/ only links to mODBC_Installer(beta_00.99.121).msi, which appears to be a beta odbc driver and gave me problems immediately after installing (a lot of "Another user changed the data, [copy to clipboard], [discard]..." type of stuff). Is there another, non-beta odbc driver available for my version of postgres? Thanks in advance for any help. Fred ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| On Thu, Feb 21, 2008 at 12:25 AM, Joshua D. Drake <jd@commandprompt.com> wrote: > Umpf that is a really old version. Try this one: > https://projects.commandprompt.com/p...i?for mat=raw > > > > > Is there another, non-beta odbc driver available for my version of > > postgres? > > > All software is beta, its just a matter of degree Yeah, if you want a mature driver, try psqlODBC: http://www.postgresql.org/ftp/odbc/versions/ :-p -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com The Oracle-compatible database company ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |