Boolean field in MS Access
- From: "TMA" <tmasoftwares@xxxxxxxxx>
- Date: Tue, 19 Sep 2006 07:26:37 -0300
Hi
What's the syntax for adding a Boolean field into an MS Access Database
using a TADOCommand?
ADOCommand1.CommandString := 'CREATE TABLE MYTABLE (MYBOOLFIELD ....,
MYNUMFIELD NUMBER)';
ADOCommand1.Execute;
Tried TrueFalse, Bool, Boolean ... none works.
Thanks in advance.
.
- Follow-Ups:
- Re: Boolean field in MS Access
- From: Mike Shkolnik
- Re: Boolean field in MS Access
- Prev by Date: Re: Windows Service & ADO problem
- Next by Date: Master-Detail using TBetterADODataset
- Previous by thread: Assigned & TADODataset
- Next by thread: Re: Boolean field in MS Access
- Index(es):