GeekArticles
Concepts
Data AccesseConnect Serialization
Author: msdn.microsoft.com |
Published: 12th Aug 2005 |
Visited: 626 times |
Add CommentFiled in: Data AccessThis article demonstrates how to serialize data from a custom Microsoft SQL Server table and use eConnect objects to integrate the records into Microsoft Business Solutions Great Plains.
Read Article Sponsored Links
Related Articles
• Custom Serialization ? Part 1 Serialization and deserialization are important in software world. You should be able to save the data from the memory on to persistence storage for later retrieval or you may want to share the data to another software/framework/system/platfo ...
• ICallback & JSON Based JavaScript Serialization In this article, Muhammad examines how to accomplish JavaScript Serialization using ICallback and JSON. He begins with a basic introduction to ICallback, ICallbackEventHandler interface, and JSON. He then delves deep into the implementation of both server and client side ICallback with the help of a ...
• Serialization Example An example of creating a file serialization utility and how to serialize a collec ...