This question is locked. New answers and comments are not allowed.
I know this question gets ask a lot especially if you are a ASP.NET developer and still figuring out how to connect to a SQL, Oracle or any databases out there. One thing is clear you can not directly connect to a database but you can use web services. To use ICENIUM whats the best practice to follow if an app needs to connect to a database? create a web server that is consumed by JSONP? or what would be the starting point?