I realize that RDS isn't supported by K2, but I'd be very grateful if anyone can share any real experiences connecting to RDS. We don't want to use it for our K2 database, but some of the systems we integrate with want to move to RDS.
Here is what I've found with my initial attempts. I connected to an RDS database and used the SMO tester:
- I can call create, list, and delete on SMOs that are directly against tables
- I was able to call a database view and view results.
- I called 2 stored procs. One of them returned data and one didn't. I can't tell why the one didn't.
Any experiences with RDS would be very helpful to me.