Hi Carlo,

> Here are the instructions given me

> You can add entries with inserts from the command line.  You should  
> be able to do it like this:
>
> sqlite /var/local/database/dblist “insert into list  
> (owner,behavior,entry) values(0,0,’newblacklistentry.com’) ”

Well those original instructions are correct, as long as you unsmarten  
the the quotes, so it reads:

sqlite /var/local/database/dblist "insert into list  
(owner,behavior,entry) values(0,0,'newblacklistentry.com') "

But what you were trying was incorrect:

>> sqlite /var/local/database/dblist "insert into list  
>> ('0,0,newblacklistentry1,com') values
>> ('0,0,newblacklistentry1.com')"
>>

Tom
BareFeet
http://www.tandb.com.au/sqlite/compare/

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to