Re: how to store value to a boolean field?
- From: "Mike Shkolnik" <mshkolnik2002@xxxxxxx>
- Date: Mon, 5 May 2008 20:32:05 +0300
Insert into table1(field1) values(True)
or
Insert into table1(field1) values(1)
--
With best regards, Mike Shkolnik
Scalabium Software
http://www.scalabium.com
mshkolnik@xxxxxxxxxxxxx
"Naser" <n_fadaei@xxxxxxxxx> wrote in message
news:481f11a2@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi. MS Access table has a Yes/No field.
how can I store a boolean value into the field using like this SQL
statement:
Insert into table1(field1) values("Yes")
p.s. I don't like use Parameters....
.
- Follow-Ups:
- Re: how to store value to a boolean field?
- From: Naser
- Re: how to store value to a boolean field?
- References:
- how to store value to a boolean field?
- From: Naser
- how to store value to a boolean field?
- Prev by Date: Re: ADOQuery exception on empty dataset
- Next by Date: how to store value to a boolean field?
- Previous by thread: how to store value to a boolean field?
- Next by thread: Re: how to store value to a boolean field?
- Index(es):
Relevant Pages
|