i've written other hh applications in eVB and .NET that pass variables to a .ASP object and in turn, calls a stored procedure and updates sql databases. the problem i had in the past was knowing if the the stored procedure actual succeeded because wireless is not 100% reliable. to get around this i created a buffer table in sql server that would store the passed url's and the MAC addresses and the ASP would loop until the transaction got completed. at the same time the hh application checks a boolean value in the buffer table to see if the app is allowed to send another statement. i wish i could find a way to make a more efficient process and still have the ability to commit a true transaction.
i guess my question is: does this new development environment contain any objects that will handle this scenario? i hope this makes sense to somebody. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

