2008年10月12日 星期日
Delphi FTP例子源码
狐狸| 狐狸Hack-Delphi |20:07:40
Delphi FTP例子源码 unit TransferThread; //////////////////////////////////////////////////////////////////////////////// // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载
How to Install an INF file from Delphi
About.com| About.com Delphi Programming |15:54:56
in Delphi TIPS :: An INF file (or Setup Information file) is a plain text (ASCII) file used by Windows for installation of software and drivers. INF files provide the...
soundvision studio
delphi3000| delphi3000.com |12:00:00
Do you have problems with your music
soundvision studio
delphi3000| delphi3000.com |12:00:00
Do you have problems with your music
2008年10月11日 星期六
怎么在dbgrid中的列中,为ibquery查询结果显示序号
幸福苹果| 幸福苹果-delphi |17:44:00
刚学到一种思路,请看看怎么样先给dbgrid添上一列,不连任何数据,其Title.Caption属性设为'序号' ,再procedure TForm.DBGridDrawColumnCell(Sender: TObject; const Rect: TRect;DataCol: Integer; Column: TColumn; State: TGridDrawState)...
请问table和quary的各自特点和优势是什么?我做数据库应该选用哪一个呢?
幸福苹果| 幸福苹果-delphi |17:41:00
http://topic.csdn.net/t/20010910/00/279640.html请问table和quary的各自特点和优势是什么?我做数据库应该选用哪一个呢?高分相送!楼主Acoola(我酷)2001-09-10 00:03:08 在 Delphi / 数据库相关 提问看书上好像只是quary是用SQL来查询的。不知道这两个控件在本?..
Query,Table,StoredProc等使用时需要注意的地方
幸福苹果| 幸福苹果-delphi |17:40:00
使用Query时的注意要点:1。如果你需要更改数据,query.requestlive必须为true2。如果有输入参数的时候,容易出错,通常的错法是这样,比如:“WHERE abc = : abc”改正如下:“WHERE abc=:abc”就是说=:前后都不能留空格。3。query.open与QUERY...
Delphi : 如何用Table控件判断数据库是否为空
幸福苹果| 幸福苹果-delphi |17:38:00
方法1:if Table1.IsEmpty then 方法2:if Table1.RecordCount <=0 then类别:delphi编程 查看评论
Delphi : IBTable注意事项
幸福苹果| 幸福苹果-delphi |17:12:00
第一部分:IBTable不能添加Blob类型的字段(.Insert,.append),只能修改(Edit),如下列语句作用在一个字段类型为Blob(Text)的NAME字段上就不行.如果想要完美操作Blob类型字段,建议使用IBQuery 或 IBSQL控件+SQL语句+动态参数的形式进行全面操作。详细使用方法,见如?..
delphi : 用IBSQL1控件添加,更新,删除数据记录
幸福苹果| 幸福苹果-delphi |16:54:00
放一个IBSQL1控件到窗体上,设置其DataBase,Transaction属性为IBDataBase1,IBTransaction1控件。不需要关联任何IBUpdateSQL控件即可。最好再加一个IBTable1+DataSource1+jvDBGRid1/DBGrid1控件连接到要操作的表格,以便观察SQL语句执行结果。谢谢。//添加记录procedu...
delphi : 用IBQuery1控件添加,更新,删除数据记录
幸福苹果| 幸福苹果-delphi |16:43:00
放一个IBQuery1控件到窗体上,设置其DataBase,Transaction属性为IBDataBase1,IBTransaction1控件。不需要关联IBUpdateSQL控件即可。//添加记录procedure TForm1.Button1Click(Sender: TObject);beginIBQuery1.Close;IBQuery1.SQL.Clear;IBQuery1.SQL.Text:='insert i...
Digital Camera Photographs Recovery
delphi3000| delphi3000.com |12:00:00
How can you restore or recover all favorite lost or missing marriage video album, photograph, picture, party snapshot, audio and video files from inaccessible or logically crashed digital camera memory card?
Keylogger Program
delphi3000| delphi3000.com |12:00:00
Freeware Keylogging tool observes employee activities in any organization and not interrupts windows application at all. Keyboard tracking utility records all information that is entered by keyboard and save that information in an encrypted log fi...
delphi:数据库字段-动态菜单
幸福苹果| 幸福苹果-delphi |09:12:00
procedure TFAdd.MenuItemClick(Sender: TObject);begin //动态创建菜单项,点击事件if Sender is TMenuItem thenbegin if CClass.Text<...
BTVisualFTP 3.0 FTP client component for Delphi 2009
CodeGear| CodeGear-CodeCentral Delphi |08:32:35
Feature overview* Drag and drop upload of files and folders (including subdirectories)* Delete folders including subdirectories* Show associated shell icons* A popup menu offers FTP commands (rename, delete, create directory...)* Popup menu action...





冀公网安备 13098202000212号