Re: [sqlite] new user seeking help

2017-01-05 Thread Chen, Hui
ers@mailinglists.sqlite.org> Subject: Re: [sqlite] new user seeking help On Thu, Jan 5, 2017 at 1:26 PM, Chen, Hui <hui.c...@worldreach.com> wrote: > Hi there, > > I just recently started integrating System.Data.SQLite.dll into my > project, I started with a very simple winform applic

Re: [sqlite] new user seeking help

2017-01-05 Thread Kevin Benson
On Thu, Jan 5, 2017 at 1:26 PM, Chen, Hui wrote: > Hi there, > > I just recently started integrating System.Data.SQLite.dll into my > project, I started with a very simple winform application. > > I have a very simple method to create a connection, txtSqliteFile is >

[sqlite] new user seeking help

2017-01-05 Thread Chen, Hui
Hi there, I just recently started integrating System.Data.SQLite.dll into my project, I started with a very simple winform application. I have a very simple method to create a connection, txtSqliteFile is textbox for db file location. SQLiteConnection GetConnection() { string

Re: [sqlite] new user

2011-10-10 Thread Sean Pieper
=ManagementTools -sean -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Tim Streater Sent: Sunday, October 09, 2011 8:10 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] new user On 09 Oct 2011 at 10:40, saeed ahmed

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 "Chicken" men!!* On

Re: [sqlite] new user

2011-10-09 Thread Tim Streater
On 09 Oct 2011 at 10:40, saeed ahmed wrote: > i am a new to sqlite. i want to know how can i make sqlite looking like > microsoft access? similar working environment, like making tables, queries > etc. actually i find it difficult to work in writing commands mode. any

Re: [sqlite] new user

2011-10-09 Thread Taleeb Anwar
No I'm not from Pakistan; but that should not be a reason for not helping you out...And no I'm not an expert (not even near one). OK. Let me try to explain again. To use sqlite like we all use access/sql-server, we need to have some tool (management studio or IDE or whatever you call it). If you

Re: [sqlite] new user

2011-10-09 Thread Taleeb Anwar
When I said advantages and limitations -- I meant philosophically and not literally. In today's technology there is always scope for improvement, irrespective of how great the product is. I must also "repeat" that I've not used sqlite much. Just read about it while browsing about .NET windows

Re: [sqlite] new user

2011-10-09 Thread saeed ahmed
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 where to start? 2011/10/9 Taleeb Anwar > If you don't want to work using command line - then you will have to > download some management tools. Visit >

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

[sqlite] new user

2011-10-09 Thread saeed ahmed
i am a new to sqlite.i want to know how can i make sqlite looking like microsoft access?simmilar working environment,likemaking tables,queries etc.actually i find it difficult to work in writing commands mode.any help? ___ sqlite-users mailing list

Re: [sqlite] new user

2010-12-13 Thread Pavel Ivanov
> I couldn't understand, development environment is 32-bit version. However, > production environment is 64-bit version. Do you by any chance try to use the same sqlite3 library from both environments? 64-bit applications cannot load 32-bit dlls into them. So you need to compile a 64-bit version

Re: [sqlite] new user

2010-12-12 Thread Artur Reilin
> I couldn't understand, development environment is 32-bit version. However, > production environment is 64-bit version. > I think that's the problem. As I read somewhere on the mailing list you need to set flags in sqlite for 64bit system. But I can be wrong. I also think there were a similar

[sqlite] new user

2010-12-12 Thread Limbu Bhagi Raj
Dear sir or madam: I am new user of sqlite. I developed application in asp.net 3.5 and it works perfect in development environment. However, After i deploy my project in windows server 2008 IIS 7.0, It throws an error message. A message contain "Unable to load DLL 'sqlite3': The specified

Re: [sqlite] New User: Creating/Modifying tables

2007-08-09 Thread Zlatko Matic
Has anybody successfuly ported DISQLite3 from Delphi to Lazarus? - Original Message - From: "Michael Hooker" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Thursday, August 09, 2007 9:47 AM Subject: Re: [sqlite] New User: Creating/Modifying tables

Re: [sqlite] New User: Creating/Modifying tables

2007-08-09 Thread Michael Hooker
iginal Message - From: "mos" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Thursday, August 09, 2007 6:17 AM Subject: [sqlite] New User: Creating/Modifying tables I created my first Delphi program with DISQLite3 1.40 and I used the Importer component to cre

[sqlite] New User: Creating/Modifying tables

2007-08-08 Thread mos
I created my first Delphi program with DISQLite3 1.40 and I used the Importer component to create the table and I imported a few of the rows from MySQL 5. The problem is the dates in the SQLite table show up as floating point, which is how they are natively stored. 1) How can I determine what

[sqlite] New User With Basic Install/Configure Questions

2006-02-07 Thread Farrah, Yusuf P.
  I am a new user with some basic very questions.  My specific SQLite questions are in regard to the installation/building of SQLite using configure, release 3.3.2, the “Optional Features” cited when “./configure –-help” is invoke from the command line shell.  I have attached a file with