Dataportal.Create failed You need to override the DataPortal_Create method. Overriding AddNewCore When you override AddNewCore, is anyone raising the AddingNew event? In your collection class, are you overriding AddNewCore? It should look similar to this: Problem get Datagrid to work In your collection class, are you overriding AddNewCore? It should look similar to this: protected […]
Tag Archives: referencia
noise-data-information-knowledge-understanding-wisdom
num podcast de Linda Stone na conferência O’reilly media emerging technology 2006 ouvi a seguinte citação de Dee Hock sobre os diferentes estádios que um eventual pedaço de informação pode percorrer. “noise becomes data when it has a cognitive pattern, data becomes information when its assembled into a coherente whole which can be related to […]
Restore sql server backup
supondo que alguem nos envia um backup de uma base de dados sql e queremos fazer restore para o nosso servidor, à partida fariamos algo como: RESTORE DATABASE nomeBaseDados FROM DISK = “path\\ficheiro.bak” no entanto isto pressupõe que a base de dados que vamos restaurar vai ficar (pode ficar) no mesmo sitio onde estava no […]
null?
li aqui http://www.sqlmag.com/Article/ArticleID/49294/sql_server_49294.html (Designing for Performance: Null or Not Null?) um artigo sobre a definição de campos nullable / not nullable numa base de dados. qual é a vossa regra principal na definição dos campos?: 1. – null 2. – not null => null is evil! 3. – who cares?