摘要:
如何防止输入同样的编号到数据库中(30分) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220141428200.html 我在面板上放置了Edit1.Text,Edit2.Text.用来输入数据到数据库中. 其中Edit1.Text用来输入产品编号.Edit2.Text用来输入... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(242)
评论(0)
推荐(0)
摘要:
日期字段转星期,各位来帮帮忙吧. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220145356199.html 数据库里只有日期这个字段没有星期,客户要求显示星期几.用select datename(weekday,日期) from table在SQL可以实现但是在delph... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(303)
评论(0)
推荐(0)
摘要:
mdichildform子窗体显示如何自动隐藏主窗体的工具栏??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220145944198.html mdichildform子窗体显示如何自动隐藏主窗体mdiform的工具栏??? ??? 每个子窗体作上工具栏。 这样最大化后子窗... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(424)
评论(0)
推荐(0)
摘要:
DELPHI 7 用ADO里的ADOQUERY做主从表,总是报错 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220215617197.html exhiStr:='SELECT a.enterpid as enterpid, a.enterpname, a.enter... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(350)
评论(0)
推荐(0)
摘要:
有用MyDAC连MySQL的Text或BLOB遭遇32KB文本超大难题的吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221030445196.html 编一个资料库系统,客户强调采用UTF-8编码。 以配合以后的Web系统。 结果发现只有MyDAC支持UTF-8和... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(516)
评论(0)
推荐(0)
摘要:
这到底是怎么回事呀? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221085732195.html 怎么我写了一段程序,删除满足条件的记录! 怎么运行起来老是提示: Table is read only ! 我已经把RequestLive属性设计有... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(137)
评论(0)
推荐(0)
摘要:
怎样判断ADOQuery数据集中的记录数是否为空,也就是判断数据集中是否有数据? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221094018194.html rt ADOQuery.Open; if ADOQuery.Eof then 数据为空... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(1924)
评论(0)
推荐(0)
摘要:
怎样刷新字段信息 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221094459193.html 本人现在想在网格中,加入字段信息, 但设datafield属性时,总是提示 登录失败的错误, 数据库连接是用动态的,写在一个文本文件内。 我要怎么... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(140)
评论(0)
推荐(0)
摘要:
我疯啦!快帮帮我吧!高手帮忙!怎么将数据库中的sum(合计)的值取出来?高手帮忙谢谢! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221102432192.html 下面这段程序! self.Query1.Close; self.Query1.SQL.Clear; ... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(250)
评论(0)
推荐(0)
摘要:
请问在Delphi里如何用ADO连接数据库,请大哥们讲解详细点 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221115650191.html 请问在Delphi里如何用ADO连接数据库并返回数据,请大哥们讲解详细点,小弟感谢 你的問題太初級。沒人愿意回答。 這種問題在任何一本... 阅读全文
posted @ 2008-12-11 10:07
delphi2007
阅读(405)
评论(0)
推荐(0)
摘要:
ECOIII里怎么设置两个类( 表)的主外键关系?谢谢了!刚接触ECOIII Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221122337190.html ECOIII里怎么设置两个类( 表)的主外键关系?谢谢了!刚接触ECOIII 简要回答一下吧。 一般地,在两个类间连... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(227)
评论(0)
推荐(0)
摘要:
动态生成复选框问题,数据更新问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221122525189.html 问题1、我想让dbgrid最左边一列,也就是id旁边动态生成一列复选框,点复选框时也就选中了对应的记录,可以对本记录进行删除,修改等操作? 问题2、dbgrid中,... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(248)
评论(0)
推荐(0)
摘要:
大家说说,做一个在两个数据库之间同步数据的接口需要几天? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221122557188.html 工作内容大概是5张表,分三种查询条件,把位于局域网的数据库中的数据,同步到另一台机器的数据库中。 做这个功能大概需要几天时间哪? 用Delp... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(395)
评论(0)
推荐(0)
摘要:
高手帮忙!看看这是什么错误啊!我疯了!急急! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221131048187.html self.Query2.Close; self.Query2.SQL.Clear; self.Query2.SQL.Text:='insert ... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(193)
评论(0)
推荐(0)
摘要:
一个语法错误 ,但可通过编译 /// Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221151440186.html 大家好,刚学DElphi遇如下问题 用ADoConnection,ADOquery,Datasource ,Dbgrid 连接了一个SQLserve... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(185)
评论(0)
推荐(0)
摘要:
fastreport中动态创建series Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221151613185.html 在fastreport的chart中动态创建多个series但预览时不显示,怎么解决. 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(400)
评论(0)
推荐(0)
摘要:
大家帮帮忙,看看这句话怎么优化 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221153924184.html insert into mdb..tbnv (counter_sno,in_no,trn_date,curr_no,item_no,account_no,trn_am... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(195)
评论(0)
推荐(0)
摘要:
请教高手:将数据表中的某字段的全部记录作为dbcombobox的选项???急盼!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221154622183.html 数据表 WZMC 字段 WZMC 记录1:钢材 记录2:... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(343)
评论(0)
推荐(0)
摘要:
在那里可以下载delphi组件方法的帮助文档呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221160429182.html 在那里可以下载delphi组件方法的帮助文档呢?好像java那样子,有一个jdk API帮助文档,我是刚学delphi的新手,就是对这些组件的方法不是很熟悉... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(186)
评论(0)
推荐(0)
摘要:
500分求助,delphi里用standred来配置dbf文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221164035181.html 配置的时候我选过了standred下的每一项,就是无法显示dbf文件的其中几个字段的内容,但是我用excle打开该dbf文件,都是可以的,里面的字... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(320)
评论(0)
推荐(0)
摘要:
500分求報表解決方案(fastreport或reportbuilder) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221165027180.html 用delphi如何實現如下報表 廠商:XXX 訂單日期:XXXX ˍˍ... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(318)
评论(0)
推荐(0)
摘要:
我不知道有没有人用DELPHI7+CORBA做数据库开发? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221170258179.html 这几年以来一直用这种模式进行开发,做了不少系统。但是corba对于穿透代理和防火墙是无能为力,期待国外的ICE对DELPHI进行支持,也一直没有等到。... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(235)
评论(0)
推荐(0)
摘要:
如何将任何文件类型数据保存到数据库中 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221170418178.html 我是用socket写的三层结构,在客户端如何把文件保存到数据库中,数据类型为image,急切!!!!!!!!! blob Field? google ... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(462)
评论(0)
推荐(0)
摘要:
Delphi 如何通过配置ini文件去连接SQL Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221172852177.html 请问大家 Delphi如何通过配置ini文件去连接SQL? 大家有没相应的例子或代码? 由于是第一次接触这方面的操作,所以希望大家帮个忙... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(861)
评论(0)
推荐(0)
摘要:
请问dbexpress怎样连接access数据库? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221190556176.html 请问dbexpress怎样连接access数据库? 需要下载 dbExpress driver for Access 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(351)
评论(0)
推荐(0)
摘要:
动态创建数据源问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221193009175.html 下面代码是动态创建odbc数据源代码,请问要把下面代码加在那个地方才不会出错, 我加在工程文件里也出错,加在单元文件里也出错, function getwinsysp... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(231)
评论(0)
推荐(0)
摘要:
求ReportMachine的OCX教程 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221204020174.html 不知哪位大虾有呢 偶的E-mail是PackPB@126.com 这个企业版才有的,你可以用他的个人版自己封装一个,不难! 谢谢楼上的朋友,不过最近RM的网... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(401)
评论(0)
推荐(0)
摘要:
如何将数据库表中前几条记录合并显示 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222055338173.html 有一个数据库表有4个字段,第一个字段是ID,第二、三、四都是字符字段如: ID str1 str2 str3 1... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(298)
评论(0)
推荐(0)
摘要:
我是新人 程序上面有个问题 范例实在找不到 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222092439172.html 我建了两张表 互相之间用DATE来关联 第一张是简介表 第二张是详细表 然后我在FORM1中浏览简介表 现在想加个详细按钮 一点就... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(146)
评论(0)
推荐(0)
摘要:
字段下的值不固定的查询 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222093859171.html 我有一个这样的表 标号 层号 数值 hs 1 A 0.2... 阅读全文
posted @ 2008-12-11 10:00
delphi2007
阅读(246)
评论(0)
推荐(0)
摘要:
我要疯了,为什么不对啊?高手帮我看看啊。。。。数据库的统计 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222101647170.html Str :='Select Sum(总价) as Sum1 From zhangmu_info'; AD... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(137)
评论(0)
推荐(0)
摘要:
急!keypress 问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222105416169.html if (Key #57)and (Key #90)and (Key #122) then Key ... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(130)
评论(0)
推荐(0)
摘要:
如何禁止访问局域网,但SQL能访问? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222112257168.html 同局域网内,如何禁止客户机访问局域网,但是自己写的程序能访问SQL? 另外,如果客户机的策略(gpedit.msc)中GUEST禁止以及用户中的GUEST关闭,在... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(229)
评论(0)
推荐(0)
摘要:
用SQL排名次的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222112436167.html 在制作一个货物销量排名报表时,我用一名SQL语句联合查询出了货物ID及对应的销售总量: SQL.text:='select 货物ID,sum(销量) as 销量 ... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(280)
评论(0)
推荐(0)
摘要:
从SQL数据库中读取文件出错,急,在线等? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222113003166.html 各位大侠: 我已经在SQL数据库中有一个字段存放了EXCEL文件,为Image类型,现在通过存储过程取得数据,但想... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(247)
评论(0)
推荐(0)
摘要:
delphi中用ado连接Sybase驱动是Sybase.ASEOLEDBProvider.2 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222113746165.html 在自己电脑上操作没有任何问题,把程序拷贝到装有sybase的电脑上,adoconnection可以连接上,但在ad... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(467)
评论(0)
推荐(0)
摘要:
fast report 如何在程序运行时进入报表的设计状态? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222115338164.html fast report 如何在程序运行时进入报表的设计状态? frDesigner1? 是,加这个控件,frRepo... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(394)
评论(0)
推荐(0)
摘要:
如果记录数据库表修改记录 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222142245163.html 我想记录每个用户对每个表的修改都能记录到一个系统表里,请问应该如何实现呢? 最好可以记录到字段级的修改,对每次修改都记录初值及修改后的值。 我朋友说可以... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(230)
评论(0)
推荐(0)
摘要:
这个代码应该怎么写??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222151309162.html 我用DELPHI和SQL SEVER做了一个系统,现在一个窗口做了一个 帮助按键,我想点它就能打开一个名为help.txt的使用帮助文档,代码要怎么写? 麻烦高... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(113)
评论(0)
推荐(0)
摘要:
我都要疯了,三层,客户端clientdataset+dbgrid, 在编辑dbgrid时,修改记录后,老出现:“Trying to modify read-only field” Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222154437161.html 我都要疯了,三层,客户端cli... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(785)
评论(0)
推荐(0)
摘要:
adoquery 对SQL怎样绑定参数?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222162013160.html 例如;在 ADOQuery 的SQL 语句中'SELECT * FROM TABLE1 WHERE ' WHERE 后面的值如... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(736)
评论(0)
推荐(0)
摘要:
对查询出来的记录行进行分页显示,怎么做???在客户现场,哪位大虾帮忙?急急急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222165453159.html 对于查询出来的记录行,我想每40条一页来显示,每次查询的记录行会不一样 最后一页显示出它的余数 界面上会有四个按... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(276)
评论(0)
推荐(0)
摘要:
如果赋值数据集 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222170119158.html 问题1. 我有把一个TADOQuery1作为参数传递给一个函数 如果按TADOQuery1的设置重新去数据库中取数据出来 问题2. 如何... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(314)
评论(0)
推荐(0)
摘要:
dbgrid 转换成Txt Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222172931157.html 我希望利用ado 控件,请给出详细代码? 如果想比较快,可以用dbgrideh控件或者cxgrid,他们都提供了导出功能。 不用控件,可以自己先创建txt文件,自己写... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(386)
评论(0)
推荐(0)
摘要:
超难解决的逻辑错误问题? 急急急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222173752156.html 我的程序面板上放有:DBGrid,AdoQuery等,还有“下一条记录”,“上一条记录”,“删除当前记录”等按扭,程序启动时DBGrid为空,此时点击上面任何一按扭... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(180)
评论(0)
推荐(0)
摘要:
图片显示 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222175017155.html 我有个存放各种类型的图片的数据表,例如有BMP,JPEG等,想用TImage控件显示出来,要怎么做?类似的也行. 多格式不知道怎么判断... 我自己程序用jpg的 i... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(256)
评论(0)
推荐(0)
摘要:
delphi 7中RAVE5的一个问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222182147154.html 我用DELPHI7中的rave5做的报表,不能选页打印,该怎么办,我想再装一个高版本的rave再重新编译一下,可是怎么也装不上,说是duplicate license... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(315)
评论(0)
推荐(0)
摘要:
多表组合分类统计问题~~~ Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222185321153.html 现有两个表xxlx,students xxlx C1 B2 C3 students下有相关学员的信息 如何自动枚举x... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(312)
评论(0)
推荐(0)
摘要:
请教wwdbgrid高手 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222203937152.html 用wwdbgrid如何实现,事先增加5条空白记录在上面,录入数据时直接就可以在上面增加了,而不用录入一条再新增一条 用insert 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(242)
评论(0)
推荐(0)
摘要:
哪位有没有reportbuilder的教程?共享一下。万分感谢! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061223012343151.html 哪位有没有reportbuilder的教程?共享一下。万分感谢! 查一下帮助文件嘛,很好的 楼主有一万分吗???? 没有的话,你怎么... 阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(460)
评论(0)
推荐(0)
浙公网安备 33010602011771号