Re: How to create a MS Access Database File using DAO in vc++???# Database - 数据库
a*a
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..
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..