Tag: Sql Server Enterprise

Navision Attain C/ODBC Crystal Report ? Customization Example

Posted on Jun.23, 2009, under Computer and PC Tips No Comments

Microsoft Business Solutions Navision is main ERP application for European, Brazilian markets plus it serves vertical segments of the USA market, such as light manufacturing, POS, CRM. As our experience indicates ? Navision implementation requires more customization and tuning in comparison to another mid-market ERP solution from MBS: Microsoft Great Plains. Our goal is to popularize Microsoft Business Solutions products and enlighten IT people to do customize Navision in-house.
Today, the main topic of this article is working with native C/SIDE [...]


Crystal Reports For Microsoft Navision – Overview For Programmer/IT Specialist

Posted on May.14, 2009, under Computer and PC Tips No Comments

Let us give you – developer some hints in the report creation.

C/SIDE database – use C/ODBC to create the connection for your Crystal Report. You have to make all the links inside the report. The drawback of this approach – report becomes inflexible if you would like to change database mapping (re-link from work to historical tables for example) – it is probably easier to redo report from scratch. You can use something like Crystal Query – which is still [...]


Microsoft Retail Management System (RMS) SQL Customization ? Overview for Programmer

Posted on May.12, 2009, under Computer and PC Tips No Comments

Microsoft Retail Management System serves retail single store as well as retail chains clientele. The customization scenarios, described in this article deal with the chains, when Microsoft RMS has multiple stores databases and Headquarters. Microsoft RMS is SQL Server-based application, so we will consider SQL programming ? SQL queries, views and stored procedures. Also Microsoft RMS could be integrated on the SQL level with other applications, such as Microsoft Great Plains, Microsoft CRM and non-Microsoft applications, such as Lotus Notes/Domino
? [...]


What is SQL?

Posted on Jan.09, 2009, under Web Design No Comments

What is SQL? SQL stands for Structured Query Language and is the lingua franca in the database world. SQL is a standard that is used by all database vendors and programmers to define, extract and access the information that is stored in databases. SQL began life as an IBM creation but was standardized by the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) as ANSI/ISO SQL in 1988. Since then ANSI/ISO SQL standard [...]