Question Albert Forcadell · Nov 17, 2016 DrawTableError in Management Portal SQL Utility i have this errorDrawTableError : <MAXSTRING> zDrawTable+349^%CSP.Util.TablePane.2perhaps i have the possibility of Deleting all history queries, but i think better to check the table where last queries were stored and solve it by deleting wrong registries. anybody knows where is the table 'QueryHistory'. #SQL #Caché 0 3 0 324
Question Albert Forcadell · Nov 16, 2016 Update several rows in SQL statement at Management Portal Since now i have been working from external connection but i want to work with the SQL utility of Management Portal i dont know how to do with several instructions like in other editors like this example update Prod.Articulos set Alto = 1646, Ancho = 16, Fondo = 80 where CodigoNum = '100' and Empresa = 'CO' update Prod.Articulos set Alto = 1646, Ancho = 16, Fondo = 400 where CodigoNum = '101' and Empresa = 'CO' update Prod.Articulos set Alto = 1646, Ancho = 16, Fondo = 400 where CodigoNum = '102' and Empresa = 'CO' it returns #Beginner #SQL #Caché 0 11 0 731