上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 37 下一页
  2009年2月19日
摘要: delphi中ado如何动态连接数据库 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061218205039233.html delphi中ado如何动态连接数据库? var s: String; begin s := ... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(699) 评论(0) 推荐(0)
摘要: 用BDE连接SQL SERVER 2000在应用程序界面登录时出错,是怎么回事啊? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061218213005232.html 我用BDE连接SQL SERVER 2000在应用程序界面登录时出错,提示如下: [Microsoft][O... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(286) 评论(0) 推荐(0)
摘要: 大家帮忙.谢谢!..(急急急急急) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061218224617231.html procedure TForm1.Button4Click(Sender: TObject); var P : pstr... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(115) 评论(0) 推荐(0)
摘要: 大家帮忙.谢谢!..(急急急急急) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219001716230.html 在一个字符串中有一个公式. str := 'FieldValues['TS1'] + FieldValues['TS2'] + FieldValu... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(113) 评论(0) 推荐(0)
摘要: 取数据库中的日期,请教大家一条SQL语句 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219100404229.html 在数据库中有一表名为abc,其中有一个字段属性为日期时间型,我写一条语句能够查出今天的记录 也就是说 select * from abc ... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(165) 评论(0) 推荐(0)
摘要: inno setup如何打包internet快捷方式? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219101808228.html 因为internet快捷方式没有扩展名,inno setup打包好像就有问题了.请问如何把internet快捷方式打包进去.谢谢 使用向导生成快捷方... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(316) 评论(0) 推荐(0)
摘要: 触发哭的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219102436227.html 写一触发器 当表1更新时计算total值(number*price) number在表1中,price在表2中 应该怎么写呀 多给意见~多谢 ... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(137) 评论(0) 推荐(0)
摘要: quickreport 加急!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219105310226.html 用quickreport 显示第一条记录时有标题,当显示下一条记录时,标题栏没有显示,为什么?怎么办? 标题不放在Title上,改放在PageHeader上 楼上言中了... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(224) 评论(0) 推荐(0)
摘要: 我用的是stringgrid连接数据库!关于提高性能的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219110009225.html 我有上万条的记录由于实际需要需要用到stringgrid控件!然而每次往里面添加纪录的时候都非常慢! 例如: StringGrid... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(503) 评论(0) 推荐(0)
摘要: 数组指针问题,看起来简单做起来复杂,大家帮忙啊! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219113016224.html 我首先做了一个DLL 名字是“mydll” library MYDLL; uses s... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(143) 评论(0) 推荐(0)
摘要: DBChart图如何导出到Excel ?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219113848223.html 如题,现要求把DBChart图也要导出到EXCEL(不单单导数据)。 分不够再加 我也问过这样的问题,大家告诉我要保存图再把图片粘到excel... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(374) 评论(0) 推荐(0)
摘要: 如何将数据表中俩个字段的记录放到一个动态数组中去? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219114601222.html AdoQuery.Close; AdoQuery.SQL.Clear; ... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(227) 评论(0) 推荐(0)
摘要: 简单数据库操作问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219132437221.html 请问操作ACCESS数据库时 如果数据库是 表 word 字段 name 字段 pass 读access把所有的name ... 阅读全文
posted @ 2009-02-19 16:45 delphi2007 阅读(226) 评论(0) 推荐(0)
摘要: 给access文件加了密码,数据库就链接不上了 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219134533220.html 通过ACCESS的 工具->安全->设置数据库密码 来设置access数据库的密码,access提示要以独占的方式打开,我就用独占的方式打开了。 ... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(359) 评论(0) 推荐(0)
摘要: 簡單問題,大家幫忙 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219140838219.html 請問tcxstylerepository是哪個控件包裡的控件. 能給個這個控件包的下載地址更好 呵,MSN上不知道...这里也不知道,帮顶... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(83) 评论(0) 推荐(0)
摘要: 一窗口却换不到另一个窗口中,不报错, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219141750218.html unit z_login; interface uses Windows, Messages, ... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(167) 评论(0) 推荐(0)
摘要: bsSkinButtonsBar的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219165654217.html 我已经能把edit1的内容加入列表中 想知道点击列表的内容后 怎么把edit1也变成这个 还有 怎么样能判断重复的 不加入? ... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(182) 评论(0) 推荐(0)
摘要: 为什么查询时总是点击查询按钮两次才会有结果,而以后只要点击一次就可以有查询结果了? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219170657216.html 我用Delphi做查询时,用的是TADOQuery,传递参数进行查询,可是,查询窗体刚打开时,为什么总是要点击“查询”两次才出... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(299) 评论(0) 推荐(0)
摘要: 运行一个组件出错,这是为什么?高手指点下我要怎么改? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219211358215.html 我用delphi和sql sever做了一个试卷生成系统,用的BDE连接的,按F9运行都没问题,出现登陆界面后能正常登陆,但点试卷管理中的定制试卷就出现... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(194) 评论(0) 推荐(0)
摘要: 求教:根据我现在这种情况,如何较为简单的得到财务报表? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061219223120214.html 我把所有二级科目放在一个表里(sub_list) 字段: sub_id(二级科'目id), sub_... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(128) 评论(0) 推荐(0)
摘要: 高手帮忙,菜鸟提问关于Query的基础问题!很急!就剩这些分了!好心人帮忙! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220081946213.html 请问高手,我想用Query做一个查询,并将查询结果放到DBLookupComboBox中.用的是Access数据库,库中有两列值,我... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(152) 评论(0) 推荐(0)
摘要: 应该这么写吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220090005212.html 我想获得表weixuclchild.tmoney和weixuwxchild.tmoney中的sum值 select sum(weixuclchild.tmoney),s... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(100) 评论(0) 推荐(0)
摘要: 一个程序出错,请高手帮帮忙!!急! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220090748211.html 我想从库中的数据表导到stringgrid,想做成比较直观一点的输入界面,把时间字段(sjd)作为行,把数据项目和数据编号字段作为两列输出,可是运行下面的程序时出错,原因是写... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(127) 评论(0) 推荐(0)
摘要: 表A中的记录随时变化,程序显示A数据的界面中如何自动也跟着刷新? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220095332210.html 表A中的记录随时变化,程序显示A数据的界面中如何自动也跟着刷新?除用定时器定时搜索外。定时搜索耗系统资源大吗?再说,定时搜索A的过程中,我恰在此... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(141) 评论(0) 推荐(0)
摘要: 如何把文件写入SQL? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220102347209.html 各位大侠: 怎么样才能把文件写入SQL SERVER中? 用流,什么都可以装到数据库里面的。 能说的清楚点吗?我不能怎么使用流,谢谢 ... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(262) 评论(0) 推荐(0)
摘要: 求sql~~~view Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220104142208.html 有两个表: id field2 1 10 2 20 3 30 . . ... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(150) 评论(0) 推荐(0)
摘要: table 修改了,怎么 form 的字段没有跟着变 ? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220114804207.html 我在delphi 的form 中读写一table内容,但是如果修改了 table 的定义,form中此表的字段定义还是原来的表定义,没有... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(174) 评论(0) 推荐(0)
摘要: 如何用命令中斷for 語句的循環。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220114941206.html 我用一個stop按鈕中斷for語句如何做。 好像用goto語句可以實現。請做過的給個例子。 break 给你一个例子: var ... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(283) 评论(0) 推荐(0)
摘要: 表的添加删除 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220115725205.html 新手提问,我现在有两张表p_info 和g_info 他们有三个相同的字段名 a,b,c,其他的不同,我想在表p_info中添加基本信息的同时,在表g_info中添加上他们相同的字段的... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(156) 评论(0) 推荐(0)
摘要: 一个关于不同WINDOWS用户连接SQLSERVER的问题... Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220125335204.html 服务器装了MSSQLSERVER2000数据库 客户端是一拖3 的瘦客户机(即一个主机连几部显视器的模式), ... 阅读全文
posted @ 2009-02-19 16:44 delphi2007 阅读(172) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 37 下一页