呵呵,打算抽空仿 SQL Server2000 做个查询分析器,并加入自己的特殊功能,先放个要实现的功能的可执行程序(空壳)上来:)
使用说明 1、delphi_sql转换为mssql: 示例如下: sql.add('select * from tb1'); sql.add(' where AutoId>0and CId= ''1'''); 转换为: select * from tb1 where AutoId>0and CId= '1' 实际实现的功能为: a、双引号变单引号;b、 ');变空;c、sql.add('变空。 2、mssql转换为delphi_sql: 示例如下: select * from tb1 where AutoId>0 and CId='1' 转换为: sql.Add ...
家乡发生地震,好恐怖,幸好我们那边没啥事,现在天天中午下班的时候,晚上都在看新闻、视频,关心家乡的人民```
这是我D7下装coolform控件时遇到的这个问题哈。 1、添加 lib\designide.dcp到控件的dpk文件的requires部分 2、在控件的pas源文件中凡是uses dsgnintf的地方改成 uses designintf,designeditors 3、加入搜索路径 C:\Program Files\Borland\Delphi7\Source\ToolsAPI 4、implementation部分把Proxies隐掉 uses DesignConst, Consts, RTLConsts, Contnrs{Proxies}; 5、找到并把 if (FAnces ...
if assigned(BtnOk.onClick) then... 文章转自:http://topic.csdn.net/t/20040511/13/3053975.html
Wrong character in ClipBoard.AsText?? In Delphi, use ClipBoard unit, a common method "ClipBoard.AsText" is doing a wrong way when using non-English character. How to fix it? Look into the source code, you will find VCL use CF_TEXT to do the job (change it to CF_UNICODETEXT)! Now we can use followin ...
mathsfan
  • 浏览: 137755 次
  • 性别: Icon_minigender_1
  • 来自: 浙江省杭州市
  • 详细资料
搜索本博客
我的相册
558da78e-b80d-38bb-9bdf-e0bcda4b821b-thumb
文章配图20
共 24 张
存档
最新评论