RE: only can open 25 files ?
- Posted by Derek Parnell <ddparnell at bigpond.com> May 23, 2001
- 438 views
> -----Original Message----- > From: jimmy17 at indosat.net.id [mailto:jimmy17 at indosat.net.id] > Sent: Wednesday, 23 May 2001 3:00 PM > To: EUforum > Subject: only can open 25 files ? > if i would like to open more than 25, how ? With great difficulty. It is possible, by managing a pool of file handles, but the added complexity and risk of having many simultaneous open DOS files is not worth the effort, in my opinion. You just open yourself to problems and maintenance issues. Instead, I'd seriously rethink the design of the application and consider using a database - such as EDS, the Euphoria Database System supplied by RDS. ----------- cheers, Derek Parnell Senior Design Engineer Global Technology Australasia Ltd dparnell at glotec.com.au ---------------------