PDA

Click to See Complete Forum and Search --> : Oracle/VB Error


kertsman
Oct 7th, 1999, 02:55 AM
Hello,

I am getting a frustrating error whenever I try to write data from a VB form to the Oracle DB. Here is the error:

-
Run-time error '-2147467259 (80004005)':

Insifficient base table information for updating or refreshing.
-

Does anyone know what this means and how might it be happening.

Thanks in advanced,
Kevin

JHausmann
Oct 7th, 1999, 09:00 AM
If I had to guess, and that's all this is, I'd say you're trying to create a temporary table and don't have the permissions to do so.

I could be wrong. :)