问题描述
我有dll和MS SQL Compact Server 3.5的包含文件。如何在没有OLE DB的情况下使用它?
I have the dlls and the include files of MS SQL Compact Server 3.5. How can I use it without OLE DB? I just want to load the dlls and invoke the necessary methods myself, no COM please.
有没有人知道API?
EDIT
如果这是不可能的,那么在C ++中有一个完整的功能示例演示使用MSSQL Compact Server版本访问数据库?
If this is not possible is there a fully functional example in C++ demonstrating accessing a database using the MSSQL Compact Server edition?
推荐答案
我不认为这是可能的 -
I do not think that is possible - http://msdn.microsoft.com/en-US/library/ms174579(v=SQL.90).aspx - an OLEDB sample is available here: http://archive.msdn.microsoft.com/sqlce/Release/ProjectReleases.aspx?ReleaseId=3808
这篇关于如何在C ++中查询不使用OLE DB API的MS SQL Compact Server 3.5数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!