Does Forms use the service account for all database access? For a forms lookup for example, does it just use the one account to open/close that connection for a database call? This is as opposed to a pool of connections that can be configured to scale with use to avoid having to open and close connections. Just wondering how that works.
Thanks