should the access API be done in a stored proceedure?
Status: Alpha
Brought to you by:
stuckym44
someone should look into the feasability of putting the
rube access API inot a stored proceedure, especially
now that MySQL has stored proceedures. this would
avoid duplicating the algorithm in various languages in
cases where there are multiple requests to the same
rube from different sources. Most other databases have
stored proceedures, so this would encapsulate the API
with the data in the database.
Seems to me a bit cleaner implementation.