Re: [INTERFACES] calculated identity field in views, again...

From: "Zlatko Matic" <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>
To: <KeithW(at)NarrowPathInc(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] calculated identity field in views, again...
Date: 2005-05-04 08:58:34
Message-ID: 002e01c55087$74e44090$c5861dc3@zlatkovyfkpgz6
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

You mean VB.NET ?

----- Original Message -----
From: "Keith Worthington" <KeithW(at)NarrowPathInc(dot)com>
To: "Zlatko Matic" <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>
Cc: <pgsql-general(at)postgresql(dot)org>; <pgsql-interfaces(at)postgresql(dot)org>
Sent: Wednesday, May 04, 2005 5:58 AM
Subject: Re: [INTERFACES] calculated identity field in views, again...

> Zlatko Matic wrote:
>> I asked this question several weeks ago, but nobody proposed a solution,
>> so I am repeating the same question again...
>> I have an MS Access front-end for a database on PostgreSQL.
>> I could use pass-through queries as record sources for reports and it
>> works fine...
>> Unfortunately, MS Access doesn't allow pass-through queries to be records
>> sources for subforms.
>> Therefore I tried to base subforms on regular JET queries on linked
>> tables. It was too slow...
>> Then I tried to base subforms on DAO recordset code generated from
>> pass-through QueryDef objects. Although it worked, it was very
>> unstable...
>>
>> Now it seems to me that POstgreSQL views are the best solution, but
>> Access considers views as tables (!) and needs column with unique values.
>> All those views are complicated queries on several tables, so I can't use
>> any table's column as primary key. I need a calculated column in the view
>> that Access will consider as primary key column.
>> In regular tables, I use bigserial field, but how can I create calculated
>> bigserial column in a view ?
>>
>> Thanks.
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 9: the planner will ignore your desire to choose an index scan if
>> your
>> joining column's datatypes do not match
>>
>>
>
> Another option is to toss the MS Access altogether and program the front
> end entirely in VB. That is what we did.
>
> --
> Kind Regards,
> Keith
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Korotun 2005-05-04 09:44:33 remote tcp connection problem PG 8.0.1
Previous Message Zlatko Matic 2005-05-04 08:56:25 Re: [INTERFACES] calculated identity field in views, again...

Browse pgsql-interfaces by date

  From Date Subject
Next Message Keith Worthington 2005-05-04 10:57:16 Re: [INTERFACES] calculated identity field in views, again...
Previous Message Zlatko Matic 2005-05-04 08:56:25 Re: [INTERFACES] calculated identity field in views, again...