摘要:
......
摘要:好久没有在blog上写文章了,最近好忙啊,加班加的人郁闷之极。这几天碰到一个棘手的问题,就是在对rtf格式的文件转换成html格式的文件的时候出现了一些莫名奇妙的错误。具体的情况是这样的:delphi写的应用程序客户端调用webservice的一个方法。这个webservice是在.net环境下提供的,iis作为载体。在webservice中调用一个com,该com又调用一个实现了rtf2html......
用程序实现压缩access(*.mdb)数据库的方法.
下面的函数用来压缩access数据库 需要增加comobj单元function compactdatabase(afilename,apassword:string):boolean; 【程序编程相关:
用Delphi编写圆周率模拟器】 【推荐阅读:
用delphi操作INI文件】//压缩与修复数据库,覆盖源文件 【扩展信息:
Delphi设计形象的动态三维饼图】 const sconnectionstring = provider=microsoft.jet.oledb.4.0;data source=%s; +jet oledb:database password=%s;; var spath,sfile:array [0..254] of char; stempfilename:string; je:olevariant; begin gettemppath(40,spath);//取得windows的temp路径 gettempfilename(spath,~cp,0,sfile);//取得temp文件名,windows将自动建立0字节文件 stempfilename:=sfile;//pchar->string ...
下一页 摘要:{ diese unit kann in ein package compiliert werden und erscheint danach im delphi menu unter hilfe. } { this unit can be compiled into a package and will then appear in the delphi help menu. } unit sd......