How to bring the names of the fields in UPPERCASE when in use ADD ALL FIELDS SQLDATSET ?
Thanks
			
									
									
						Uppercase the names fields
Hello,
When adding fields (ADD ALL FIELDS), the fields are added in such case as they are stored at a server. So, if you need your fields to be uppercase, you should just create them uppercase.
Automatic case change at fields adding is not supported.
P.S. Please explain the need of changing the field names to uppercase
			
									
									
						When adding fields (ADD ALL FIELDS), the fields are added in such case as they are stored at a server. So, if you need your fields to be uppercase, you should just create them uppercase.
Automatic case change at fields adding is not supported.
P.S. Please explain the need of changing the field names to uppercase