Part

Microsoft Great Plains 10.0 Integration Options, Part Two

In the previous article “Microsoft Great Plains Integration Notes” we described standard integrating options and tools: GP Integration Manager, eConnect, SQL Stored Procedures and Dexterity. This is addition to the first article and here we will describe advanced scenarios: EDI (Electronic Document Interchange), combining Dexterity with eConnect to address multiple companies in GP user interface, [...]

Tags: , , , , , ,

Posted in: vb.net programming | No Comments »

Compiler Directive: An Integral Part of Every Programming Language

A compiler directive, also called as a pre-processor directive, is an instruction to the compiler to perform or complete a specific programming task during compilation. While in the preprocessor step, the compiler looks for a compiler directive and then processes the tasks when encountered. After performing the tasks, the compiler checks for any syntax errors. [...]

Tags: , , , , , ,

Posted in: vb.net programming | No Comments »