I was used to execute simple queries in my AIR applications, ie with only one INSERT, UPDATE or DELETE statement. But, recently, I had to execute queries including several statements (database creation or mass-insertion of data). I thought that would be easy but actually it requires a “workaround”.
Oct 07
Oct 05
This is something I wanted to do for a long time : to have the city field autofilled in a Flex form when the zip code and the country are given. This, using a free HTTPService or WebService.
I started the task this week and it’s now done using the services of GeoNames.org.