如何在两个表之间进行通信 [英] how communicate between two tables

查看:137
本文介绍了如何在两个表之间进行通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是vc ++ 6.0版本.我需要创建两个表.第一个表数据已获取并显示出来,然后存储到第二个表中.您知道吗,请告诉我该怎么做?
请举任何例子....

表可以创建oracle或ms-access
使用mfc应用程序的表格....


谢谢您的答复.

i am using vc++ 6.0 version.i need to create two tables .first table data taken and show ,after it store to second table.can you know any one please tell me,how to do???
please give any example....

table you can create oracle or ms-access
the tables using mfc application....


thank you for reply

推荐答案

您不需要在两个表之间进行通信",只需要使用C++使用Visual Studio 6.您应该阅读有关使用Visual Studio 6使用Visual Studio 6进行数据库访问的书(或教程,或者只是MSDN文档).我有大量的书籍,而且我相信有大量免费的可用教程. Google 是您最好的朋友.
You don''t need ''a communication'' between the two tables, you just need database access with C++, using Visual Studio 6. You should read a book (or a tutorial or simply the MSDN documentation) on database access with C++ using Visual Studio 6. There are tons of books about, and, I believe a plethora of free available tutorials. Google is your best friend.


您可以使用CDatabase和CRecordset.有关更多信息,请阅读此 http://msdn.microsoft.com/zh-CN/library/z5139kz6(v = VS.80).aspx#_core_adding_a_record_to_a_recordset [
You can use CDatabase and CRecordset. for more info read this http://msdn.microsoft.com/en-US/library/z5139kz6(v=VS.80).aspx#_core_adding_a_record_to_a_recordset[^]


这篇关于如何在两个表之间进行通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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