miércoles, 28 de septiembre de 2011

Open Framework, Information Management Strategy & Collaborative Governance | Data & Social Methodology - MIKE2.0 Methodology


'via Blog this'

JPivot - Screenshots

JPivot - Screenshots:

'via Blog this'

ADF Faces 11g: Reloading the Matrix – using the Pivot Table component « AMIS Technology blog

ADF Faces 11g: Reloading the Matrix – using the Pivot Table component « AMIS Technology blog:

'via Blog this'

ADF 11g RichFaces – A closer look at the Pivot Table Data Visualization component « AMIS Technology blog

ADF 11g RichFaces – A closer look at the Pivot Table Data Visualization component « AMIS Technology blog:

'via Blog this'

Conversión y validación en JSF

Conversión y validación en JSF: "FloatConverter"

'via Blog this'

jueves, 8 de septiembre de 2011

MySQL Lists: mysql: Re: Algorithm for resolving foreign key dependencies?

MySQL Lists: mysql: Re: Algorithm for resolving foreign key dependencies?: "SELECT c.table_schema,u.table_name,u.column_name,u.referenced_column_name
FROM information_schema.table_constraints AS c
INNER JOIN information_schema.key_column_usage AS u
USING( constraint_schema, constraint_name )
WHERE c.constraint_type = 'FOREIGN KEY'
AND u.referenced_table_schema='db'
AND u.referenced_table_name = 'tbl'
ORDER BY c.table_schema,u.table_name;"

'via Blog this'