RE: [sqlite] sqlite with visual basic?

2005-08-11 Thread Reid Thompson
Scott Chapman wrote: > Thanks Steve. > > Anyone have guidance on which of these will work (well) with > the latest > version of VB and SQLite? > > Steve O'Hara wrote: >> Check out the WIKI, there's a myriad of possibilities. >> >> >> -Original Message- >> From: >> [EMAIL PROTECTED]

Re: [sqlite] sqlite with visual basic?

2005-08-11 Thread Gregory Letellier
use ags sqlite wrapper it works fine with .net Scott Chapman a écrit : I am having a look at Visual Basic Express 2005 Beta. I haven't programmed VB since version 3.0 on Windows 3.1 many years ago. I didn't do any database with it then. All of my programming these days is in Python with Po

Re: [sqlite] sqlite with visual basic?

2005-08-11 Thread Scott Chapman
Thanks Steve. Anyone have guidance on which of these will work (well) with the latest version of VB and SQLite? Steve O'Hara wrote: Check out the WIKI, there's a myriad of possibilities. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg]On Behalf Of Scott C

RE: [sqlite] sqlite with visual basic?

2005-08-11 Thread Steve O'Hara
Check out the WIKI, there's a myriad of possibilities. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg]On Behalf Of Scott Chapman Sent: 11 August 2005 18:43 To: sqlite-users@sqlite.org Subject: [sqlite] sqlite with visual basic? I am having a look at Visual

RE: [sqlite] sqlite with Visual Basic

2004-06-19 Thread Frederic Faure
At 13:15 19/06/2004, you wrote: The previous version included the SQLite code in the DLL. This version loads the SQLite DLL at runtime and calls into it - that way there is no built-in dependency on the SQLite version. Very cool :-) Fred. --

RE: [sqlite] sqlite with Visual Basic

2004-06-19 Thread Steve O'Hara
: [EMAIL PROTECTED] Subject: RE: [sqlite] sqlite with Visual Basic "Steve O'Hara" >> If you can think of improvements, let me know. I noticed that the output DLL shrank yet again to 45KB :-) What did you do to ma

RE: [sqlite] sqlite with Visual Basic

2004-06-19 Thread Frederic Faure
"Steve O'Hara" >> If you can think of improvements, let me know. I noticed that the output DLL shrank yet again to 45KB :-) What did you do to make it so small? Fred. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: [sqlite] sqlite with Visual Basic

2004-06-18 Thread Steve O'Hara
talking Windows, so why propose a solution that isn't even proven on Windows? JavaScript and KDE, you're having a laugh? Steve -Original Message- From: Hihn, Jason [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 18:52 To: [EMAIL PROTECTED] Subject: RE: [sqlite] sqlite with Visual

RE: [sqlite] sqlite with Visual Basic

2004-06-18 Thread Hihn, Jason
thing fixed or added with 7 days (1 week) -Original Message- From: Jorge [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 4:41 PM To: Jalil Vaidya; Jorge; [EMAIL PROTECTED] Subject: Re: [sqlite] sqlite with Visual Basic No, no... there is not mentioned VBWrapper.zip 1) DLL for

RE: [sqlite] sqlite with Visual Basic

2004-06-18 Thread Jérôme VERITE
isn't my favourite price!!! TIA Jorge - Original Message - From: "Jalil Vaidya" <[EMAIL PROTECTED]> To: "Jorge" <[EMAIL PROTECTED]>; "Carlos Garces" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 5:50 PM S

RE: [sqlite] sqlite with Visual Basic

2004-06-18 Thread Steve O'Hara
oject (Make sure that pssqlite.dll and sqlite.dll are in the path). If you can think of improvements, let me know. Steve -Original Message- From: Jorge [mailto:[EMAIL PROTECTED] Sent: 17 June 2004 22:41 To: Jalil Vaidya; Jorge; [EMAIL PROTECTED] Subject: Re: [sqlite] sqlite with Visual

Re: [sqlite] sqlite with Visual Basic

2004-06-17 Thread Jalil Vaidya
h > C++/ATL). > http://www.sqliteplus.com ($$) > it isn't my favourite price!!! > > TIA > > Jorge > > > > - Original Message - > From: "Jalil Vaidya" <[EMAIL PROTECTED]> > To: "Jorge" <[EMAIL PROTECTED]>; "Carlos > Ga

Re: [sqlite] sqlite with Visual Basic

2004-06-17 Thread Jorge
ite price!!! TIA Jorge - Original Message - From: "Jalil Vaidya" <[EMAIL PROTECTED]> To: "Jorge" <[EMAIL PROTECTED]>; "Carlos Garces" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 5:50 PM Subject: Re: [sqlite] sq

Re: [sqlite] sqlite with Visual Basic

2004-06-17 Thread Jalil Vaidya
Check out COM Wrappers / Visual Basic DLLs section in the wiki: http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers HTH, Jalil Vaidya --- Jorge <[EMAIL PROTECTED]> wrote: > Hi, > > Are there any site whehe can I found the mentioned > VBWrapper.zip? > > I have tried in http://f4.grp.yahoofs.com

Re: [sqlite] sqlite with Visual Basic

2004-06-17 Thread Jorge
AIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 13, 2004 10:13 PM Subject: Re: [sqlite] sqlite with Visual Basic There is a VBWrapper.zip in the old SQLite yahoo group's file section. The archive contains wrapper over the SQLite API so that it can be used from VB. The API decl

RE: [sqlite] sqlite with Visual Basic

2004-05-17 Thread Raymond Irving
writing to the appropriate places in the registry. Steve -Original Message- From: Murray Moffatt [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 05:14 To: [EMAIL PROTECTED] Subject: RE: [sqlite] sqlite with Visual Basic I'm interested in using SQLite from within a Visual Basic 6 app that I&#

RE: [sqlite] sqlite with Visual Basic

2004-05-17 Thread Steve O'Hara
- From: Murray Moffatt [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 05:14 To: [EMAIL PROTECTED] Subject: RE: [sqlite] sqlite with Visual Basic I'm interested in using SQLite from within a Visual Basic 6 app that I'm writing. I need reporting features and so was looking at using Cryst

RE: [sqlite] sqlite with Visual Basic

2004-05-16 Thread Murray Moffatt
Hi David, Many thanks for your suggestion regarding ddoc.  I had a look at the site and the price is right and it certainly looks like a great way to programmatically create a report. I'll download the evaluation version and give it a try. Thanks again! At 15:17 17/05/2004 +1000, you wrote: Hi Mur

Re: [sqlite] sqlite with Visual Basic

2004-05-16 Thread wind li
Murray Moffatt wrote: Hi Wind, At 13:02 17/05/2004 +0800, you wrote: You have two choose: 1. search the windows register for the datasource that you created using ODBC Control Panel, you can create the same register entry programmatically. 2. You can just use such a string as your Connect

Re: [sqlite] sqlite with Visual Basic

2004-05-16 Thread Murray Moffatt
Hi Wind, At 13:02 17/05/2004 +0800, you wrote: You have two choose: 1. search the windows register for the datasource that you created using ODBC Control Panel, you can create the same register entry programmatically. 2. You can just use such a string as your ConnectionString "Driver={Mi

Re: [sqlite] sqlite with Visual Basic

2004-05-16 Thread wind li
db.MoveNext Loop End if Of course this runs "in-memory" so if this is a concern for you, then try to narrow down your selects. Cheers! Chris > -Original Message- > From: Raymond Irving [mailto:[EMAIL PROTECTED] > Sent: 14 May 2004 17:50 > To: [

RE: [sqlite] sqlite with Visual Basic

2004-05-16 Thread Murray Moffatt
Hi Greg, Many thanks for your reply to my questions. I had a quick look at ActiveReports but once I saw the $499 price tag I didn't bother going any further. That's way too much to spend on my little freeware program! The only reason I was looking at Crystal Reports is because I already have i

RE: [sqlite] sqlite with Visual Basic

2004-05-16 Thread Greg Obleshchuk
abase in minutes <http://www.ag-software.com/xp_ags_crosstab.aspx> Generate Cross tab results from Microsoft SQL Server 2000 _ From: Murray Moffatt [mailto:[EMAIL PROTECTED] Sent: Monday, 17 May 2004 2:14 PM To: [EMAIL PROTECTED] Subject: RE: [sqlite] sqlite with Visual Basic I'm int

RE: [sqlite] sqlite with Visual Basic

2004-05-16 Thread Murray Moffatt
> using DAO to SQLITE > > Jérôme > > -Message d'origine- > De : Steve O'Hara [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi 14 mai 2004 10:35 > À : Jalil Vaidya; Carlos Garces; [EMAIL PROTECTED] > Objet : RE: [sqlite] sqlite with Visual Basic > >

RE: [sqlite] sqlite with Visual Basic

2004-05-16 Thread Chris Carter
to narrow down your selects. Cheers! Chris > -Original Message- > From: Raymond Irving [mailto:[EMAIL PROTECTED] > Sent: 14 May 2004 17:50 > To: [EMAIL PROTECTED] > Subject: Re: [sqlite] sqlite with Visual Basic > > > I use SQLite ODBC with ADO to access databases fro

Re: [sqlite] sqlite with Visual Basic

2004-05-14 Thread Raymond Irving
ke the DAO classes. It permits to transform Simply a VB application using DAO to SQLITE Jérôme -Message d'origine- De : Steve O'Hara [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 mai 2004 10:35 À : Jalil Vaidya; Carlos Garces; [EMAIL PROTECTED] Objet : RE: [sqlite] sqlite w

RE: [sqlite] sqlite with Visual Basic

2004-05-13 Thread Greg Obleshchuk
ED] > Subject: Re: [sqlite] sqlite with Visual Basic > > There is a VBWrapper.zip in the old SQLite yahoo group's file > section. The archive contains wrapper over the SQLite API so > that it can be used from VB. > The API declarations for VB are also in the arch

Re: [sqlite] sqlite with Visual Basic

2004-05-13 Thread Jalil Vaidya
There is a VBWrapper.zip in the old SQLite yahoo group's file section. The archive contains wrapper over the SQLite API so that it can be used from VB. The API declarations for VB are also in the archieve. Get it from here: http://f4.grp.yahoofs.com/v1/EBqkQKgMWwt8clzVakFnZ6GAGVancQ9q-4gKNXEFX9QQm

RE: [sqlite] sqlite with Visual Basic

2004-05-13 Thread Greg Obleshchuk
Carlos, No you can't the call-back API and the API that’s returns a C style array aren't supported in VB Regards Greg > -Original Message- > From: Carlos Garces [mailto:[EMAIL PROTECTED] > Sent: Friday, 14 May 2004 6:00 AM > To: [EMAIL PROTECTED] > Subject: [sqlite] sqlite with Visual