Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 ab92
		
			ab92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi everyone !
Please see below my error :
i create this variable :
SET vQVD_X3ERP='..\Entrepot\X3ERP\';
 
Please could you help me about this problem ?
 ab92
		
			ab92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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.
 
					
				
		
 techvarun
		
			techvarun
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try removing the single quotes around variable like:
SQL SELECT *
FROM QLICKVIEW. $(vNOM_TABLE);
 ab92
		
			ab92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Tresesco,
Many thanks for your help but unfortunatly is not working :
Do you have an other idea ?
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you try without quotes what is the outcome?
 ab92
		
			ab92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please see below the new script error : it's like the same no ?
.png) 
					
				
		
 Miguel_Angel_Ba
		
			Miguel_Angel_BaWithout 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)
 ab92
		
			ab92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Miguel,
Thanks for your opinion but do you have an advice for this problem ?
.png) 
					
				
		
 Miguel_Angel_Ba
		
			Miguel_Angel_BaWas 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.
 ab92
		
			ab92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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.
