Jump to content

Reading in and saving databases with SQLite


sshrum
 Share

Recommended Posts

I've been trying to write my own array filtering scheme and decided that I might as well trash that idea as that stuff got way complex way fast.

Now that I am looking at SQLite, I have 2 questions: 1) writing to a file and then 2) reading it back in

As it looks now, I'm guessing that I have to construct the database structure every time I read in my data and then parse the whole thing when I want to write it to a file.

I've tried:

_SQLite_Open ("data.txt")

from one of the examples where it creates a table with data in it. After the script ends, the data.txt file is there but it's empty.

Is there a special command I need to run in order for the data to get saved?

TIA

EDIT: NVRMND....TEMP TABLE...took out TEMP and the data go saved. :-P

Edited by sshrum

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...