Hi,

 

I’m new to flex dataservices (using WebORB), and I like to know what’s the difference between:

 

ds = new DataService("contact");

ds.fill(contacts);

 

and

 

ds = new DataService("contact");

var token:AsyncToken = AsyncToken(ds.fill(contacts));

token.kind = "fill";

 

Thanks!

Jonas

 

Jonas Windey

Web Developer

T. +32 3 216 86 47

 

Pixco Interactive Division

T. +32 3 216 86 40

F. +32 3 216 86 49

 

http://www.pixco.com

 

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to