Displaying 2 results from an estimated 2 matches for "deplhi".
Did you mean:
delphi
2007 Apr 06
4
using Ruby as a front end for a trading system
...hile I am trying to build the case with
Ruby. Some of our classes have been developed in delphi7. Would I be
able to use RoR on the front end of this application? and pass the
information back to say a soap-enabled web services server... so the
idea is:
ruby on the front --> web services --> deplhi classes --> DB
or should I just do this:
RoR --> Db
also, is RoR n-tiered? from what i have read so far, it is much like
PHP..ie 2 tiered unless we do some extra work?
thanks all, appreciate the help!
Moti
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-...
2006 May 28
10
Equivalence of TSQL Stored Proc and User defined functions
RoR Equivalence of TSQL Stored Procedures and User defined functions
As I browsed through the tutorials and online eBook ?Programming Ruby?,
I have not come across the terms ?Stored Procedures? or ?User-defined
functions? as I know them in SQL 2000.
However, the online documentations in MySQL 5.0 show that Stored
Procedures and User-defined functions are supported in MySQL 5.0.
I wonder what