...
首页> 外文期刊>Visual Studio Magazine >Implement ADO.NET Mapping
【24h】

Implement ADO.NET Mapping

机译:实现ADO.NET映射

获取原文
获取原文并翻译 | 示例

摘要

Imagine that you need to build a system that retrieves data from an external data source (such as a Web service) and imports it into your database. However, the data source's table and column names are different from the ones your database uses. Changing your database's structure (tables, columns, and so on), stored procedures, and relations to match those of the data source isn't a viable solution. It's smarter to use middleware code that maps the original data-source names to the destination data-source names. The code manages every naming conversion when you must retrieve data from the original source and insert it into the destination source, and vice versa.
机译:想象一下,您需要构建一个从外部数据源(例如Web服务)检索数据并将其导入数据库的系统。但是,数据源的表名和列名与数据库使用的表名和列名不同。更改数据库的结构(表,列等),存储过程和关系以匹配数据源的结构不是可行的解决方案。使用将原始数据源名称映射到目标数据源名称的中间件代码会更聪明。当必须从原始源中检索数据并将其插入目标源中时,该代码将管理每个命名转换。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号