6 lines
		
	
	
		
			186 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			186 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| select * from RODBS
 | |
| update rodbs set folderpath='K:\VE-PromsData\ro' where rodbid = 1
 | |
| --set the path to where the customer keeps their ro folder
 | |
| select * from RODBS
 | |
| 
 | |
| Select * from ROFSTS |