[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Microsoft access

  • Thread starter Thread starter Roger Blanchard
  • Start date Start date
Status
Not open for further replies.
R

Roger Blanchard

Guest
Sure, but you have to write the code. We do that today with a SQLite DB. By using the BUFFER object handle you have access to all the buffer fields. DO I = 1 TO buffer-object:NUM-FIELDS: hBufferField = buffer=object:BUFFER-FIELD(I). /* By using the BUFFER-FIELD handle you have access to DATA-TYPE, NAME, FORMAT, DEFAULT-VALUE, etc. */ END. You would have to create class to use the System.Data.OleDb.OleDbCommand to create the table/fields.

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