1. Re: RDMS Database's and/or Record Managers What good is Euphoria?
- Posted by Isaac Raway <isaac-topica at blueapples.org> Jan 22, 2004
- 455 views
Play toy? Dude. This is a euphoria mailing list. Might not want to call the language a "play toy" in such company. Business applications are lightweight on the actual code. What's important is the database. That might be a bit trickier because there aren't many available for Euphoria, but it is no reflection on the language. sixs wrote: > > >Is Euphoria powerful for business applications or just a play toy, not >competing with Visual Basic or Delphi or? > >-----Original Message----- >From: Ray Smith [mailto:smithr at ix.net.au] >Sent: Wednesday, January 21, 2004 9:12 PM >To: EUforum at topica.com >Subject: RE: RDMS Database's and/or Record Managers > > >Euman wrote: > > >>From: "Ray Smith" <smithr at ix.net.au> >> >> >[snip] > > >>>but I dont believe you are giving people the full picture of what >>> >>> >RDBMS > > >>>can do. >>> >>> >>Why would i? >> >> >Because you are giving an overview of Databases vs Record Managers >and then saying how good record managers are. > > >>Have you even given tsunami a look Ray? >> >> >I looked at the tsunami record manager in the past but not since you >created your eu wrappers. >I'm not saying the tsunami record manager is bad in anyway at all. > > >>Just how much easier is this than the tsunami wrappers? >>1) to learn >>2) for speed >>3) for security (any encryption routine will do, there are several in >>the RDS archive) >> *(Tsunami Pro has built-in encryption) >>4) total control of your data >> >> >I listed (and hence agree) that there is more work in setting up and >mainting a RDBMS. >>From a programming point of view SQL can give you alot of flexibility >and power that record managers don't give you. And yes, it will take >more time for a developer to learn these things but that time should >be recoped in the long term by the efficiency of these powerful >tools and technologies. > > >>>The Pros for RDBMS >>> >>>A good RDBMS is "almost" always required for large and complex >>>projects. >>> >>> >>Is this true? >> >> >I beleive it's true. > > >>Can you see anything written useing euphoria's speed for large projects >> >> >>anyway? >> >> >I agree, I personally don't think Euphoria can handle large complex >systems. >That doesn't mean that I wouldn't use a database for a Euphoria >project though ;) <snip> > >