<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>VISOCO Software</title>
	<link>http://www.visoco.com/forum/</link>
	<description>dbExpress, BDP.NET - Sybase connectivity products</description>
	<managingEditor>webmaster@visoco.com</managingEditor>
	<webMaster>webmaster@visoco.com</webMaster>
	<lastBuildDate>Fri, 30 Jul 2010 02:02:54 GMT</lastBuildDate>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: RE: Delphi 2007</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=452#452</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=28&quot; target=&quot;_blank&quot;&gt;KoolKiwi&lt;/a&gt;&lt;br /&gt;
Subject: Re: D2007 support&lt;br /&gt;
Posted: Tue Jun 10, 2008 2:30 pm (GMT 2)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;VISOCO wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Sorry,  but we don't support D2007, because Borland don't provide documentation.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
It appears Peter Sawatzki has the necessary documentation, as he has released a version of his AS400 dbexpress driver (dbexpca400) that works with Delphi 2007!
&lt;br /&gt;

&lt;br /&gt;
Refer &lt;a href=&quot;http://www.sawatzki.de&quot; target=&quot;_blank&quot;&gt;http://www.sawatzki.de&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Version: 3.0.07
&lt;br /&gt;
Date:    16.8.2007
&lt;br /&gt;
rewrote driver for Delphi 2007 
&lt;br /&gt;

&lt;br /&gt;
It appears you have an opportunity here.  I have just upgraded to Delphi 2007, but I am unable to use it as there is a serious memory leak in the dbxase30.dll Sybase ASE dbexpress supplied by CodeGear with the enterprise version of Delphi 2007 / RAD Studio 2007.
&lt;br /&gt;

&lt;br /&gt;
The memory leak occurs whenever you ExecSQL using a TSQLQuery component, and currently renders Delphi 2007 unusable for Sybase ASE dbexpress development.
&lt;br /&gt;

&lt;br /&gt;
I have reported this issue with example code to recreate to CodeGear Quality Central, but as you remains unresolved.
&lt;br /&gt;

&lt;br /&gt;
It would be great if Visoco could release an updated driver for ASE 12.5 for Delphi 2007 that actually works without memory leaks.
&lt;br /&gt;

&lt;br /&gt;
Alternatvely, if anyone has managed to get the CodeGear ASE dbxase30.dll driver DLL to work without memory leak issues, I would really like to hear how they are doing this.  
&lt;br /&gt;

&lt;br /&gt;
In the meantime I am stuck with Delphi 7.1 for ASE dbexpress development using the Visoco driver.  However, unfortunately Visoco's existing driver also has multi-processor concurrent multi-threading issues, requiring all dbexpress calls that involve database connectivity to be serialised via semaphores. This drastically reduces performance and adds coding complexity etc.
&lt;br /&gt;

&lt;br /&gt;
Any feedback appreciated! &lt;img src=&quot;http://www.visoco.com/forum/images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
Greg
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASA :: ERROR: Application is not licenced to use this feature</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=451#451</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=70&quot; target=&quot;_blank&quot;&gt;sjaardema&lt;/a&gt;&lt;br /&gt;
Subject: ERROR: Application is not licenced to use this feature&lt;br /&gt;
Posted: Sat Mar 22, 2008 8:20 pm (GMT 2)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;In my ąpplication I want to update about 500 records, setting a field to 'n'
&lt;br /&gt;
After a certain actions I get this error, like there is a limitation to the number of action to be able to be executed
&lt;br /&gt;

&lt;br /&gt;
I use a licenced version. If it is due to a bug I like to know how to update my version
&lt;br /&gt;

&lt;br /&gt;
Program lines:
&lt;br /&gt;

&lt;br /&gt;
      Ins_Fields_Query.Close;
&lt;br /&gt;
      Ins_Fields_Query.DataSet.CommandText := 'UPDATE S_Fields SET ManualAddition = ''n'' WHERE LAB_ID = ' + IntToStr(Lab_ID);
&lt;br /&gt;
      Ins_Fields_Query.Execute;
&lt;br /&gt;

&lt;br /&gt;
ERROR MESSAGE
&lt;br /&gt;

&lt;br /&gt;
Project1 raised exception class EDatabaseerror with message dbexpressError:[0x0012]: Application is not licenced to use this feature
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASA :: RE: Urgent! is it possible to use ASA driver to connect to S10?</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=450#450</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;VISOCO&lt;/a&gt;&lt;br /&gt;
Subject: RE: is it possible to use ASA driver to connect to S10?&lt;br /&gt;
Posted: Wed Feb 27, 2008 1:32 am (GMT 2)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Please read e-mail.
&lt;br /&gt;_________________&lt;br /&gt;Best regards,
&lt;br /&gt;
VISOCO Software Team
&lt;br /&gt;
--
&lt;br /&gt;
VISOCO Software - Sybase connectivity products&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASA :: Urgent! is it possible to use ASA driver to connect to S10?</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=449#449</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=425&quot; target=&quot;_blank&quot;&gt;PontusAtNilex&lt;/a&gt;&lt;br /&gt;
Subject: Urgent! is it possible to use ASA driver to connect to S10?&lt;br /&gt;
Posted: Tue Feb 26, 2008 12:50 pm (GMT 2)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hello!
&lt;br /&gt;

&lt;br /&gt;
is it possible to use ASA driver to connect to Sybase 10?
&lt;br /&gt;

&lt;br /&gt;
I get Exception : Parse error invalid or missing keyword near '' ... when trying.
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;

&lt;br /&gt;
Pontus
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASA :: Delphi 2007</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=446#446</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=29&quot; target=&quot;_blank&quot;&gt;bernhardz&lt;/a&gt;&lt;br /&gt;
Subject: Delphi 2007&lt;br /&gt;
Posted: Mon Jun 11, 2007 4:44 pm (GMT 2)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi,
&lt;br /&gt;

&lt;br /&gt;
Are there any plans on updating the dbExpress drivers to V2007 of Delphi and the new dbExpress technology from Codegear. We have a considerable investment into the existing Visoco drivers and would like to continue using them along with future versions of Delphi.
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;br /&gt;

&lt;br /&gt;
Bernhard
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: RE: Delphi 2007</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=445#445</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;VISOCO&lt;/a&gt;&lt;br /&gt;
Subject: D2007 support&lt;br /&gt;
Posted: Sun Jun 03, 2007 12:00 am (GMT 2)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Sorry,  but we don't support D2007, because Borland don't provide documentation.
&lt;br /&gt;_________________&lt;br /&gt;Best regards,
&lt;br /&gt;
VISOCO Software Team
&lt;br /&gt;
--
&lt;br /&gt;
VISOCO Software - Sybase connectivity products&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: Delphi 2007</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=444#444</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=418&quot; target=&quot;_blank&quot;&gt;michalj&lt;/a&gt;&lt;br /&gt;
Subject: Delphi 2007&lt;br /&gt;
Posted: Wed May 30, 2007 11:45 pm (GMT 2)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;What about Delphi 2007? Old driver works on Delphi 2006, but don't cooperate with Delphi 2007. We receive stupid message that DLL can't be found. Are you going to prepare new DLL or is it possible in some way to use old driver on 2007.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: with respect to new version</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=443#443</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=24&quot; target=&quot;_blank&quot;&gt;Ricardo Alfredo&lt;/a&gt;&lt;br /&gt;
Subject: with respect to new version&lt;br /&gt;
Posted: Fri Apr 13, 2007 8:19 pm (GMT 2)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;this can have concurrently several querys and to release them of the server as well as they talked it in discussion in &amp;quot;Sybase does not allow multiple &amp;quot;statements&amp;quot; per co&amp;quot; of Stephane FRANC in Jul 29 2005 ?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: RE: Trigger problem</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=433#433</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=35&quot; target=&quot;_blank&quot;&gt;damaldon&lt;/a&gt;&lt;br /&gt;

Posted: Wed Dec 06, 2006 11:30 pm (GMT 2)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Mail sended.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: RE: Interesting discussion in this topic</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=418#418</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;VISOCO&lt;/a&gt;&lt;br /&gt;
Subject: RE: Interesting discussion in this topic&lt;br /&gt;
Posted: Tue Nov 28, 2006 10:34 pm (GMT 2)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Please submit your request by using one of the web-based forms listed below &lt;a href=&quot;http://www.visoco.com/support/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.visoco.com/support/&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;Best regards,
&lt;br /&gt;
VISOCO Software Team
&lt;br /&gt;
--
&lt;br /&gt;
VISOCO Software - Sybase connectivity products&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: Interesting discussion in this topic</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=417#417</link>
	<description>Author: Anonymous&lt;br /&gt;
Subject: Interesting discussion in this topic&lt;br /&gt;
Posted: Tue Nov 28, 2006 6:27 am (GMT 2)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hello all! 
&lt;br /&gt;
This is my first time on this site. 
&lt;br /&gt;
I would like to tell what I really like this project &amp;quot;VISOCO dbExpress driver for Sybase ASE&amp;quot;. 
&lt;br /&gt;
I've been reading it for a while, and I have learned so much here. 
&lt;br /&gt;
So, I decided to try my luck asking a few questions... 
&lt;br /&gt;
How can you IM, PM or whatever you call it to certain members? . 
&lt;br /&gt;
I'd like to ask  more questions about &amp;quot;VISOCO dbExpress driver for Sybase ASE&amp;quot;. 
&lt;br /&gt;
By the way, nice domain name &lt;a href=&quot;http://www.visoco.com.&quot; target=&quot;_blank&quot;&gt;www.visoco.com.&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: RE: Unusual error</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=404#404</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;VISOCO&lt;/a&gt;&lt;br /&gt;
Subject: Table Definition&lt;br /&gt;
Posted: Sat Nov 11, 2006 9:44 pm (GMT 2)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Please sent detail to &lt;a href=&quot;mailto:support@visoco.com&quot;&gt;support@visoco.com&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;Best regards,
&lt;br /&gt;
VISOCO Software Team
&lt;br /&gt;
--
&lt;br /&gt;
VISOCO Software - Sybase connectivity products&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: RE: Unusual error</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=403#403</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=245&quot; target=&quot;_blank&quot;&gt;dwight&lt;/a&gt;&lt;br /&gt;

Posted: Sat Nov 11, 2006 4:13 am (GMT 2)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;What Was The Soultion?
&lt;br /&gt;
I have the SAME problem
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;br /&gt;
&lt;a href=&quot;mailto:dwight@creveltcomputer.com&quot;&gt;dwight@creveltcomputer.com&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: RE: How should I use the License Code?</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=390#390</link>
	<description>Author: &lt;a href=&quot;http://www.visoco.com/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;VISOCO&lt;/a&gt;&lt;br /&gt;
Subject: RE:How should I use the License Code?&lt;br /&gt;
Posted: Tue Sep 05, 2006 10:55 pm (GMT 2)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hello,
&lt;br /&gt;
We sent all instructions by e-mail.
&lt;br /&gt;_________________&lt;br /&gt;Best regards,
&lt;br /&gt;
VISOCO Software Team
&lt;br /&gt;
--
&lt;br /&gt;
VISOCO Software - Sybase connectivity products&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>VISOCO dbExpress driver for Sybase ASE :: How should I use the License Code?</title>
	<link>http://www.visoco.com/forum/viewtopic.php?p=389#389</link>
	<description>Author: Anonymous&lt;br /&gt;
Subject: How should I use the License Code?&lt;br /&gt;
Posted: Tue Sep 05, 2006 1:32 pm (GMT 2)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;hello, I have bought the dbexpress driver. But I only have got three License Code for VISOCO dbExpress driver for Sybase ASE 2.3 (Win 32, Standard), not have any product.
&lt;br /&gt;
  I don't know how to Use the license key to unlock the product or download the fully function version?!
&lt;br /&gt;
  thank you!
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

