<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - Sybase</title>
    <link>https://bbs.verysource.com/forum-51-1.html</link>
    <description>Latest 20 threads of Sybase</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 24 Aug 2026 05:51:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://bbs.verysource.com/</link>
    </image>
    <item>
      <title>sybase中update</title>
      <link>https://bbs.verysource.com/thread-2666-1-1.html</link>
      <description><![CDATA[update cource set teacher_name = teacher.name where cource.teacher_id = teacher.id

这种update操作sybase都不支持吗?]]></description>
      <category>Sybase</category>
      <author>sjy345</author>
      <pubDate>Sun, 08 Mar 2020 15:30:01 +0000</pubDate>
    </item>
    <item>
      <title>ASE数据返回问题，急急急！</title>
      <link>https://bbs.verysource.com/thread-2400-1-1.html</link>
      <description><![CDATA[朋友给我2个ASE的数据库设备，名字分别叫wzgl_dat,wzgl_log。我在ASE下建了一个服务Server,如何将这两个设备及里边的数据库导入到SERVER服务中？？]]></description>
      <category>Sybase</category>
      <author>吐泡泡的鱼</author>
      <pubDate>Sun, 01 Mar 2020 02:00:01 +0000</pubDate>
    </item>
    <item>
      <title>sybase无法启动的问题!</title>
      <link>https://bbs.verysource.com/thread-2272-1-1.html</link>
      <description><![CDATA[当我的服务器使用DHCP分配IP,启动服务的时候提示:
错误提示：
SQL Anywhere Service Manager
The service hmsdata could not be started. See the Event Viewer for more infomation, or check your parameters.
确定

当我设置维固定IP时,则没有这个问题!
请问具体的原 ...]]></description>
      <category>Sybase</category>
      <author>wrylovett</author>
      <pubDate>Fri, 21 Feb 2020 08:00:01 +0000</pubDate>
    </item>
    <item>
      <title>在Windows下有能用mingw或者cygwin链接的CT-Library吗？</title>
      <link>https://bbs.verysource.com/thread-2209-1-1.html</link>
      <description><![CDATA[如题。]]></description>
      <category>Sybase</category>
      <author>52577738</author>
      <pubDate>Wed, 19 Feb 2020 05:30:02 +0000</pubDate>
    </item>
    <item>
      <title>vc程序如何响应sybase中的数据库插入事件？</title>
      <link>https://bbs.verysource.com/thread-2010-1-1.html</link>
      <description><![CDATA[当有数据插入到表中时sybase可以向应用程序发送消息或产生事件吗,前台应用程序又如何接收该消息呢？]]></description>
      <category>Sybase</category>
      <author>cyh8177</author>
      <pubDate>Thu, 13 Feb 2020 08:00:01 +0000</pubDate>
    </item>
    <item>
      <title>如何获取Sybase存储过程返回值？</title>
      <link>https://bbs.verysource.com/thread-1823-1-1.html</link>
      <description><![CDATA[我写了一个存储过程，返回2个结果集和1个返回值， 代码如下：
if exists (select * from sysobjects where name=\'proc_tel_jboxdmt_query\')
begin
  drop proc proc_tel_jboxdmt_query
end
go

create proc proc_tel_jboxdmt_query
(@jbox_num]]></description>
      <category>Sybase</category>
      <author>eehwachow</author>
      <pubDate>Fri, 07 Feb 2020 14:00:02 +0000</pubDate>
    </item>
    <item>
      <title>急,这个SQL不会写了,大家帮我看看怎么写得?</title>
      <link>https://bbs.verysource.com/thread-1412-1-1.html</link>
      <description><![CDATA[一个表,有a,b,c三个字段,当b为空时,a字段的代表意义为\&quot;A\&quot;,当b字段不为空时,a字段的代表意义为\&quot;B\&quot;,现在我要把这两种意义同时取出来,并以C分组,该怎么取?
即:我取出的结果列应为:
c字段 代表\&quot;A\&quot;的a字段的和 代表\&quot;B\&quot;的a字段的和
c1 a1 a11
c2 a2 a22


顺便说一下,我的数据 ...]]></description>
      <category>Sybase</category>
      <author>2749070</author>
      <pubDate>Tue, 28 Jan 2020 01:20:01 +0000</pubDate>
    </item>
    <item>
      <title>无法恢复dump数据库</title>
      <link>https://bbs.verysource.com/thread-1315-1-1.html</link>
      <description><![CDATA[重新安装了机子，然后用load 做数据恢复时提示“... was DUMPed under a different sort order ID (44) or character set ID (2) than ones running on this server (SortOrd = 50,CharSet = 2) ... ”]]></description>
      <category>Sybase</category>
      <author>yangbaoyu</author>
      <pubDate>Sun, 26 Jan 2020 02:40:01 +0000</pubDate>
    </item>
    <item>
      <title>加载数据库问题？？？</title>
      <link>https://bbs.verysource.com/thread-204-1-1.html</link>
      <description><![CDATA[sabase11.5
数据库文件：data1.dat
服务器名：server1
数据库database名：d1
我想把data1.dat加载到数据库中。命令如何写？？？
isql 我会写
下面如何写？
我写的：

1&gt;load database d1 from \'e:\\data1.dat\'
2&gt;online database d1
3&gt;go

 ...]]></description>
      <category>Sybase</category>
      <author>mazhehong</author>
      <pubDate>Sat, 04 Jan 2020 01:40:01 +0000</pubDate>
    </item>
  </channel>
</rss>