Re: [sqlite] SQLite/LINQ?

2012-04-25 Thread Taleeb Anwar
Oh sorry! there is no update of dbLinq (as you noted) for some time now. What about dotconnect for sqlite<http://www.devart.com/dotconnect/sqlite/features.html> Thanks & Regards Taleeb Anwar *Hai Ab bhi Tera "Shwarma" Afsana Khwan Humara!!* On Thu, Apr 26, 2012 at 10

Re: [sqlite] SQLite/LINQ?

2012-04-25 Thread Taleeb Anwar
I've never tried it - but dblinq <http://code.google.com/p/dblinq2007/>seems to be one option worth trying. Thanks & Regards Taleeb Anwar *Hai Ab bhi Tera "Shwarma" Afsana Khwan Humara!!* On Thu, Apr 26, 2012 at 5:13 AM, Ken godee <k...@perfect-image.com> wrote:

Re: [sqlite] Issue with Session while using SQLLITE database

2012-04-11 Thread Taleeb Anwar
on (to use state server or to move the db out) - myself: am just a beginner in .NET and thus will not try to answer that.. Hope it helps... Taleeb Anwar *Hai Ab bhi Tera "Shwarma" Afsana Khwan Humara!!* On Wed, Apr 11, 2012 at 3:37 PM, Dorababu Meka <dora.m...@gmail.com> wrote:

Re: [sqlite] Issue with Session while using SQLLITE database

2012-04-11 Thread Taleeb Anwar
will work In your web.config add the following Hope it helps... Thanks & Regards Taleeb Anwar *Hai Ab bhi Tera "Shwarma" Afsana Khwan Humara!!* On Tue, Apr 10, 2012 at 6:26 PM, Dorababu Meka <dora.m...@gmail.com> wrote: > Yeah on Inserting

Re: [sqlite] Issue with Session while using SQLLITE database

2012-04-10 Thread Taleeb Anwar
Of course the value will not be inserted - but just wanted to make sure that the problem is occurring on insertion..! Thanks & Regards Taleeb Anwar *Hai Ab bhi Tera "Shwarma" Afsana Khwan Humara!!* On Tue, Apr 10, 2012 at 6:23 PM, Dorababu Meka <dora.m...@gmail.com>

Re: [sqlite] Issue with Session while using SQLLITE database

2012-04-10 Thread Taleeb Anwar
Though I don't know much about .NET...still Try the following Comment the execute non query. Now Click on button 1 (no values will be inserted) and then on button 2. Is session value retained or lost? Thanks & Regards Taleeb Anwar *Hai Ab bhi Tera "Shwarma" Afsana Khwan Humara

Re: [sqlite] Doing an UPDATE after an INSERT

2012-03-09 Thread Taleeb Anwar
In Sql Server 2005+ you can retrieve the primary key of the last inserted record by using SELECT @@IDENTITY This can then be used to update the row Thanks & Regards Taleeb Anwar *Hum Mashriq Ke "Miskeenon" Ka Dil Maghrib men Ja Atka Hai!!* On Fri, Mar 9, 2012 at 4:57 PM,

Re: [sqlite] Relative path to sqlite database

2012-02-21 Thread Taleeb Anwar
help: 1. Appliaction.StartupPath 2. Application.ExecutablePath 3. System.Reflection.Assembly.GetExecutingAssembly() Thanks and Regards Taleeb Anwar *Hum Mashriq Ke "Miskeenon" Ka Dil Maghrib men Ja Atka Hai!!* On Tue, Feb 21, 2012 at 7:02 PM, Pavel Ivanov <paiva...@gmail.com>

Re: [sqlite] sqlite3_step getting core dumbed.

2012-02-09 Thread Taleeb Anwar
/* A Query to find types of each column. */ str = (char *)malloc(sizeof(char) * 255); memset(str, 0, 255); strcat(str, "SELECT "); for(loopVar = 0; loopVar < noOfColumns; loopVar++) { strcat(str, colNames[loopVar]); if(loopVar < (noOfColumns -1))

Re: [sqlite] How to drop a table using sqlite API

2012-02-02 Thread Taleeb Anwar
Hi, Generally the sql query works just fine in sqlite. Accordingly try the normal sql queries Drop table [table_name] should do http://www.sqlite.org/lang_droptable.html Thanks & Regards Taleeb bin Waquar *Hum Mashriq Ke "Miskeenon" Ka Dil Maghrib men Ja Atka Hai!!* On Thu, Feb 2, 2012 at

Re: [sqlite] SQLite on Visual Studio 2010

2012-01-31 Thread Taleeb Anwar
Hi Manish, Try the following (it may work) 1. In Data Source Select "" 2. In Data Provider Select "..Provider for Ole Db" 3. Click Continue 4. In Ole Db Provider Select "SqlLite" If this does not work (that is if there is no option for sqlLite in step 4) then you will have to go for some third

Re: [sqlite] Delete data base.

2012-01-31 Thread Taleeb Anwar
No! Try deleting the database file instead (right click - delete) Thanks & Regards Taleeb bin Waquar *Hum Mashriq Ke "Miskeenon" Ka Dil Maghrib men Ja Atka Hai!!* On Wed, Feb 1, 2012 at 11:41 AM, bhaskarReddy wrote: > > Hi Friends, > > is it possible to

Re: [sqlite] installation for .NET use

2012-01-18 Thread Taleeb Anwar
It looks like the .net runtime version running in your system is older compared to the version with which the assembly was built (and which you are trying to install in GAC) Regards Taleeb bin Waquar *Hum Mashriq Ke "Miskeenon" Ka Dil Maghrib men Ja Atka Hai!!* On Wed, Jan 18, 2012 at 6:19

Re: [sqlite] Followup: Added Missing error message to past post.

2011-11-21 Thread Taleeb Anwar
Download the x64 mixed-mode assembly compiled statically against the .NET Framework 3.5 (as you are using VS2010 on a 64 bit computer). Regarding targetting x86 users you can control this by using the property of the project... Thanks & Regards Taleeb Anwar *Hum Mashriq Ke "Miskeeno

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-26 Thread Taleeb Anwar
Not sure what is causing the problem..and thus my suggestion(s) can be labelled as trial and error --- 1. Check the target platform (try with x64 if it is 'any cpu'). Thanks & Regards Taleeb Anwar *Ghurbat men Hon Agar Hum, Rehta Hai Dil "Chicken" men!!* On Wed, Oct 26, 2011

Re: [sqlite] Where is my posting?

2011-10-19 Thread Taleeb Anwar
" men!!* On Wed, Oct 19, 2011 at 4:59 PM, Taleeb Anwar <taleeban...@gmail.com> wrote: > Now that is a difficult question (in fact one of the most difficult > questions of all) -- why nobody replies to your posts. > > Well, I don't know the answer - but am replying -

Re: [sqlite] Where is my posting?

2011-10-19 Thread Taleeb Anwar
them or adding some code or something to make them more clear (for I can't think of any other reason for such an active group to remain unresponsive to your questions) Regards Taleeb Anwar *Ghurbat men Hon Agar Hum, Rehta Hai Dil "Chicken" men!!* On Wed, Oct 19, 2011 at 4:48 PM,

Re: [sqlite] new user

2011-10-09 Thread Taleeb Anwar
No, not me! At least not at this stage -- will go through various options when (and if) I decide to develop something (right now am just learning for the sake of knowledge). Anyway thanks for the info! Thanks & Regards Taleeb Anwar *Ghurbat men Hon Agar Hum, Rehta Hai Dil "Chi

Re: [sqlite] new user

2011-10-09 Thread Taleeb Anwar
bin Waquar *Ghurbat men Hon Agar Hum, Rehta Hai Dil "Chicken" men!!* On Sun, Oct 9, 2011 at 7:45 PM, saeed ahmed <mycomputerbo...@gmail.com>wrote: > brother it seems you are from pakistan like me.help me if you are wxpert > user.i want to use sqlite but i dont know wher

Re: [sqlite] new user

2011-10-09 Thread Taleeb Anwar
ET windows forms and decided to see and use it (and thus am using the personal edition of "expert"). Hope this clarifies my stand...:-) Taleeb Anwar *Ghurbat men Hon Agar Hum, Rehta Hai Dil "Chicken" men!!* On Sun, Oct 9, 2011 at 6:47 PM, Jean-Christophe Deschamps <j...

Re: [sqlite] new user

2011-10-09 Thread Taleeb Anwar
If you don't want to work using command line - then you will have to download some management tools. Visit http://www.sqlite.org/cvstrac/wiki?p=ManagementTools to see a list of tools. Personally I'm using sqlite expert. It has got its own advantages and limitations (but anyway I've not used