Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by altb

  1. altb

    Pervasive 8.50 OleDb Stored Procedure

    W3ODBCCI.DLL version 8.50.189 dated 29/10/2003. but ODBC works fine. when i try oledb the exception is always "Object reference not set to an instance of an object." which i suspect is related to the parameters of the stored proc, since all code is exactely the same as in ODBC. I can also assure...
  2. altb

    Pervasive 8.50 OleDb Stored Procedure

    Hi, I try to call a stored procedure with oledb provider in c#. the procedure declaration in pervasive is as follows: CREATE PROCEDURE GET_LICENSES(IN :CHANGED_AFTER TIMESTAMP,IN :IS_ANNUAL BIT,IN :IS_BAKARAT_NEHAGIM BIT,IN :IS_TEUDAT_LIVUY BIT) This LICENSESSelectCommand works fine in Odbc...

Part and Inventory Search

Back
Top