Alaska Software Inc. - New version of AdsClass++ ready for download
Username: Password:
AuthorTopic: New version of AdsClass++ ready for download
Dieter StelznerNew version of AdsClass++ ready for download
on Tue, 01 Jun 2010 14:25:45 +0200
Hello,
the new version of AdsClass++ 3.4.037 is ready for download from our
homepage www.ds-datasoft.de
Your
DS-Datasoft team

Following the modifications with this version:

- this version is adapted to ADS version 10.0!               

dsAceServer:TransactionFree      new: only ADS Version 10: disbale
transaction for a table
dsAceDD:SetSQLTimeout            new: only ADS Version 10: set timeouts
for SQL execution
dsAceSqlServer:SetSQLTimeout     new: only ADS Version 10: set timeouts
for SQL execution
dsAceSession:SetSQLTimeout       new: only ADS Version 10: set timeouts
for SQL execution
dsAceSession:SetCollation        new: only ADS Version 10: set
collation for a connection
dsAceSession:GetCollation        new: only ADS Version 10: get
collation for a connection
dsAceDD:SetCollation             new: only ADS Version 10: set
collation for a connection
dsAceDD:GetCollation             new: only ADS Version 10: get
collation for a connection
dsAceServer:GetCollation         new: only ADS Version 10: get
collation for a connection
OpenAceServer()                  new: only ADS Version 10: open
temporary tables
AdsListen()                      new: class for event notification, see
sample in directory Notify
Unicode support                  new fieldtypes NCHAR, NMEMO, fieldput,
fieldget, seek, lookupkey, setaofw, setScope
dsAceServer:lookupkey            enhanced: Version 10 seeks with full
key length
dsServer.ch                      new: added new unicode fieldtypes:
NCHAR, NMEMO
dsAceQTable:LastErrorMsg()       fixed: get last ADS errorstring,
sometimes returned empty message
dsAceQTable:Skip(0)              changed: skip(0) rereads the record
and checks if record meets ALL filter, scopes, aof and index conditions,
                                 and if validation fails, will skip to
the next visible record, like Xbase++ DBSkip(0)
dsAceDD:Pack, Zap, Reindex       enhanced: further parameters for
receiving errors and break in case of error
dsAceQTable:FieldPut             enhanced: 3rd parameter to write
portion of timestamp
dsAceQTable:SeekLast             fixed: found wrong record in
combination with softseek=ON
dsAceQTable:FieldGet             enhanced: 3rd parameter: RETURN_NULL
will return NIL when datavalue is NULL (and not corresponding empty
Xbase datatype)
--