摘要:程序运行效果截图:摘 要: 本文简要介绍了微软的活动数据对象(ado)模型,结合实例阐述了在visual c++环境下使用ado操纵数据库的基本步骤,分析ado的特点及与开放式数据库连接(odbc)的差异与应用前景。 左图:ado对象模型 关键词: 活动数据对象 数据库" href="http://blog.csdn.net/i_like_cpp/category/74077.aspx">数据......
摘要:在visual c++中用ado进行数据库编程(中) 4.执行sql命令并取得结果记录集 为了取得结果记录集,我们定义一个指向recordset对象的指针:_recordsetptr m_precordset;并为其创建recordset对象的实例: m_precordset.createinstance("adodb.recordset");sql命令的执行可以采用多......
Pro Developer: Improving Your Career In Any Economy
pro developer: improving your career in any economyby christopher duncan in any economy, weak or strong, some people prosper and advance while others suffer the consequences. understanding why can make all the difference. posted 22 nov 2002 articles by this author 7,295 views premium sponsor 23 users have rated this article. result: popularity: 6.53. rating: 4.79 out of 5. introductionlike many other areas of business, the tech industry has weathered the occasional slump over the past few decades. its only natural that the fate of techies is closely linked to the tides of the business. however, in any economy, weak or strong, some people prosper and advance while others suffer the consequences. understanding why can make all the difference, whether youre looking for a job, trying to keep the one you have, or are audacious enough to want to advance your career regardless of the climate.the conventional wisdom, typically unspoken, is that when times are tough you just grin and bear it. merely surviving is the best that you can hope for. advancing is just too much to ask. to that, i offer my own bit of wisdom. nonsense! (i actually had a more colorful phrase in mind, but discretion got the better of me.) the principles of business do not alter based on a strong or weak economy, and people will always be people. what this means to those of us with careers to manage is that what works when business is good will also work when things are slow. in fact, in many cases, theyll work even better. in order to understand why, lets strip this down to the bare bones issues. getting down to businessbusinesses exist to make a profit. people work at companies to make a living. although enterprises are run by a class of creature known as management, it turns out that ...
下一页 摘要:environment: visual c++ 6microsoft activex data object (ado) provides an easy way to data access and manipulation that is independent of data stores, tools, and languages. this flexibility and easy-to......