Re: [INTERFACES] Check boxes with Access

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема Re: [INTERFACES] Check boxes with Access
Дата
Msg-id 37DF142D.EBC8AC8A@home.com
обсуждение исходный текст
Ответ на Check boxes with Access  ("Sean W. Ellis" <sean.ellis@oscenter.com>)
Список pgsql-interfaces

"Sean W. Ellis" wrote:
> 
> I have been extremely pleased with Postgres.  And, using Access now as a
> front-end is great using the ODBC driver.  However, I cannot figure out
> how to use checkboxes.
> 
> Any insight or VB code as a work-around ?
> 
> Thank you,
> 
> Sean Ellis, sean.ellis@oscenter.com
> Office Systems Center, 110 N. Main, Victoria, TX 77901 (361) 575-6886
> 
> ************

Checkboxes should be used with boolean columns types.   There is a odbc
driver option called "bools as char" that should NOT be checked if you
are using a boolean data type for that column.   Alternatively, you
could use a character type for a column, and turn on the bools as char
feature, and it should work also.

If you still have problems, look at the driver's logfile and see what
sql statement was sent to try and alter a checkbox field.  That should
show exactly what the problem is.

Byron


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

Предыдущее
От: "Ken J. Wright"
Дата:
Сообщение: Re: [INTERFACES] firewall crashes backend
Следующее
От: "Ansley, Michael"
Дата:
Сообщение: RE: [INTERFACES] ecpg and getting just assigned serial number