Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-19 Thread Joe Mistachkin
Stefano Ravagni wrote: > > The application run well, so good! The HasRows properties return TRUE as > far as i close datareader explicity > Excellent. > > I hope after new compilation of library, i'll just have to reference the > system.Data.SQLite.dll and not all x86 contents...is

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-19 Thread Stefano Ravagni
Hello Joe, yesterday i tryed the StickyHasRows properties passed on connection string... As in your suggestion, i add reference to new 1.0.92 version and i also copy all files in x86 directory in my BIN directory. The application run well, so good! The HasRows properties return TRUE as far

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-18 Thread Stefano Ravagni
Hello Joe, i just tryed the StickyHasRows properties passed on connection string... As in your suggestion, i add reference to new 1.0.92 version and i also copy all files in x86 directory in my BIN directory. The application run well, so good! The HasRows properties return TRUE as far as i

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-17 Thread Stefano Ravagni
Ok, tomorrow i'll try again to use followind your instructions and i'll feedback answer this emaili hope to be able... Il 17/03/2014 22.27, Joe Mistachkin ha scritto: Stefano Ravagni wrote: I cannot recompile because i run under Windows XP and without Visual C, i use Visual Basic...

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-17 Thread Joe Mistachkin
Stefano Ravagni wrote: > > I cannot recompile because i run under Windows XP and without Visual C, > i use Visual Basic... > You would need to recompile your application against the new System.Data.SQLite assembly, not System.Data.SQLite itself. > > properties in next compiled versione ? If

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-17 Thread Stefano Ravagni
A... ok...is this the problem... I cannot recompile because i run under Windows XP and without Visual C, i use Visual Basic... I use SQLite as a referenced library, so i have to wait for a new compiled version... I will found the StickyHasRows properties in next compiled versione ? If

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-17 Thread Joe Mistachkin
Stefano Ravagni wrote: > > Joe i tryed the beta library you propose to me... but i obtain this error: > > "Exception has been thrown by the target of an invocation." > Can you make sure that all the binaries included in that ZIP file end up in the application binary directory? This is

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-17 Thread Stefano Ravagni
Joe i tryed the beta library you propose to me... but i obtain this error: "Exception has been thrown by the target of an invocation." The error happen in this line of my code: MyDBFactory = DbProviderFactories.GetFactory("System.Data.SQlite") I forgot something ?? I can see the beta library

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-17 Thread rava
Hello and thanks for reply ... You want say i have just to add " Flags=StickyHasRows;" to normal string connection and i could use hasrows in the way i say? If yes, i like this way! When could i try the compiled version for make somes tests? Joe Mistachkin ha scritto:

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-16 Thread Joe Mistachkin
Stefano Ravagni wrote: > > In addiction..what change in backward compatybilities ? I think nothing... > Who use datareader with "while .read do " continue to use in same > waybut many others developer, who use HasRows for check if > datareader has or had records will be gratified to

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-15 Thread Stefano Ravagni
I'm sorry, maybe i've not your knowledge ...but could you tell me why in your mind database library for .net as MySql connector, ODBC for Postgres, all Access drivers, NPGSQL and many others permit read hasrows properties also after data association as i say and SQlite not ? In

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-13 Thread Joe Mistachkin
Stefano Ravagni wrote: > > Only SQL Server don't follow this line for what i know, and because of > that i abandon it in favor of SQlite (as file system database) and > PostgreSQL. > Well, the SQL Server provider is included with the .NET Framework itself and I assume that they know how to

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-13 Thread Joe Mistachkin
Stefano Ravagni wrote: > > Yes, i think tue value have to remain constant as far as i explicit close datareader. > This have an important effect; possibility to valle a datareader in a specific routine > and obtain hasrows value out of this routine. > The MSDN docs are unclear on this point;

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-13 Thread Stefano Ravagni
i encounter problem with datareader hasrows properties... After data association the property became FALSE also if data is present Is not good thing for who use datareader.hasrows for check data presence... Is possible to fix this problem ? Il giorno martedì 11 marzo 2014 02:22:31 UTC+1,

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-12 Thread Joe Mistachkin
Stefano Ravagni wrote: > > i use a code like this: > > If Dati.HasRows = True Then > sorgente.DataSource = Dati > . > . > end if > > If Dati.HasRows = True then > . make something others > end if > My reading of MSDN indicates that the

Re: [sqlite] [sqlite-dev] Final preparations for the release of System.Data.SQLite v1.0.92.0 have begun...

2014-03-12 Thread Joe Mistachkin
Stefano Ravagni wrote: > > i encounter problem with datareader hasrows properties... > Do you have some example code that demonstrates the issue? -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org