|
|
Sponsor |
Re: ERROR: column "ctid" does not exist: msg#00038db.postgresql.odbc
I don't think this problem is easilly solveable, though some tweaking with the driver sources may help here. The problem boils down to asking the ODBC to provide updateable cursors. There is one problem with updateable cursors - Postgres doesn't support them. The ODBC driver works around this problem by modifying the query to include fields that will allow it to uniquely identify the row in question, and then update it via a seperate SQL statement. These require the OID (identification) and CTID (makeing sure that the row was not changed since it was retrieved). Unfortunetly, views don't have these rows. I strongly recommend against Jeff's suggested solution, unless you know exactly what you are doing. It should be ok if all the fields of the view come from just one table, but will probably fail miserably for anything else. I also don't know how a query such as "update <view>...." will be accepted by postgresql. So your options are, in a nutshell, either not select view via ODBC, ask OpenOffice to select them in readonly mode (where ODBC doesn't add the ctid and oid fields, as it doesn't need them), or tweak the driver to work around this issue some other way. One possible way of doing the later is to sense failure to get the records, and switch to read-only mode automatically. Shachar George T. Gibson wrote: Thanks for the quick response. -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/ ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: ERROR: column "ctid" does not exist, George T. Gibson |
|---|---|
| Next by Date: | Re: ERROR: column "ctid" does not exist, Jeff Eckermann |
| Previous by Thread: | Re: ERROR: column "ctid" does not exist, George T. Gibson |
| Next by Thread: | Re: ERROR: column "ctid" does not exist, Jeff Eckermann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|