由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Re: How to create a MS Access Database File using DAO in vc++???
相关主题
create linked server problem, please helpHelp on SQL 2012 Add a Linked Server through ODBC
a Store Procedure question...申请一FINANCIAL 的职位.和经理, VP 上周面完了.
为啥不能delete Excel记录???urgent: help on perl/ personal web server
谢谢skeptic,高低价,amnesia 三位大侠weird performance issue. need help
help! oracle8i client installation on Windows2000/NT4SQL Server 问题 -- 怎样 UPDADATE 才快
SQL2000XML questionSSIS package存放问题
Re: How to change Default SQL String Buffer Size(1K) for ODBC Driverasp装好之后为什么不能 createobject
Re: How to create a new database under SQL 7.0 from remote host?Any suggestion on Access database learning?
相关话题的讨论汇总
话题: access话题: dao话题: file话题: database话题: ms
进入Database版参与讨论
1 (共1页)
a*****a
发帖数: 438
1
I don't know much about DAO since it's obsolete now in VC7.
You can, however, use OLEDB. JET (OLEDB Provider for Access/Excel/etc) supports
this by CreateDataSource(). SQLOLEDB would be easier - just issuing a command
and execute it (ICommand::Execute).
You can esearch MSDN for more information..
1 (共1页)
进入Database版参与讨论
相关主题
Any suggestion on Access database learning?help! oracle8i client installation on Windows2000/NT4
Re: ODBC API header file - ntodbc.hSQL2000XML question
请问在MSSQL server7里如何输入图像呢?Re: How to change Default SQL String Buffer Size(1K) for ODBC Driver
ACCESS还是VB还是DHTML?Re: How to create a new database under SQL 7.0 from remote host?
create linked server problem, please helpHelp on SQL 2012 Add a Linked Server through ODBC
a Store Procedure question...申请一FINANCIAL 的职位.和经理, VP 上周面完了.
为啥不能delete Excel记录???urgent: help on perl/ personal web server
谢谢skeptic,高低价,amnesia 三位大侠weird performance issue. need help
相关话题的讨论汇总
话题: access话题: dao话题: file话题: database话题: ms