如何使用NHibernate从SAS读取数据集? [英] How to read datasets from SAS using NHibernate?

查看:98
本文介绍了如何使用NHibernate从SAS读取数据集?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将数据集从SAS读取到.NET应用程序中,最好是通过NHibernate.该怎么办?

I need to read datasets from SAS into a .NET application, preferably through NHibernate. How can this be done?

推荐答案

对NHibernate一无所知,但是通过.NET访问SAS数据集通常是通过OLEDB连接或ADO(或ADO.NET)来完成的. SAS文档包含必要的信息,请参见例如

Don't know anything about NHibernate, but accessing SAS datasets through .NET is typically accomplished through a OLEDB connection or ADO (or ADO.NET). SAS docs contain the necessary information, see for example http://support.sas.com/documentation/cdl/en/oledbpr/63701/HTML/default/viewer.htm#titlepage.htm

所有这些都需要在您要从中读取SAS的机器(或可以连接到的机器)上安装SAS.

All of these require an installation of SAS on the machine you're reading them from (or a machine you can connect to).

Alan Churchhill(http://savian.net/)还编写了一个.NET读取器,该读取器不需要SAS安装,但它不是免费的.

Alan Churchhill (http://savian.net/) has also written a .NET reader that does not require a SAS installation, but it is not free.

这篇关于如何使用NHibernate从SAS读取数据集?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆