<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>SYBASE社区技术服务</title>
    <link>http://www.sybasebbs.com/forum.php</link>
    <description>Latest 20 threads of all forums</description>
    <copyright>Copyright(C) SYBASE社区技术服务</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 19 May 2012 17:22:15 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.sybasebbs.com/static/image/common/logo_88_31.gif</url>
      <title>SYBASE社区技术服务</title>
      <link>http://www.sybasebbs.com/</link>
    </image>
    <item>
      <title>招聘全职数据库技术支持工程师（中、高级）</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5381</link>
      <description><![CDATA[因业务发展需要，急需数据库技术支持人才（中、高级）加盟。基本要求如下：
   (1) 有至少3年Sybase（ASE或IQ）或Oralce数据库技术支持经验；
   (2) 热爱数据库技术支持工作、善于学习；
   (3) 有一定的沟通和表达能力；
   (4) 根据技术能力情况可从事驻场、电话 ...]]></description>
      <category>『 求职|招聘|找私活|培训 』</category>
      <author>tiger123</author>
      <pubDate>Wed, 16 May 2012 18:46:25 +0000</pubDate>
    </item>
    <item>
      <title>手工十字绣成品 品居精品十字绣成品琴棋书画</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5380</link>
      <description><![CDATA[http://item.taobao.com/item.htm?id=17025948176
十字绣经典巨幅----琴棋书画图 
使用的绣品：品居，韩国十字绣著名品牌，在韩国十字绣发展的历程中，品居十字绣始终以廉价的产品形象塑造高雅的艺术品位，让每一个对艺术和美有着隐隐追求的绣友，都有机会接触和尝试十 ...]]></description>
      <category>『 求职|招聘|找私活|培训 』</category>
      <author>ehxz</author>
      <pubDate>Thu, 10 May 2012 23:47:46 +0000</pubDate>
    </item>
    <item>
      <title>sybase中的infomaker如何访问oracle？</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5379</link>
      <description><![CDATA[sybase中的infomaker如何访问oracle？希望知道的朋友帮帮我。谢谢]]></description>
      <category>『 Sybase ASE 』</category>
      <author>pengjianhuanj</author>
      <pubDate>Sat, 05 May 2012 06:37:33 +0000</pubDate>
    </item>
    <item>
      <title>发贴时间</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5378</link>
      <description><![CDATA[2012-05-03 23：29]]></description>
      <category>『 谈天说地 』</category>
      <author>ehxz</author>
      <pubDate>Thu, 03 May 2012 07:28:51 +0000</pubDate>
    </item>
    <item>
      <title>我最喜欢的10条编程语录</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5377</link>
      <description><![CDATA[10. If debugging is the process of removing software bugs,then programming must be the process of putting them in. – Edsger Dijkstra如果调试程序是移除臭虫（软件缺陷）的过程，那编写程序就是把臭虫放进来的过程。—— 迪杰斯特拉09. The first 90% of the ...]]></description>
      <category>『 其它学习相关 』</category>
      <author>ehxz</author>
      <pubDate>Wed, 02 May 2012 06:21:26 +0000</pubDate>
    </item>
    <item>
      <title>PowerDesigner常用功能总结</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5376</link>
      <description><![CDATA[PowerDesigner常用功能：
1：把SQL脚步导入PowerDesigner
打开powerdesigner，选择File --&gt; Reverse Engineer --&gt; Database……
Model name随便写，我填的是wpblog，DBMS选MySQL 5.0
然后确定

在Selection选项卡中选：Using scripts files：添加刚才的导出的sql脚 ...]]></description>
      <category>『 Sybase PowerDesigner 』</category>
      <author>ehxz</author>
      <pubDate>Thu, 15 Mar 2012 10:50:21 +0000</pubDate>
    </item>
    <item>
      <title>pb使用datastore的固定格式</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5375</link>
      <description><![CDATA[Datastore是PB中不可视的数据窗口控制,除此以外与数据窗口相比各个方面都极其相似。 
由于datastore具有对数据的交互操作，所以用它来代替在程序中经常使用的游标Cursors. 使用datastore检索数据比游标的速度快，并对数据的分组变得容易，提高比较高级的过滤功能，在程 ...]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>ehxz</author>
      <pubDate>Sun, 11 Mar 2012 15:08:13 +0000</pubDate>
    </item>
    <item>
      <title>sybase SET CHAINED OFF与SET CHAINED ON两种事务模式有什么区别</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5374</link>
      <description><![CDATA[默认的是off，SQL92标准默认是on.
如果是on,那么会为一个SQL语句块隐式开启一个事务。
如果是off，除非你使用了begin tran，它不会主动为你开启一个事务。
主要就这点区别，这种区别有时候还是很明显的。

这是默认的chained off的效果：
d:\\&gt;isql -Uadventure -S ...]]></description>
      <category>『 Sybase ASE 』</category>
      <author>ehxz</author>
      <pubDate>Sat, 10 Mar 2012 15:50:57 +0000</pubDate>
    </item>
    <item>
      <title>经典励志语录</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5373</link>
      <description><![CDATA[　　1、做一个简单的人，踏实而务实。不沉溺幻想。不庸人自扰。
　　　　
　　2、学会思考，头脑清晰，明白自己的渺小，切忌自我陶醉。炮打出头鸟，凡事不要强出头，因为并没有想象中的强！
　　　　
　　3、每个人都是独立的个体，真的没有谁离开谁就活不下去！
　 ...]]></description>
      <category>『 其它学习相关 』</category>
      <author>ehxz</author>
      <pubDate>Fri, 09 Mar 2012 15:23:28 +0000</pubDate>
    </item>
    <item>
      <title>sybase11.9.2的客户端能支持CP936吗？？？、</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5372</link>
      <description><![CDATA[服务器是12.5的，字符集是CP936，客户端是11.9.2，默认是不支持CP936的，但是想问一下客户端能够添加对CP936的支持。。。]]></description>
      <category>『 Sybase ASE 』</category>
      <author>edoxsj</author>
      <pubDate>Mon, 05 Mar 2012 07:19:27 +0000</pubDate>
    </item>
    <item>
      <title>DELPHI或BCB使用BDE连接SYBASE的问题</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5371</link>
      <description><![CDATA[delphi或者BCB连接SYBASE数据库，服务器是windows2003下12.5的数据库，字符集CP936，
客户端用BCB6或者delphi7，使用BDE连接，采用SQLSSC32.dll时候速度很慢；采用SQLSYB32.dll速度快，但是一旦SQL语句有错误就会直接退出应用程序，无法捕捉例外，纠结了很久了，希望有 ...]]></description>
      <category>『 Sybase ASE 』</category>
      <author>edoxsj</author>
      <pubDate>Mon, 05 Mar 2012 07:02:43 +0000</pubDate>
    </item>
    <item>
      <title>怎么,这里这么冷清?</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5370</link>
      <description><![CDATA[嗯,合适我,管理员有什么问题尽管提]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>swimchen</author>
      <pubDate>Sun, 04 Mar 2012 17:50:39 +0000</pubDate>
    </item>
    <item>
      <title>sqlserver 日常检查脚本</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5369</link>
      <description><![CDATA[--sqlserver  日常检查脚本
print \'----------------------------\'
print \' 0.sqlserver all information  \'
print \'----------------------------\'
print \'                             \'
print \'*********************************\'

--Step 1: Setting NULLs]]></description>
      <category>『 其它数据库 』</category>
      <author>ehxz</author>
      <pubDate>Fri, 02 Mar 2012 13:23:14 +0000</pubDate>
    </item>
    <item>
      <title>PB 12.5 正式版本及EFB 19952: 12.5 (4015)不限时学习的解决办法2012-03-01</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5368</link>
      <description><![CDATA[不含.NET

2003下测试成功]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>ehxz</author>
      <pubDate>Thu, 01 Mar 2012 07:16:43 +0000</pubDate>
    </item>
    <item>
      <title>pb12.5.1-EBF19952(4015)</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5367</link>
      <description><![CDATA[Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format ( ...]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>ehxz</author>
      <pubDate>Thu, 01 Mar 2012 06:20:19 +0000</pubDate>
    </item>
    <item>
      <title>限制数据窗口每页打印行数</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5366</link>
      <description><![CDATA[Dear all, 
I have one simple question that seems to be asked and answered sometime 
ago, but I didn\'t keep that mail. 
I have one composite report that will be printed on pre-printed form. 
How can I limit rows on the detail band and skip the res ...]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>ehxz</author>
      <pubDate>Wed, 29 Feb 2012 18:36:05 +0000</pubDate>
    </item>
    <item>
      <title>几个经典应用案例</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5365</link>
      <description><![CDATA[数据窗口Pageup与Pagedown翻页
数据窗口的key实践中写：

Long ll_handle 
ll_handle = Handle(This) 
Choose Case True 
Case KeyDown(KeyPageDown!) 
Send(ll_handle, 277, 3, 0) 
Case KeyDown(KeyPageUp!) 
Send(ll_handle, 277, 2, 0) 
End Choose 
禁止 ...]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>ehxz</author>
      <pubDate>Wed, 29 Feb 2012 18:05:49 +0000</pubDate>
    </item>
    <item>
      <title>关于PB源码的几点说明</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5364</link>
      <description><![CDATA[存在形态：
PB的源码有两种在状态。表面上大家只能看到，在每个PBL中罗列出来的对象列表清单，这是标准码（没有准确定义，这只是我的理解），另外一种就是编译码。
我们经常做的对对象或者库列表的操作。FullBuild Migrate -重新生成操作，其实就是去除源码本身上次的 ...]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>ehxz</author>
      <pubDate>Wed, 29 Feb 2012 18:02:38 +0000</pubDate>
    </item>
    <item>
      <title>求救！！</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5363</link>
      <description><![CDATA[在我开发的同一应用中，为什么有的地方可以用ctrl+C和ctrl+V，有的地方不能用呢，这是为什么？是指在数据窗口上或单行编辑框上使用，请高手帮忙解答，谢谢]]></description>
      <category>『 Sybase PowerBuilder 』</category>
      <author>w_wangbin</author>
      <pubDate>Sat, 25 Feb 2012 07:18:48 +0000</pubDate>
    </item>
    <item>
      <title>求SQL优化，ASE</title>
      <link>http://www.sybasebbs.com/forum.php?mod=viewthread&amp;tid=5362</link>
      <description><![CDATA[select  JRNJRNNO, JRNTR_COD, JRNAC_DAT, nkgl.fun_formattimestr(JRNTR_TIM) JRNTR_TIM,@var_year+JRNTR_DAT JRNTR_DAT,JRNTL_ID,JRNSUP1ID,
               JRNSUP2ID,JRNCB,JRNBR, JRNAUTLVL, JRNVCHCNT,JRNVCHNO,JRNVCHEC,JRNINPARA1,@trandate BAKDATE,JRNTR_TIM ...]]></description>
      <category>『 Sybase ASE 』</category>
      <author>lovo1</author>
      <pubDate>Fri, 24 Feb 2012 03:47:07 +0000</pubDate>
    </item>
  </channel>
</rss>
