Error

sntk

Member
I type the follow sql in the oracledataset1 :
select * from GRADBENO_PODJETJE;

And i get the follow error: ORA-00911: invalid character.

What is wrong?

I have another question.
Where can i find some example how to meda an simple connection to oracle with our component.

Thank you
 
Hi

Originally posted by sntk:

I type the follow sql in the oracledataset1 :
select * from GRADBENO_PODJETJE;

And i get the follow error: ORA-00911: invalid character.

What is wrong?

I have another question.
Where can i find some example how to meda an simple connection to oracle with our component.

Thank you
";" this is possibly the wrong character !

try the statement without the semicolon.

Beste regrads Michael :rolleyes:
 
Back
Top