|
|
注意事项:严禁重复发贴或发相同贴到不同板块,严禁广告,否则一律删除或者直接禁用帐号! |
|
看了代码才知道。 |
123 |
2003/5/26 18:56:16 |
|
论坛搜索 create table 在内容,我比较懒,自己搜。 |
zizii |
2003/5/26 17:21:01 |
|
keyfield 关键字段或者主字段。 parentfield 父字段 previewfieldname 预览字段 …… |
zizii |
2003/5/26 17:19:33 |
|
你比我厉害 我不会! |
Another |
2003/5/14 14:24:00 |
|
回答的真好 |
常省电 |
2003/5/14 16:04:49 |
|
有个工具,我找不到在哪里下载,我传到我FTP上了(注:我自己还没用过)
[url=http://acheng.levi …… |
cjrb |
2003/5/14 16:15:58 |
|
谢谢,我自己刚写好了一个,还不完善: unit Unit1;
interface
uses Window …… |
shj209 |
2003/5/14 20:04:28 |
|
这么多高手!
以后可要多多帮忙呀! |
Another |
2003/5/14 20:34:05 |
|
Delphi 6 到 5 转换工具
unit Unit1;
interface
uses Wind …… |
boy |
2003/5/15 0:04:34 |
|
把Delphi6格式的dfm文件内容转换为Delphi5格式 把Delphi6格式的dfm文件内容转换 …… |
cjrb |
2003/5/15 14:16:58 |
|
我晕! |
Another |
2003/5/15 14:48:07 |
|
…… 此帖回复超过12条,中间记录省略。 |
…… |
…… |
|
用记事本打开classes.pas,然后查找ObjectBinaryToText,大概查几次后,就会有这个过程了。另外,De …… |
shj209 |
2003/5/25 9:35:02 |
|
谢谢10楼大虾。 请将程序发布吧,相信不只我一个人需要。 |
bear |
2003/5/26 9:09:35 |
|
好的,我发布上去。可能还有些bug,请大家指出。 |
shj209 |
2003/5/26 16:35:31 |
|
insert [新表] select * from [旧表] where [条件] |
lotus88 |
2003/4/26 9:14:02 |
|
up |
fhw8234 |
2003/4/26 9:44:52 |
|
为什么不用存储过程?这样一般上万条记录也不会成问题了. |
supermay |
2003/4/26 14:17:11 |
|
请问楼上的,“存储过程”应如何用,能不能讲一下,最好是有源程序。我是用:paradox7建的表。 |
bbhorse |
2003/4/27 0:47:04 |
|
[glow=255,red,1]select into 实施[/glow] |
fhw8234 |
2003/5/20 9:11:58 |
|
五楼说的不错 Select * Into 新表 From 旧表 这样不但新建了一个表而且结构和记录与旧表一致
|
Another |
2003/5/20 9:26:46 |
|
1楼的SQL才标准,但不知"扒"是否支持 |
supermay |
2003/5/20 11:53:03 |
|
几万条记录一般没有关系,超过10万条,记录显示的速度会变慢,希望你是在局域网下 |
yjcheng |
2003/5/20 21:01:20 |
|
…… 此帖回复超过12条,中间记录省略。 |
…… |
…… |
|
paradox 不支持存储过程 |
qsmile |
2003/5/21 17:55:58 |
|
用informix |
yjcheng |
2003/5/24 22:04:50 |
|
如果数据库里已经有了那个表 那select into不是要出错吗? |
smite |
2003/5/26 15:28:39 |
|
label1.caption:='string'+#13+'string' |
arhat |
2003/5/26 14:37:51 |
|
你没有明白我的意思,可能是我没有说清楚,在EDIT中输入字符,用一个LABEL显示输入的字符,LABEL每显示10个字符就要 …… |
charm |
2003/5/26 14:58:54 |
|
str:='select * from 管理员表 where 用户名='+''+self.edit_user.text+ …… |
nestle_hcl |
2003/5/25 16:26:09 |
|
是以edit_user中输入的数据为搜索依据,查找该用户名的密码是什么 |
tony_you |
2003/5/25 16:55:55 |
|
你写成这样看看
str:=('select * from 管理员表 where (用户名='+quotestr(tri …… |
常省电 |
2003/5/26 9:18:27 |
|
阿面,你的登陆模块如果做好了,能不能发给我一份阿,我很需要这个登陆。 拜托了,万分感谢!!! 我的信箱:oble.stu …… |
oble |
2003/5/26 10:14:19 |
|
我觉得还是这样为好 先用locate函数定位数据库中有没有所要找得记录,若有再用lookup返回密码 这样更安全点吧
|
小豆 |
2003/5/26 14:30:41 |
|
要求用ASP连接 |
whb147 |
2003/5/26 14:21:32 |
|
參考看看 用 Parameter 解決 Query1.Close; Query1.SQL.Text := ' …… |
boy |
2003/5/20 10:52:35 |
|
哦,谢谢 |
smite |
2003/5/20 11:12:12 |
|
那如果在edit里输入的日期进行查询,##中间表达试该怎么写? 能象文本这样吗?select * from * where …… |
smite |
2003/5/20 11:13:39 |
|
是不是都吃饭去了啊 |
smite |
2003/5/20 11:52:01 |
|
var sString: string; begin sString := 'select * from * …… |
yjcheng |
2003/5/20 21:05:55 |
|
日期可以当成字符串查询 两边加上单引号 可以试一下 五楼写的可行。 |
Another |
2003/5/20 21:13:31 |
|
谢谢大家 |
smite |
2003/5/21 13:08:49 |
|
我按5楼的做法 为什么老是说标准表达试中数据类型不匹配,我用的acess数据库 |
smite |
2003/5/21 17:12:51 |
|
…… 此帖回复超过12条,中间记录省略。 |
…… |
…… |
|
标准表达试中数据类型不匹配,那用format函数试一下,where 后面的字段的类型是什么,一般Tedit类型可以输入日期值 …… |
yjcheng |
2003/5/24 22:20:28 |
|
标准表达试中数据类型不匹配:是因为你的日期写法不对:你的日期格式是“年月日” 一般是“月日年”, 以下没有问题: se …… |
yjcheng |
2003/5/25 20:14:17 |
|
谢谢大家帮忙,13楼的还是出错,14楼的可以用。 ps:嘻嘻,sunny说的format俺不会。俺是菜鸟 |
smite |
2003/5/26 14:13:37 |
|
select sum(money),[color=#DC143C]这里有逗号吗?[/color]distinct buyda …… |
supermay |
2003/5/26 12:01:02 |
|
up |
常省电 |
2003/5/20 11:54:44 |
|
Creates a new index for the table.
procedure AddIndex(const …… |
yjcheng |
2003/5/25 22:09:45 |
|
[img]faces/49.gif[/img]等于没说 |
fidido |
2003/5/25 22:15:15 |
|
拜托,delphi的help都有
先查AddIndex,再查ixUnique
ixPrimary The ind …… |
yjcheng |
2003/5/25 22:26:31 |
|
根本看不懂啊 |
常省电 |
2003/5/26 9:04:51 |
|