Board index » cppbuilder » Number of connections
Chris
![]() CBuilder Developer |
Number of connections2003-09-15 03:37:56 PM cppbuilder24 Hi all, I usually work with MS Access DBs and do not have to worry about the number of connections I make per application instance. However, I am now writing an application that will get all of its data from an Oracle 9i DB. I originally thought that it would be best to use just one TQuery but this is proving to be too restrictive. If instead I use one TQuery for most of the data retreival and another one only when really neccesary will this have a detrimental effect on the number of concurrent users of the DB? Do I need to take anything else into account? Cheers Chris |