Re: [sqlite] SQLite exception

2014-03-14 Thread Joe Mistachkin
Rishi Ravindran wrote: > > I am getting an exception when I try to debug > the sqlite-netFx-source-1.0.91.0 source code in VS 2010 on the following > line below... > https://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki#q20 -- Joe Mistachkin _

[sqlite] SQLite exception

2014-03-14 Thread Rishi Ravindran
Hi I am getting an exception when I try to debug the sqlite-netFx-source-1.0.91.0 source code in VS 2010 on the following line below... DbProviderFactory factory = DbProviderFactories.GetFactory(factoryString); The exception detail is reproduced below... System.Reflection.TargetInvocationExcept

Re: [sqlite] SQLite Exception

2013-11-12 Thread j . merrill
al Message- Date: Tue, 12 Nov 2013 19:39:47 +0530 From: Shashibhushan Ivaturi To: [email protected] Subject: [sqlite] SQLite Exception Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Hi, We are using sqlite dll(64-bit) in our windows application and carrying the same dl

[sqlite] SQLite Exception

2013-11-12 Thread Shashibhushan Ivaturi
Hi, We are using sqlite dll(64-bit) in our windows application and carrying the same dll with the application setup. Our application support different OS versions. We downloaded the precompiled binary from the link, ( http://system.data.sqlite.org/downloads/1.0.89.0/sqlite-netFx20-setup-bund

Re: [sqlite] SQLite Exception 14

2012-04-12 Thread Joe Mistachkin
FLOWERDAY John wrote: > > If I run either table by itself, it works. However, if I run one table after the > other, the first table copies find and then the second table gives me the exception > 14. It does not matter in what order I run the two tables, the first one works, the > second one throws

Re: [sqlite] SQLite Exception 14

2012-04-12 Thread FLOWERDAY John
: [sqlite] SQLite Exception 14 On Thu, Apr 12, 2012 at 4:22 PM, FLOWERDAY John wrote: > right after the first table, I get an SQLiteException 14. I have > searched the web and have found zero answers to this. I also cannot > find an answer on the SQLite site. Any suggestions? > [stepha

Re: [sqlite] SQLite Exception 14

2012-04-12 Thread Stephan Beal
On Thu, Apr 12, 2012 at 4:22 PM, FLOWERDAY John wrote: > right after the first table, I get an SQLiteException 14. I have searched > the web and have found zero answers to this. I also cannot find an answer > on the SQLite site. Any suggestions? > [stephan@host:~/cvs/fossil]$ grep -w 14 /usr/incl

[sqlite] SQLite Exception 14

2012-04-12 Thread FLOWERDAY John
I am using SQLite in C#. I am attempting to transfer two tables from a Microsoft SQL database to an Android tablet using a webservice. My insert routine is below. If I transfer only one table everything works find. If I attempt to transfer a second table right after the first table, I get an SQ

Re: [sqlite] sqlite Exception System.InvalidCastException: Specified cast is not valid.

2009-06-17 Thread Robert Simpson
- From: [email protected] [mailto:[email protected]] On Behalf Of Joel Lucsy Sent: Wednesday, June 17, 2009 5:53 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] sqlite Exception System.InvalidCastException: Specified cast is not valid. On Wed, Jun 17,

Re: [sqlite] sqlite Exception System.InvalidCastException: Specified cast is not valid.

2009-06-17 Thread Joel Lucsy
On Wed, Jun 17, 2009 at 2:18 AM, Seysan wrote: > I get the Exception there!  sqlite Exception > System.InvalidCastException: Specified cast is not valid. > > The GetFieldType Shows: Systes.Byte[] Couldn't find my code where I've done it at. Tho I did find that I used a ExecuteScalar() that returns

[sqlite] sqlite Exception System.InvalidCastException: Specified cast is not valid.

2009-06-16 Thread Seysan
This is the Code in C#: SQLiteDataReader rdr; SQLiteCommand contentCommand; String cmd = String.Format("SELECT filename,content,filesize FROM documents WHERE did={0}",did); contentCommand = sqlconn.CreateCommand(); contentCommand.Command

Re: [sqlite] SQLite Exception: SQLite BUSY

2009-06-08 Thread Manasi Save
Thanks for the reference :-). -- Thanks and Regards, Manasi Save > On 8/06/2009 8:22 PM, Manasi Save wrote: >> Hi All, >> >> I have one query regarding SQlite Busy error. >> >> Can anyone explain me in what cases this error occurs? > > Yes. You should be able to explain it to yourself after read

Re: [sqlite] SQLite Exception: SQLite BUSY

2009-06-08 Thread John Machin
On 8/06/2009 8:22 PM, Manasi Save wrote: > Hi All, > > I have one query regarding SQlite Busy error. > > Can anyone explain me in what cases this error occurs? Yes. You should be able to explain it to yourself after reading relevant parts of: http://www.sqlite.org/faq.html http://www.sqlite.or

[sqlite] SQLite Exception: SQLite BUSY

2009-06-08 Thread Manasi Save
Hi All, I have one query regarding SQlite Busy error. Can anyone explain me in what cases this error occurs? -- Thanks in advance! Regards, Manasi Save ___ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/lis

[sqlite] SQLite Exception: no such table on Android

2009-06-01 Thread Manasi Save
Hi, Sorry for (no subject) :P we are developing an application on android we are using SQLite Database and on phone we are getting SQLiteException:no such table. but, it is working fine on simulator. Can anyone provide any input on this? -- Thanks and Regards, Manasi Save