Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you guys code your database connection
#2
Generally its better to use a datamodule/session level connection for users. ie one per session and use connection pooling. A single connection for all sessions will create a bottleneck.
Reply


Messages In This Thread
RE: How do you guys code your database connection - by kudzu - 05-16-2018, 01:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)