Programmatically Creating SSRS Report in Microsoft SQL Server 2008
In this article by Dr. Jayaram Krishnaswamy, the process of programmatically creating the SQL Server Reporting Services (SSRS) tabular report is described. You will be creating a very simple report using the provided code. The approach is to introduce the programming by creating the three parts of a report: connection, dataset, and layout.
Read Programmatically Creating SSRS Report in Microsoft SQL Server 2008 in fullCustomer Management in Joomla! and VirtueMart
When the product catalog is ready, it is time to test the user registration and order management functionalities. We are going to discuss how to manage customers and orders in a three part series. This is the first part that covers VirtueMart's Customer Management. In this article by Suhreed Sarkar, we will:
- Configure the user registration settings for VirtueMart
- Manage users for a VirtueMart shop
- Create and manage fields for a customer registration form
Migrating from MS SQL Server 2008 to EnterpriseDB
In this article by Dr. Jayaram Krishnaswamy, we will learn about migration of data from MS SQL Server 2008 to EnterpriseDB. Migration Studio bundled with the EnterpriseDB download is a collection of tools to migrate automatically the data and business logic into Postgres from a variety of vendor products that include SQL Server, Oracle, MySQL to mention a few. This article shows you step by step how you may migrate a SQL Server 2008 table to Postgres Plus. You can only migrate tables and schemas but not database as a whole.
Read Migrating from MS SQL Server 2008 to EnterpriseDB in fullLooking into Apache Axis2
Flexibility and extensibility are the two main design criteria that software designers would like to have in their applications. When it comes to Axis2, its architecture is extremely flexible and extensible. Axis2 has a modular architecture. In this article by Deepal Jayasinghe, we will learn more about Axis2 architecture, its core components, and its main features.
Read Looking into Apache Axis2 in fullCategories and Attributes in Magento: Part 2
In the previous part of the article, we saw how to Create Categories and Add products to our store. In this part by William Rice, we will learn how to create Attributes and Attribute Sets in Magento.
Read Categories and Attributes in Magento: Part 2 in full

