Jump to content

SQLite Help


Recommended Posts

One thing I am not good with is dll and com.

I see somewhere in the SQLite forum it says a 140kb DLL?

This I can not find....

Also when I use this dll, how would i just use it to execute simple queries of.

Select * from database.1 where vendor like "%vendor%"

Also to add columns, the update, and set function, and and remove.

=]

Thanks for any help.

[center][/center][center]=][u][/u][/center][center][/center]

Link to comment
Share on other sites

You dont need to worry about the DLL, just use the sqlite udf, see the help file for more info.

GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Link to comment
Share on other sites

A search in the SQLite mailing archive didn't turn up anything in the 140Kb ballpark. Vanilla SQLite Windows build (tonight v3.6.23 release) is around 508Kb.

As Yoriz said, run the help file examples to get started. Once you get a feeling of how it works for simple things, try adapt to your own situation (keeping things simple). Then when you run into problems you know where you can ask for help. After a while you'll be able to fly by your own and reach SQL Nirvana (or close).

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

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