Author Topic: I want to control database connections in my program and want that only one thread should be able to  (Read 40 times)

designpluz

  • Full Member
  • ********************
  • Posts: 154
    • View Profile
    • Web Design Sydney
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?