Re: calling nextval function

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: calling nextval function
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A755D@Herge.rcsinc.local
обсуждение исходный текст
Ответ на calling nextval function  ("Gosling, Oliver" <o.gosling@lancaster.ac.uk>)
Список pgsql-odbc
> Hi Oliver,
> sSeqValSQL = "SELECT nextval(bed_id_seq);"
> cnPGODBC.Open ("Your ODBC connection string")
> Set rsSeqVal = cnPGODBC.Execute(sSeqValSQL)


I thought the sequence name had to be single quoted to the sequence
functions...can you skip that in VB?

i.e. select nextval('my_seq');

Merlin

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

Предыдущее
От: Eric E
Дата:
Сообщение: Re: calling nextval function
Следующее
От: markw@mohawksoft.com
Дата:
Сообщение: ODBC Rewrite