var fDesc=new Array(); fDesc[0] = "CA ERwin Data Modeler is an industry-leading data modeling solution that provides a simple, visual interface to manage your complex data environment. THE CA ERwin® Data Modeler family of products is made up of a number of distinct editions that are designed to meet the needs of a variety of audiences across the organization.


CA ERwin Data Modeler increases productivity by providing an easy-to-use graphical environment that simplifies database design and automates many time-consuming tasks, accelerating the creation of high-quality, high-performance transactional and data warehouse databases.

The ability to visualize large quantities of data objects in a graphical format helps promote effective communication between the business and technical stakeholders, ensuring that business requirements align with technical database implementations.

With a visual design, database developers can address design issues and concerns prior to any significant resource investments, helping your organization respond faster to evolving business needs by highlighting the impact of change on information assets and allowing you to respond quickly to your ever-changing and rapidly growing data environment."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }