Click here to Skip to main content
15,880,503 members

Comments by Zoltán Zörgő (Top 200 by date)

Zoltán Zörgő 10-Mar-20 15:06pm View    
As long as nothing stops yoiu to do it, it is allowed. However, it is not recommended. SSMS is using the same approach under the hood. This is the "do it if you know what you are doing" kind of situation. Anyway, changing column order has rarely any use at all.
Zoltán Zörgő 13-Sep-16 14:08pm View    
I suppose no one can give you the answer you hope for. Just an advice: rewrite that procedure. To be able to do that, you need to know exactly what it does (more precisely, what it should do).
Zoltán Zörgő 16-Feb-16 8:17am View    
This is what you have tried? Really? Dude...
Do you know regualr expressions? It is quite easy with it.
Zoltán Zörgő 25-Dec-15 10:29am View    
What has this to do with SQL???
Zoltán Zörgő 11-Dec-15 12:56pm View    
Not necessarily. The java (applet) code is interacting with the dom. It can also call JavaScript. See: https://docs.oracle.com/javase/tutorial/deployment/applet/invokingJavaScriptFromApplet.html
But in this case the statement is in the applet's code not in the web page itself. But the JavaScript statement is executed by the browser not by the java runtime. So the message I see is popped by the browser. And I am pretty sure this is my case. So I need the means to trace somehow this interaction between the applet and the browser. But I don't know how to do it.