> -----Original Message-----
> From: Meftah Tayeb [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 23, 2007 12:27 PM
> To: sqlite-users@sqlite.org; [EMAIL PROTECTED]
> Subject: [sqlite] Begining SQLite
> 
> hello
> 
> please help me:
> i am New to SQLITE
> i want to begin Using SQLite with my Enterprise Application 
> using Visual 
> Basic 6 and VB .Net (2005)
> 1. ho to Create my First SQLite Database ?
> 2. ho to Connect, Add, modifi, Remove and ... my SQLite database ?
> 3. if you have a SQLite com component accessible in Visual 
> Basic and .Net 
> Interop Service, please Send it to Me

Are you familiar with ADO.NET?  If so, go here and download this ADO.NET
provider:

http://sqlite.phxsoftware.com

It does not work with VB6, but it is a full-blown ADO.NET 2.0 provider for
VB.NET 2005.  If you know how to write code in ADO.NET, you'll immediately
know how to work with SQLite.  The help file will explain the language
syntax and extended features the provider has over and beyond the ADO.NET
framework.

Once its installed, it also integrates with the Visual Studio Server
Explorer.  You can create a connection, run queries, drag and drop typed
datasets, do databinding, and everything else from Visual Studio.

It is a single-file redistributable as well.  Just redistribute
System.Data.SQLite.dll with your application.

Robert



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to