View Single Post
  #5 (permalink)  
Old 08-30-2007, 08:23 AM
markbarrett_1 markbarrett_1 is offline
Junior Member
 
Join Date: Aug 2007
Location: Australia
Posts: 17
Default

Hi,

Its fairly straight forward to do with sql statements (assuming you have designed your sql tables properly and have created the right indexes with your primary key and whatever sort order you are wanting to go through the database - you need an ability to uniquely identify each row, that is the big gotcha). I've seen it done on other database engines - as everything I've read about sqllite's sql implementation there is no reason to suggest that it won't work in that engine either - like I said a bit of code to make it happen.

Cheers.

M
Reply With Quote