Re: [sqlite] Handheld and SQLite

2004-06-12 Thread ISA Programmi
, Giuliano P.S. Is someone has done something similar, please contact me at [EMAIL PROTECTED] - Original Message - From: "Jalil Vaidya" <[EMAIL PROTECTED]> To: "ISA Programmi" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, June 12, 2004 3:55 PM Sub

[sqlite] Handheld and SQLite

2004-06-12 Thread ISA Programmi
Hi, I would like to know if someone has already programmed for Handheld using SQLite as Db. Please tell me if it is possible to see some example of the skills and speed. I need a small program, running on Handheld, for taking orders and sending to the PC via wireless, in a Cafè/Restaurant. If

[sqlite] Using SQLite with WIN32 (VB6) with Oledb (No odbc)

2004-04-12 Thread ISA Programmi
Hallo, is it possible to integrate a SQLite db in a VB6 program, without using ODBC, but working with OLEDB (faster)? Thank you, Giuliano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[sqlite] SQLite - VB

2004-01-14 Thread ISA Programmi
Hi all, I am a quite new user of SQLite; I liked it since the first day that I tryed some examples, and after reading the documentation about it; The reason why I'm asking for help is the following: I am getting learning C++ step by step, because that is the language that I will use in the

[sqlite] AGS_SQLite_Wrapper VB

2004-01-10 Thread ISA Programmi
Hi all, does someone could tell me how to implement the record (rows) navigation like "MoveNext", "MovePrevious", "EOF" etc... using the AGS_SQLite wrapper and VB6? Thank you a lot in advance, Giuliano Isacchi - To

[sqlite] VB6 and SQLite how to connect?

2003-12-16 Thread ISA Programmi
Hi, i'm a newby of the list, and i need please help: i am studying C++ while i want to move from VB to that language, but at the moment i have already some project written in VB6, that i would like to provide with the database SQLite, since i would like to use only this Database in the future.