July 2009 - Posts

0
Comments

Solve an alert occuring when trying to save in ManagementStudio Table-design interface:Saving changes is not permitted by zc0000

Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. ERROR: “Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created...
0
Comments

A CALLBACK function is always triggered at LAST in a code route !! by zc0000

A segment of javascript code : function getValue() { var rel = null ; CustomService.GetValueFromServer( function (result) { rel = result; } ); return rel; } var myValue = getValue(); CustomService is a "ScriptService" attributed c# webService class with...
More Posts