> -----Original Message----- > From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite- > users-bounces at mailinglists.sqlite.org] On Behalf Of J Decker > Sent: Monday, June 01, 2015 2:48 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] How to get length of all columns in a table > > you get the length in the result set? > > sqlite3_column_bytes( statement, idx );
I'm using System.Data.SQLite, so the techniques are different from the SQLite C Interface, but the bottom line is there is no wildcard (*) for returning the lengths of all columns. -Bill CONFIDENTIALITY, EXPORT CONTROL AND DISCLAIMER NOTE:This e-mail and any attachments are solely for the use of the addressee and may contain information that is privileged or confidential. Any disclosure, use or distribution of the information contained herein is prohibited. In the event this e-mail contains technical data within the definition of the International Traffic in Arms Regulations or Export Administration Regulations, it is subject to the export control laws of the U.S.Government. The recipient should check this e-mail and any attachments for the presence of viruses as L-3 does not accept any liability associated with the transmission of this e-mail. If you have received this communication in error, please notify the sender by reply e-mail and immediately delete this message and any attachments.