Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hello, On line 45 in OdcbConnection.cpp, an instance of COdbcConnection is created. COdbcConnection is derived from CSqlConnection which contains the abstract method Drop. COdbcConnection is supposed to implement all abstract methods from the base class, but fails to implement Drop. Therefore the compiler complains about creating an abstract class at mentioned line 45 The attached patch adds Drop to COdbcConnection as a simple method that just returns "false" Bug #5070 created, patch is attached there as well Best regards Andreas -- Andreas Tscharner starfire at dplanet.ch ----------------------------------------------------------------------- Except for 75% of the women, everyone in the whole world wants to have sex. -- Ellyn Mustard -------------- next part -------------- A non-text attachment was scrubbed... Name: odbc.patch Type: text/x-diff Size: 651 bytes Desc: not available Url : http://www.cvsnt.org/pipermail/evs-dev/attachments/20070830/9c9d01d1/attachment.patch