View Single Post
  #5   (View Single Post)  
Old 11th May 2009
l2fl2f's Avatar
l2fl2f l2fl2f is offline
Real Name: Yves Guerin
Port Guard
 
Join Date: May 2008
Location: Montreal, Quebec, Canada
Posts: 25
Thumbs up

Dear DNAeon

I try the hints from TerryP and I works great

- csqlite3 test.db "CREATE TABLE adrip (adrip TEXT PRIMARY KEY);"
return nothing, so it seems ok
- csqlite3 test.db "INSERT INTO adrip VALUES ('127.0.0.1');"
return nothing, so it seems ok
- csqlite3 test.db "SELECT * FROM adrip;"
adrip = 127.0.0.1

so it works anyway

Thanks you for your help and your code review (the time you spend to understand the code)
Reply With Quote