AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SQLite - is it ready yet?

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
silkcom



Joined: 23 Jan 2008
Posts: 162

PostPosted: Tue Feb 17, 2009 5:16 pm    Post subject: SQLite - is it ready yet? Reply with quote

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?
Back to top
View user's profile Send private message
BoBoł
Guest





PostPosted: Tue Feb 17, 2009 5:22 pm    Post subject: Reply with quote

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 Confused
Back to top
daonlyfreez



Joined: 16 Mar 2005
Posts: 949
Location: Berlin

PostPosted: Tue Feb 17, 2009 5:24 pm    Post subject: Reply with quote

#INCLUDE SQLite.ahk - Functions to access SQLite3 DB's
_________________
mirror 1mirror 2mirror 3ahk4.me • PM or
Back to top
View user's profile Send private message
silkcom



Joined: 23 Jan 2008
Posts: 162

PostPosted: Tue Feb 17, 2009 5:32 pm    Post subject: Reply with quote

This is from 2006, how is it working? Do we have more example scripts?
Back to top
View user's profile Send private message
Maxmax14



Joined: 30 Mar 2008
Posts: 23
Location: France 14

PostPosted: Tue Feb 24, 2009 8:37 pm    Post subject: SQLite : Program to use SQLite Reply with quote

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
Back to top
View user's profile Send private message
silkcom-offline
Guest





PostPosted: Tue Feb 24, 2009 9:40 pm    Post subject: Reply with quote

i would be interested yes Smile.

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 Smile.
Back to top
Maxmax14



Joined: 30 Mar 2008
Posts: 23
Location: France 14

PostPosted: Mon Jun 29, 2009 7:23 pm    Post subject: SQLITE : Sqlite_Xplorer using #Include SQLite.ahk Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group