[sqlite] Using password with SQLite

2004-12-21 Thread Bronislav Klucka
Hi, I want to use sqlite as database for project written in PHP, is there any way howto protect this database using password? I don't want users to be able to connect to this database directly. Thanx Brona

RE: [sqlite] Field name

2004-03-07 Thread Bronislav Klucka
sorry, your corrections are correct Thanks Brona > > 1. I think you meant 'John Smith'; that's correct. > > 2. Correct. Result is John "the Big" Smith > > 3. I'm sure you meant 'John ''the Big'' Smith'. >Result is John 'the Big' Smith > > > Regards

RE: [sqlite] Field name

2004-03-07 Thread Bronislav Klucka
Hi, That's not, what Richard wrote me ::( but when I insert text into table, is this all OK? name='John Smith" name='John "the Big" Smith' //double quotes around `the big` name='John ''the Big'' Smith" //two singe quotes around `the big` so it's exactly the oposite way Richard wrote me

RE: [sqlite] Pragma setting

2003-12-07 Thread Bronislav Klucka
OK, I'll try it another way: Is there any way how can I get to know how are partisular pragmas set? Brona > -Original Message- > From: Kurt Welgehausen [mailto:[EMAIL PROTECTED] > Sent: Friday, December 05, 2003 10:16 PM > To: [EMAIL PROTECTED] > Subject: Re: [sqlite] Pragma setting > >

RE: [sqlite] Field name

2003-11-27 Thread Bronislav Klucka
but the results column name seems to be [brona'-kluc"ka] instead of brona'-kluc"ka > -Original Message- > From: Greg Obleshchuk [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2003 10:32 AM > To: 'Bronislav Kluèka' > Subject: RE: [sqlite] Field name > > > Hi , > I prefer to

RE: [sqlite] Jumping to a record

2003-11-11 Thread Bronislav Klucka
; qualify that - anything that I've tried hasn't worked yet! define "jump" to that record, and still maintain my original select parameters and order". Be more specific.. Bronislav Klucka - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [sqlite] Fields parameters

2003-11-06 Thread Bronislav Klucka
o know if field is part of key (or primary key) and if it is unique. S pozdravem Bronislav Klucka --------=[ pro2-soft.com ]= Bronislav Klucka

[sqlite] Fields parameters

2003-11-02 Thread Bronislav Klucka
for something like "describe table" statement in MySql. Bronislav Klucka - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]