Search found 1 match

by MarioR
30.07.2009, 08:01
Forum: SQLite Administrator
Topic: Boolean fields: 1/0 vs Y/N
Replies: 7
Views: 2482

Hello,

the SQLiteAdmin set the bool true/false to Y/N.
That is not standart (standart is 1/0).
The ADO.NET provider-function SQLite.GetBoolean(NumberOfField)
trow an Exeption when the Boolen-Field contains not 1/0.

Can your change the Bool-Values from Y/N to 1/0 ?

many greets

Mario