Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Invalid Pointer Exception
Fri, Nov 18 2011 10:36 AMPermanent Link

jframe

Hi,

I'm developing an application, and I'm getting an invalid pointer operation error.

ERROR [42000] [Elevate Software][DBISAM Database System] Invalid pointer operation
ERROR [42000] [Elevate Software][DBISAM Database System] Access violation at address 0B36CC48 in module 'dbodbc.dll'. Read of address 00000000

This occurs when I call da.Update(ds.Tables[0]);

I have no idea what might be causing this. Does anyone have any ideas of things to check?
Mon, Nov 21 2011 1:09 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< I'm developing an application, and I'm getting an invalid pointer
operation error.

ERROR [42000] [Elevate Software][DBISAM Database System] Invalid pointer
operation
ERROR [42000] [Elevate Software][DBISAM Database System] Access violation
at address 0B36CC48 in module 'dbodbc.dll'. Read of address 00000000

This occurs when I call da.Update(ds.Tables[0]); >>

What version of the DBISAM ODBC Driver are you using ?  If you can post
further information on the client application being used, etc., then I can
help further.  I may need to have you send me the the table that you're
updating also.

--
Tim Young
Elevate Software
www.elevatesoft.com
Tue, Nov 22 2011 3:51 PMPermanent Link

jframe

<< What version of the DBISAM ODBC Driver are you using ?  If you can post
further information on the client application being used, etc., then I can
help further.  I may need to have you send me the the table that you're
updating also. >>

I'm using DBISAM 3 ODBC Driver ver 3.30.01.01 because I'm working with Petra data. My update is being called on Petra's LOGDATAX table.
Wed, Nov 30 2011 5:24 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< I'm using DBISAM 3 ODBC Driver ver 3.30.01.01 because I'm working with
Petra data. My update is being called on Petra's LOGDATAX table. >>

What application are you using with the ODBC Driver ?  And also, I will
still probably need the table from you along with information on how you're
trying to access it in the client application.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image