Version 0.9 is now available for download. Highlights: - Stored procedures are now fully supported by the driver. INPUT, OUTPUT, IN/OUT, RTNVALUE parameters, adCmdStoredProc command type functionality implemented (ADODB.Command class in C#, VBA, etc...). Stored procedures tab in Administrator tool enhanced/redesigned. - FIX: Multivalued local fields are properly mapped (VM instead of SM) - Now any jBC subroutine (including T24 code base) can be declared as a stored procedure in Administrator tool and reused in custom Win32/.NET application. Example:
cmdJB.CommandType = adCmdStoredProc cmdJB.CommandText = "OFS.GLOBUS.MANAGER" cmdJB.Parameters.Refresh cmdJB.Parameters(0).Value = "OFS.SOURCE.1" cmdJB.Parameters(1).Value = "FUNDS.TRANSFER,/ I/,,,TRANSACTION.TYPE=AC,DEBIT.ACCT.NO=XXXX,CRE..." cmdJB.Execute An example can be found here: http://www.vultar.md/forum?func=view&catid=10&id=17 - FIX: MS Access data import - Other minor fixes. --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
