Needed to call inputData instead of inputKey.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@903 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -706,7 +706,7 @@ JNIEXPORT void JNICALL Java_xflaim_DataVector__1inputData(
|
||||
|
||||
bMustRelease = true;
|
||||
|
||||
if (RC_BAD( rc = THIS_VECTOR()->inputKey( pDb, (FLMUINT)iIndexNum,
|
||||
if (RC_BAD( rc = THIS_VECTOR()->inputData( pDb, (FLMUINT)iIndexNum,
|
||||
(FLMBYTE *)pvData, uiDataLen)))
|
||||
{
|
||||
ThrowError( rc, pEnv);
|
||||
|
||||
Reference in New Issue
Block a user