Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: 1 2 [3]
Print
Author Topic: AIR - Sqlite Proxy object  (Read 67731 times)
neil
Jr. Member
**
Posts: 16


View Profile Email
« Reply #30 on: August 01, 2008, 03:08:04 »

Wow! it's working!  ;D

Thanks a lot Thomas, this will hopefully keep me busy for a while!

I really appreciate your help, I thought I would never get my head around this, but it's slowly sinking in.

Cheers,

Neil

Logged
neil
Jr. Member
**
Posts: 16


View Profile Email
« Reply #31 on: August 01, 2008, 03:15:30 »

One more question :D
If I want to pass parameters into the sql, do I just create the sql string e.g.

:
new LocalDBDelegate( "SELECT * FROM tblrooms WHERE iRoomIDPK = " + id, LocalDBDelegate.MODE_SYNC, this, "" ).execute();

Cheers,

Neil
Logged
skipintro
Courseware Beta
Newbie
***
Posts: 6


View Profile Email
« Reply #32 on: August 01, 2008, 03:43:52 »

Yeah, you can actually pass an query / variables string to the delegates constructor.

Greets Thomas
Logged
Pages: 1 2 [3]
Print