[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Is there a good approach to defining temp-table/prodataset as class property?

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
>> Something along the lines of a tool that takes a (db or TT) schema and (basically) creates an ActiveRecord representation of it? I don't know whether that (or anything that's close to an ORM) would be the best "ABL way" of approaching strongly-typed data. Visual Studio has a tool to generate a System.Dataset derived class from a database table schema. >> What are you trying to do with this object? There are ways - a handle-wrapper object being the simplest - of getting a TT/PDS in an OO-passable state. Are you just looking to give access to that TT data to another instance? Yes

Continue reading...
 
Status
Not open for further replies.
Back
Top