Re: cant alter/create tables via odbc
От | Arian Prins |
---|---|
Тема | Re: cant alter/create tables via odbc |
Дата | |
Msg-id | 3BFA16C6.B0C4A237@zonnet.nl обсуждение исходный текст |
Ответ на | cant alter/create tables via odbc (Peter Pilsl <pilsl@goldfisch.at>) |
Список | pgsql-general |
Hello Peter, Peter Pilsl schreef: > not sure if this is the right place to ask, cause I dont know if my > problems are postgres-related or ms-access-related. defenitely MS-Access > I want give some privilieged users give direct access to some > postgresql-databases via a ms-access-frontend. > I'm not able > to alter or create tables in the database. I just got the error: > "access cant do changes on linked tables". Access just links to your table. In a way it is "able to use" your table. Not more. You cannot alter the table-design through Access. That is quite logical, because table design allways is something propretary for every database. Datatypes can be different... etc. I do have 2 tips: 1. You _can_ export a table from Access to postgresql. So if you want to create a new table, you can design it as a local Access-table and then export the (empty) table into postgresql. It's a *rough* export though.... as I remember... no indexes are created and primary-keys aren't defined. 2. Use the Win32 admin-tool. I can't remember it's name but it's there on the net somewhere... and it gives users a nice graphical interface to the db. Arian. > > This is how I do it: I create a ms-access-database (mdb-file) that > holds all the frontend (reports, masks and all this stuff ...) and > then link some tables from the postgres-odbc-source. When I want to > change this tables (structure, not content) I get the above error. I > dont even know which menues to click to create a new table .. > > Do I something wrong on ms-access side ? > Is ms-access just to stupid ? > does odbc not support alter/create ? > > a second question is, that all content in my postgresql-database is > stored unicode and access seems to be unable to handle this, but I'm > sure that this is the wrong place to ask this :) > > thnx, > peter > > -- > mag. peter pilsl > > phone: +43 676 3574035 > fax : +43 676 3546512 > email: pilsl@goldfisch.at > sms : pilsl@max.mail.at > > pgp-key available > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
В списке pgsql-general по дате отправления: