

Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property.

Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Complying with all applicable copyright laws is the responsibility of the user. Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place or event is intended or should be inferred. I really appreciate any comments, recommendations, or suggestions.Information in this document, including URL and other Internet Web site references, is subject to change without notice. IDataReader _rdr = _cmd.ExecuteReader(CommandBehavior.SingleResult) Īfter invoking ExecuteReader() method, the OdbcCommand object has thrown an exception.Īre there any additional ODBC configuration that needs to be configured? or is this some sort of a bug? _cmd.Connection = pCmdArgsInfo.Guarantor Using (DbCommand _cmd = this.CreateCommand("sp_GetDebtorAccountForICM")) Using (OdbcConnection _conn = (OdbcConnection)this.CreateConnection()) This is what I've got actually,ĮRROR Procedure or Function 'sp_GetDebtorAccountForICM' expects parameter, which was not supplied. I got an ODBC runtime error that takes so much pain in my brain nerves.
