I am coding in C++, using MapInfo 12.5.2 (32 bit) MapBasic - and trying to do an insert statement:
Insert Into qqq_RSSI_CW_LTE_UpperC_22_0_Cha (MI_PRINX, Chan_5220_RSSI, DateTime, DateTimeInt, Max_Chan, Max_RSSI, PositionType, RunNumber, X, Y, Obj) Values (3, -115.669998168945, 0, 11829, 5220, -115.67, "CALC", 418, 11.47054545, 0.00000000, CreatePoint(11.4705,0.0000))
The "CreatePoint(X, Y)" portion of this statement is causing crashes and errors. The most frequent error is: Internal Error: 34531, but I have also gotten Internal Error 346nn (cannot remember the exact numbers) and an Out of space (false) error message when trying to write to the MI .TAB file I have created.
The "Internal Error" is not determinable as to when it happens. I create several points before the error appears, but again I don't have a set number.
See Attachment
I removed the "Obj" from the columns clause and the "CreatePoint" from the Values clause and now I don't get the errors. The problem is I need the points created, so does anyone have a fix/solution/idea/help for this?
Thanks,
Bill