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:
dsandersoremutah
2006-09-22 18:12:23 +00:00
parent cdb5e3b15c
commit 23e0dacc2a

View File

@@ -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);