Jump to content

Problem with SQLite...


Go to solution Solved by sshrum,

Recommended Posts

SQLite v 3.8.8.3

AutoIT v 3.3.12.0

SQL statement is:

Update Metadata set AcquisitionTime="2009/04/23 16:14:23" where SourceURL="M:\1\1 Giant Leap-My Culture.mp3";
 

Getting @error = 2 and 21 as the result from _SQLite_Exec()

If I set _SQLite_SafeMode(False), I get a out of memory error on _SQL_Exec().
 
Sending this line via SQLite Admin (using SQLite v 3.8.8.3) works fine.
 
Databases are fine as I pull data from them prior to doing the UPDATE sql and load them into arrays.
 
I also can't seem to find where the SQLite constants are as referred to in the Help file under _SQLite_Exec - Return Value - Failure.
 
TIA
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

Hard to tell without seeing code!

$SQLITE_* constants are all declared at the top of the sqlite.au3 include file and yes they match error codes of SQLite. Not doing so would be terribly troublesome.

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

  • Solution

I've skirted the issue by loading up the results in arrays and then writing it out to a new database file.  Not really what I was hoping for but it works and I only need to do it the one time.

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...