AutoHotkey Community

It is currently May 26th, 2012, 9:03 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: February 17th, 2009, 6:16 pm 
Offline

Joined: January 23rd, 2008, 6:38 pm
Posts: 162
I've been searching the forum, but only see old discussions on how cool it would be to have SQLite. Granted I haven't searched everything.

I'm wondering, is there an AHK file yet that lets you use SQLite quickly and easily?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 6:22 pm 
Quote:
AHKLitening - Wrapper/helper lib for SQLitening (SQlite)
[ Goto page: 1, 2 ]
#INCLUDE SQLite.ahk - Functions to access SQLite3 DB's
[ Goto page: 1, 2, 3 ]
What about to dig deeper :?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 6:24 pm 
Offline

Joined: March 16th, 2005, 10:33 pm
Posts: 969
Location: Frisia
#INCLUDE SQLite.ahk - Functions to access SQLite3 DB's

_________________
Image mirror 1mirror 2mirror 3ahk4.me • PM or Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 6:32 pm 
Offline

Joined: January 23rd, 2008, 6:38 pm
Posts: 162
This is from 2006, how is it working? Do we have more example scripts?


Report this post
Top
 Profile  
Reply with quote  
PostPosted: February 24th, 2009, 9:37 pm 
Offline

Joined: March 30th, 2008, 5:50 pm
Posts: 23
Location: France 14
Hello,
I am working on an ahk program to manipulate SQLite databases
I will put it in the forum when it will be (almost) finished.

Program will do a little bit like other free programs on the web : I took ideas from : sqlite3Explorer,sqlite_Browser, sqliteadmin, SQLiteSpy

If you want I can try to give a first test version. I use SQLite.ahk but I get some problems for some functions (like ATTACH database)

MaxMax14


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 24th, 2009, 10:40 pm 
i would be interested yes :).

I'd like one where you simply setup a few variables at the top, like

db_name = ...

that then gives you the ability to do

query = query_db(db_name, sql)

loop
row = fetch_row(query)
if(row)
...
else
break

And, insert = insert_db(db_name, sql)

that would be enough for me :).


Report this post
Top
  
Reply with quote  
PostPosted: June 29th, 2009, 8:23 pm 
Offline

Joined: March 30th, 2008, 5:50 pm
Posts: 23
Location: France 14
Hello,

I have finished a working version (V1.1) of my program to manage SQlite databases :

See : http://www.autohotkey.com/forum/viewtopic.php?p=278214#278214 for details

MaxMax14


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Exabot [Bot], Google [Bot], Google Feedfetcher, krajan, oldbrother and 60 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group