Re: [sqlite] thoughts on a web-based front end to sqlite3 db?

2005-03-07 Thread Richard Heyes
omething up and running pretty quickly. Notably, it has some of the most elegant code structure I've ever seen. HTH. -- Richard Heyes

Re: [sqlite] phpsqliteadmin

2004-05-08 Thread Richard Heyes
Try joining the mailing list for phpSQLiteAdmin (you can find details here: http://www.phpguru.org/static/phpSQLiteAdmin.html). -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[sqlite] [Annoucement] SQLite.NET

2004-04-20 Thread Richard Heyes
od to be correctly called using Cdecl convention. Also, it's now licensed under GPL. Cheers. -- Richard Heyes http://www.phpguru.org/static/SQLite.NET.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [sqlite] phpSQLiteAdmin

2004-03-18 Thread Richard Heyes
March, not February). Any further mail might be better on the support list. Signup at the url you posted above. -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [sqlite] Escaping chars

2004-03-10 Thread Richard Heyes
es and stripslashes (string functions) And http://php.net/sqlite_escape_string. -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [sqlite] Determining an auto increment primary key

2004-03-06 Thread Richard Heyes
> On Mar 6, 2004, at 3:25 PM, Richard Heyes wrote: > > > Is there a de-facto method of determining if a column is an INTEGER > > PRIMARY > > KEY column (ie the auto increment type). Best I can come up with is > > checking > > the type and if it has a unique

[sqlite] Determining an auto increment primary key

2004-03-06 Thread Richard Heyes
hanks. -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [sqlite] md5sum()

2004-02-06 Thread Richard Heyes
of > doing so. > > With that said, would it be offensive to add md5() aggregate support as > a --with-md5 configure option? Ack. Configure options lead to a nightmare on the app developers end - "Has it got this, has it got that...?" etc. -- Richard Heyes "There are 10 types

Re: [sqlite] Data encryption

2004-01-31 Thread Richard Heyes
same passwords > being used. You could maintain the data twice. One column encrypted, one column hashed (md5, sha etc). If you need the data, use the encrypted column, if you need to search, use the hashed column. -- Richard Heyes h

Re: [sqlite] Using Mono client in Microsoft.Net

2004-01-10 Thread Richard Heyes
> Not sure if this has been posted before, but it took me a while to work > out so might help someone. Thanks for posting this. Had the same issue with my own .net wrapper and at least now I know why! -- Richard Heyes --

Re: [sqlite] .NET sqlite wrapper

2003-11-26 Thread Richard Heyes
//www.phpguru.org/SQLite.NET.html Cheers. -- Richard Heyes http://www.v-webmail.co.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sqlite] .NET sqlite wrapper

2003-11-25 Thread Richard Heyes
heers. -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [sqlite] web server use of SQLite

2003-11-24 Thread Richard Heyes
> factor in this test - other components (such as the customized web > server that www.sqlite.org uses and the exec()-ing of RCS commands) > seemed to be what kept it from going even faster. Can you tell us what hardware this was on? Cheers -- Richard Heyes http:

Re: [sqlite] double email

2003-11-22 Thread Richard Heyes
ught that it might be something at your end, or maybe you're subscribed twice? Nobody else is complaining about this, and I sure don't have any issues with duplicate posts. -- Richard Heyes http://www.v-webmail.co.uk -

Re: [sqlite] Improving concurrency in SQLite

2003-11-22 Thread Richard Heyes
ction 4 (ie transaction options), and also optional (eg. :dir:) directory based databases. Cheers! -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [sqlite] SQLite C# Wrapper

2003-11-10 Thread Richard Heyes
pointer to the method I pass to it, (all done with delegates in C#). Cheers. -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sqlite] SQLite C# Wrapper

2003-11-10 Thread Richard Heyes
anyone has any tips, I'd be grateful. -- Richard Heyes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]