摘要:
如把把long型的一个变量转换成自定义的一个结构?
......
摘要:
#include<afxwin.h> #include<strstrea.h> const int idc_sb1= 100; const int idc_cs1= 101; const int idc_cs2= 102; const int idc_button= 103; const int min_range=0; const int max_range=10......
《黑色星期天》的乐曲...
SQL的select语句可以实现对数据库表的查询,提问:查询结果是存放在一个临时文件当中的,我怎样才可以让他存到一个固定的数据库表中,成为一个表呢? 我现在用的是 select * from table1.dbf to file table2.dbf 结果告诉我说table2.dbf不是一个表,请问为什么?
NO.1 作者: mgan
select * from table1.dbf into table table2.dbf
是这样这样的啊
摘要:
代碼如下﹕ procedure tform1.button1click(sender: tobject); var edit:tedit; begin //edit := tedit.create(nil); //1 //edit := tedit.create(self); //2 //edit := tedit.create(application);//3 //edit := ted......