Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone !
Please see below my error :
i create this variable :
SET vQVD_X3ERP='..\Entrepot\X3ERP\';
Please could you help me about this problem ?
Hi Miguel yes you are absolutely right, I'm trying to find a solution in this way, I installed the Oracle driver.
Actually I used the version
If you are not agree please let me know ..
But I research informations regarding the access maybe I need more.
Try removing the single quotes around variable like:
SQL SELECT *
FROM QLICKVIEW. $(vNOM_TABLE);
Hi Tresesco,
Many thanks for your help but unfortunatly is not working :
Do you have an other idea ?
If you try without quotes what is the outcome?
Please see below the new script error : it's like the same no ?
Without quotes, the driver returns that the table does not exist, while with quotes it says that the character is not valid. Are those the right single quotes to be used with that driver? I have seen in PostgreSQL databases the use of the acute ` and in most of other databases either single quotes ( ' chr 39) or double (" chr - 34)
Hi Miguel,
Thanks for your opinion but do you have an advice for this problem ?
Was not an opinion, I just don't know which driver is it using and which quotes are the right ones. At a first glance, if you are not using PostgreSQL databases, I'd say the ` character for the table is not being accepted by the driver (for example, see ORA-00911: invalid character - TekStream).
However, without further details I cannot say.
Hi Varun, please could you develop your opinion ?
i read your documents I try without to reload with this function
SQL SELECT *
FROM QLICKVIEW
Is not working. same error.
Do you have an advice ?
Many thanks.