Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Dizzot
Dizzot
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dizzot
Customize the badges you want to showcase on your profile
coldfusion.air.Session offline AIR Auto-Increment - Adobe LiveCycle 17-11-2009
I am trying to build an AIR application with offline/online synchronization. I have set up my Coldfusion CFC's and built the action script classes using CF Builder, how do I have Flex/Sqlite auto increment my ID field when offline so I can use it as a reference for other objects created while offline?package com.gbobjects{ [RemoteClass(alias="resources.com.objects.User")] [Entity] [Table(name="User")] public class User { [Id] public var gbid:int; public var email:String; public var password:Stri...

Views

346

Likes

0

Replies

0