Jump to content


SQLite lib - for AHK_L unicode


  • Please log in to reply
4 replies to this topic

#1 SQLiter

SQLiter
  • Guests

Posted 27 April 2011 - 08:24 AM

Anybody working on SQLite library for AHK_L (Unicode)?
According to this thread, nick's SQLite.ahk works only for AHK Basic and AHK_L (ANSI) :cry: :cry:

#2 me_L

me_L
  • Guests

Posted 05 May 2011 - 10:46 AM

... maybe you'd like this!

SQLite DBs have to be encoded as UTF-8 and results for queries are returned as arrays. It seems to work properly in 32 bit environments, I didn't test it in 64 bit environments.

#3 SQLiter

SQLiter
  • Guests

Posted 06 May 2011 - 07:21 AM

Thanks a lot! I'll try it as soon as possible.
I guess you are "ich_L" on german AHK forum (I know german a little bit :))
Why don't you post your SQLite for L 1.1.00.00 (U 32) on this (main) forum? It would be great if you'll do that.

#4 kidmar

kidmar
  • Members
  • 73 posts

Posted 11 May 2011 - 09:15 AM

Thanks for the script it works good on last AHK_L (1.1) Unicode 32 under XP32.
I'll soon be able to test it on a Win7 X64.
I think that script should be posted on the english forum too :)

#5 rhinox202

rhinox202
  • Members
  • 34 posts

Posted 28 December 2011 - 04:08 AM

@kidmar: Have you been able to test this script on AHK_L 64-bit. I have been unable to get it running.

Bob