[sqlite] System.Data.SQLite, Need alternate way to get field length

2015-05-04 Thread Drago, William @ CSG - NARDA-MITEQ
gt; users-bounces at mailinglists.sqlite.org] On Behalf Of Clemens Ladisch > Sent: Saturday, May 02, 2015 3:11 PM > To: sqlite-users at mailinglists.sqlite.org > Subject: Re: [sqlite] System.Data.SQLite, Need alternate way to get > field length > > William Drago wrote: > > I

[sqlite] System.Data.SQLite, Need alternate way to get field length

2015-05-02 Thread Clemens Ladisch
William Drago wrote: > I am trying to determine the number of bytes in a blob. According to the help > file under SQLiteDataReader.GetBytes Method in the Remarks section: > > "To determine the number of bytes in the column, pass a null value for the > buffer. The total length will be returned." >

[sqlite] System.Data.SQLite, Need alternate way to get field length

2015-05-02 Thread William Drago
All, I am trying to determine the number of bytes in a blob. According to the help file under SQLiteDataReader.GetBytes Method in the Remarks section: "To determine the number of bytes in the column, pass a null value for the buffer. The total length will be returned." I'm working in VEE and