Re: ADO and sequences

Поиск
Список
Период
Сортировка
От Andreas
Тема Re: ADO and sequences
Дата
Msg-id 44EB89F8.9020204@gmx.net
обсуждение исходный текст
Ответ на Re: ADO and sequences  ("Johann" <johann@tygerpos.com>)
Ответы Re: ADO and sequences
Список pgsql-odbc
Thanks, I did it that way but I'd like to have a workaround that doesn't
tie my application to one single RDBMS.
My initial plan was to create an adodb-connection to the current db
backend on start of my application and the rest of the program wouldn't
need to be aware what RDBMS actually manages the data in this session.
This would be postgres in my LAN and JET directly accessing MDB-files on
a notebook pc where I'd rather not always run a server in the background.


Johann schrieb:
> Easiest way I've found is to read NextVal on the relevant sequence,
> and use the value you get for the key field.
>
> Since the field will be loaded, the "default" function that assigns
> the number, kind of like an Access Autonumber - will *not* override
> the value you manually insert.
>
> So:
> Get nextval on sequence
> .addnew
> recordset!idfield = thenextvalyougot
>

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Johann"
Дата:
Сообщение: Re: ADO and sequences
Следующее
От: "Benjamin Krajmalnik"
Дата:
Сообщение: Re: ADO and sequences