hi Marco,
we're having an issue w/ the TOraclewwDataSet in that we're getting an Ora 01031: insufficient prifilege. The insert works fine with the plain TOracleDataSet.
Here's the snipped of code:
the qCluster, a TOraclewwDataSet component's sql is defined as:
SELECT CL.ROWID, CL.*
FROM DCS.MYTable CL
WHERE CL.CLUSTER_PUB = :CID
I'm attempting to do something as simple as:
qCluster.InsertRecord([null, '070X06', Format('Auto Added %s',[DateTimeToStr(now)]), null];
when I get the error. Again, this works fine w/ a TOracleDataSet.
My TOraclewwData.pas is dated 3/15/99 however the DOA installation version is 3.4.6.4 I tried removing the component and reinstalling it but no luck.
thx much,
Cosmin
we're having an issue w/ the TOraclewwDataSet in that we're getting an Ora 01031: insufficient prifilege. The insert works fine with the plain TOracleDataSet.
Here's the snipped of code:
the qCluster, a TOraclewwDataSet component's sql is defined as:
SELECT CL.ROWID, CL.*
FROM DCS.MYTable CL
WHERE CL.CLUSTER_PUB = :CID
I'm attempting to do something as simple as:
qCluster.InsertRecord([null, '070X06', Format('Auto Added %s',[DateTimeToStr(now)]), null];
when I get the error. Again, this works fine w/ a TOracleDataSet.
My TOraclewwData.pas is dated 3/15/99 however the DOA installation version is 3.4.6.4 I tried removing the component and reinstalling it but no luck.
thx much,
Cosmin