Re: [sqlite] .import difficulty

2006-06-02 Thread Vishal Kashyap
try .import "test.txt" b ; On 6/2/06, cstrader232 <[EMAIL PROTECTED]> wrote: I'm having trouble importing. I'm using sqlite3 from dos. sqlite3 test.db; create table b (a, b, c); .import "test.txt" b; returns "no such table b" tia -- Wit

[sqlite] Mozilla and SQLlite

2006-03-23 Thread Vishal Kashyap
Hi , How to write applications with mozilla rendering forms and SQLlite as database as a stand alone application. -- With Best Regards, Vishal Kashyap. http://www.vishal.net.in

[sqlite] How to Upgrade

2006-03-12 Thread Vishal Kashyap
, Vishal Kashyap. http://www.vishal.net.in

Re: [sqlite] Using SQLite on networked drive

2006-03-03 Thread Vishal Kashyap
Deepak , I simply got it done by maping the shared folder to a drive letter and made the connection persistant. Moreover changed all the inherent script was also changed in php cli program and every this is rocking Best Regards, Vishal Kashyap. http://vishal.net.in On 3/3/06, Deepak Kaul

[sqlite] Using SQLite on networked drive

2006-03-02 Thread Vishal Kashyap
Dear All , Wanted to know if we can use sqlite database from network drives ? -- With Best Regards, Vishal Kashyap. http://www.vishal.net.in

Re: [sqlite] [kde-announce] Kexi 1.0 beta 1 released

2006-02-28 Thread Vishal Kashyap
> > Kexi Developer: http://www.kexi-project.org | http://koffice.org/kexi > Kexi Support:http://www.kexi-project.org/support.html > Kexi For MS Windows: http://kexi.pl/wiki/index.php/Kexi_for_MS_Windows > KDE3, KDE4 Libraries For Developing MS Windows Applications: >http://www.kdelibs.com/wiki > ___ > kde-announce mailing list > [EMAIL PROTECTED] > https://mail.kde.org/mailman/listinfo/kde-announce > > > > -- With Best Regards, Vishal Kashyap. http://www.vishal.net.in

Re: [sqlite] ANN: SQLiteSpy 1.5.1 released

2006-02-05 Thread Vishal Kashyap
Hi , Can I download SQLiteSpy some other link. It seems my ISP has some issues connecting to the site. Much better if someone can e-mail me SQLiteSpy straight away. Thanks in advance. Regards, Vishal Kashyap http://vishal.net.in On 2/2/06, Ralf Junker <[EMAIL PROTECTED]> wrote: &

[sqlite] Sqllite As server

2006-01-31 Thread Vishal Kashyap
Dear All, We have an existing Sqlite application which till now was fine running on single machine. Now we need flexibility of client server model. Is this possible with Sqlite ? . Or alternatively is it possible to use Sqlite db file from shared drives. -- With Best Regards, Vishal Kashyap

Re: [sqlite] Importing Tab delimited data

2006-01-30 Thread Vishal Kashyap
> .import. If you are on windows I can send you sqlite3.exe compiled > with that patch if you need it. > > -- > Nemanja Corlija <[EMAIL PROTECTED]> > -- With Best Regards, Vishal Kashyap. http://www.vishal.net.in

[sqlite] Functions

2006-01-17 Thread Vishal Kashyap
Dear All , Was looking on the functions code. Wondered if their's any way I can do something like for select from table do something here loop the field have a array of data may be single row but only single column -- With Best Regards, Vishal Kashyap. http://vishalkashyap.tk

[sqlite] VB.Net

2005-12-19 Thread Vishal Kashyap
Dear All , Any possibility of using VB.NET with Sqlite as Backend. Please do mention some links. -- With Best Regards, Vishal Kashyap. http://vishalkashyap.tk

[sqlite] Stored Procedure or Functions

2005-12-18 Thread Vishal Kashyap
Dear All , Is their any way we can write simple stored procedures or functions in sqlite. If yes please do guide me I need this functionality in one of my open source project. -- With Best Regards, Vishal Kashyap. http://vishalkashyap.tk