<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Data Access Worldwide Forums - Database Connectivity</title>
		<link>https://support.dataaccess.com/Forums/</link>
		<description>All things related to connecting and optimizing your DataFlex application with SQL databases.</description>
		<language>en</language>
		<lastBuildDate>Wed, 20 May 2026 06:43:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://support.dataaccess.com/Forums/images/misc/rss.png</url>
			<title>Data Access Worldwide Forums - Database Connectivity</title>
			<link>https://support.dataaccess.com/Forums/</link>
		</image>
		<item>
			<title>OEM to ANSI wizard cuts off long fields</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73252-OEM-to-ANSI-wizard-cuts-off-long-fields&amp;goto=newpost</link>
			<pubDate>Fri, 15 May 2026 13:51:33 GMT</pubDate>
			<description><![CDATA[*EDIT*: It wasn't a limitation of the wizard: the INT file contained a restriction. So forget I asked. :-) 
 
Hi all, 
I want to migrate an SQL...]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: &amp;amp"><b>EDIT</b>: It wasn't a limitation of the wizard: the INT file contained a restriction. So forget I asked. :-)<br />
<br />
Hi all,</span><br />
<span style="font-family: &amp;amp">I want to migrate an SQL database from OEM to ANSI/Unicode.<br />
For this, I am using the wizard in the Database Builder.<br />
However, this wizard has a 16K limit. Fields containing more text are truncated at 16K.</span><br />
<span style="font-family: &amp;amp">This affects quite a large number of fields. Creating scripts to correct these text fields after running the wizard would be a pita.<br />
<br />
I'm now figuring out if I can do this in SQL instead and this works just as well.<br />
<br />
Any tips?</span></div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Pieter van Dieren</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73252-OEM-to-ANSI-wizard-cuts-off-long-fields</guid>
		</item>
		<item>
			<title>DF26: CK Drivers LEFT JOIN ?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73243-DF26-CK-Drivers-LEFT-JOIN&amp;goto=newpost</link>
			<pubDate>Wed, 13 May 2026 04:33:43 GMT</pubDate>
			<description>HI DAW 
 
There was some talk about DF26 CK drivers being able to use LEFT JOINS to pull the entire structure of a DD at once rather than 1 statement...</description>
			<content:encoded><![CDATA[<div>HI DAW<br />
<br />
There was some talk about DF26 CK drivers being able to use LEFT JOINS to pull the entire structure of a DD at once rather than 1 statement per related table.<br />
Just tested the execution of the Order Entry on DB2 - all statements generated are the same as DF25</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>raveens</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73243-DF26-CK-Drivers-LEFT-JOIN</guid>
		</item>
		<item>
			<title><![CDATA[UPDLOCK in sql locks all tables and the database "freezes"]]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73219-UPDLOCK-in-sql-locks-all-tables-and-the-database-quot-freezes-quot&amp;goto=newpost</link>
			<pubDate>Tue, 05 May 2026 11:42:33 GMT</pubDate>
			<description>Hi! 
 
I have a strange behaviour in my MSSQL Database. 
 
When the users are working, all of the sudden the application hangs, due to a lock in the...</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
I have a strange behaviour in my MSSQL Database.<br />
<br />
When the users are working, all of the sudden the application hangs, due to a lock in the SQL table.<br />
<br />
I have found out what query that the SQL is performing and has the datbase locked.<br />
<br />
This one.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">SELECT &quot;RECNUM&quot;, &quot;NR&quot;, &quot;NAMN&quot;, &quot;COLOR&quot;, &quot;KORTNAMN&quot;, &quot;ANM&quot;, &quot;DEF&quot;, &quot;DEL&quot;, &quot;UTF&quot;<br />
, &quot;KF&quot;, &quot;SLUTF&quot;, &quot;RETUR&quot;, &quot;BOK&quot;, &quot;ANTAL&quot;, &quot;ANTAL_GRON&quot;, &quot;ANTAL_GUL&quot;, &quot;ANTAL_ROD&quot;, &quot;SORT&quot;, &quot;ANKOMST&quot;, &quot;PLAN&quot;, &quot;DATUM&quot;, &quot;SIGN&quot;, &quot;LAS_TAB&quot;, &quot;KALENDER_BILD&quot;, &quot;TYP&quot;, &quot;DISTRBOKN&quot;<br />
FROM &quot;dbo&quot;.&quot;STATUS&quot;<br />
WITH<br />
(UPDLOCK)<br />
ORDER BY &quot;NR&quot; ASC</code><hr />
</div>How and where should i look to figure out what causes this query, is it part of a find, a reread or what.<br />
<br />
When i kill this session in SQL all other transactions do continue and the program is not frozen any more.<br />
<br />
I just don't know where to start.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>MrHalland</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73219-UPDLOCK-in-sql-locks-all-tables-and-the-database-quot-freezes-quot</guid>
		</item>
		<item>
			<title>SQL Server Native Client version error</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73187-SQL-Server-Native-Client-version-error&amp;goto=newpost</link>
			<pubDate>Thu, 23 Apr 2026 22:34:46 GMT</pubDate>
			<description>I installed SQL Server 2022 (60 days evaluation) and my DF 23 app on an empty computer with Win 11 Pro. That works. Then I made two VMware virtual...</description>
			<content:encoded><![CDATA[<div>I installed SQL Server 2022 (60 days evaluation) and my DF 23 app on an empty computer with Win 11 Pro. That works. Then I made two VMware virtual machines on that computer. The purpose is to make it possible for two users to log in to that computer from outside at the same time.<br />
<br />
After that I installed a DF 23 client on one of these VM  and tried to start my DF app but got an error message saying that the minimum required version of SQL Server Native Client was not installed. <br />
<br />
Why is it so? As far as I can remember, I have installed the same programs on the physical and virtual computers.<br />
<br />
However, on the physical machine, there many more programs on the list. Thera are Microsoft ODBC Driver 17 and 18 for SQL Server, but they are missing in the list from the VM machine.<br />
<br />
/Bengt</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18156&amp;d=1776983579">Client version.jpg</a> 
(12.5 KB)
</li><li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18157&amp;d=1776983599">Physical_computer.jpg</a> 
(169.8 KB)
</li><li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18158&amp;d=1776983623">Program on VM.jpg</a> 
(65.8 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Bengt</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73187-SQL-Server-Native-Client-version-error</guid>
		</item>
		<item>
			<title>PDF manual for Dataflex Connectivity Kit for ODBC?.</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73185-PDF-manual-for-Dataflex-Connectivity-Kit-for-ODBC&amp;goto=newpost</link>
			<pubDate>Thu, 23 Apr 2026 16:19:10 GMT</pubDate>
			<description><![CDATA[Back in the days when Gutenberg was a lad we had manuals on paper. 
 
I have pages 73 to 109 of "Dataflex Connectivity Kit for ODBC" version 2.2, but...]]></description>
			<content:encoded><![CDATA[<div>Back in the days when Gutenberg was a lad we had manuals on paper.<br />
<br />
I have pages 73 to 109 of &quot;Dataflex Connectivity Kit for ODBC&quot; version 2.2, but ideally I'd like the rest of it. <br />
<br />
Anybody got the pdf they can send me? Any version?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>DaveR</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73185-PDF-manual-for-Dataflex-Connectivity-Kit-for-ODBC</guid>
		</item>
		<item>
			<title><![CDATA[Dummty's guide to ODBC/PSQL required]]></title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73184-Dummty-s-guide-to-ODBC-PSQL-required&amp;goto=newpost</link>
			<pubDate>Wed, 22 Apr 2026 17:20:33 GMT</pubDate>
			<description><![CDATA[Something not working the way I recall, but most likely the brain cells I'm losing on a daily basis. 
 
 
According to legend (and the help)...]]></description>
			<content:encoded><![CDATA[<div>Something not working the way I recall, but most likely the brain cells I'm losing on a daily basis.<br />
<br />
<br />
According to legend (and the help) connection IDs are help in the registry.<br />
Using both versions of ODBCAD32 on my dev machine I created system DSNs for 32 and 64 bit PSQL, pointing at the server's ip, and added them to the connections.ini, it caused production users to have issues.<br />
<br />
PSQL doesnt need a login, so I have the following oConnection<br />
Set pbLoginOnOpen to False<br />
Set pbLoginDialogRequired to False <br />
<br />
<br />
<br />
Then I create new DSNs using the same tools on the server pointing to localhost. As we don't have a studio on the server I revert to my dev machine and create the connectionID entries. Still get issues with connection not found on user machines. Deactivated the connection for now.<br />
<br />
On a user with the Studio and the ODBC driver loaded we get 'Data Source Name not found and no default driver' identifying the correct DSN, so what's missing? The registry entries?<br />
<br />
So, must I create DSN registry entries on 110 user machines? Can anybody point me at the Enid Blyton (ie: simple) sequence of operations?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>DaveR</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73184-Dummty-s-guide-to-ODBC-PSQL-required</guid>
		</item>
		<item>
			<title>MSSQL connection problem</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73180-MSSQL-connection-problem&amp;goto=newpost</link>
			<pubDate>Tue, 21 Apr 2026 08:11:20 GMT</pubDate>
			<description>I need to create a test environment in my office on a P2P network where SQL server is on computer. I want to be able to log in to that database shall...</description>
			<content:encoded><![CDATA[<div>I need to create a test environment in my office on a P2P network where SQL server is on computer. I want to be able to log in to that database shall be from other computers in the same local network.<br />
<br />
I have done the following (and tested much more) :<br />
<br />
<br />
<ol class="decimal"><li style="">TCP/IP is enabled on the server with SQL Server Configuration Manager</li><li style="">TCP Port is set to 1433 in SQL Server Configuration Manager</li><li style="">The SQL Server Service is restarted in SQL Server Configuration Manager</li><li style="">Allow remote connections to this server is checked in SSMS Server properties connections</li><li style="">Port 1433 is opened in Windows Defender</li><li style="">I checked that port 1433 can really is open by running    Test-NetConnection computername -port 1433 in Powershell</li><li style="">SQL Server and Windows Authentication mode was checked in SSMS</li><li style="">I created a new Login with SQL Server authentication in SSMS to be sure of the credentials.</li><li style="">I checked that I could login with this user and password with SSMS on the computer with the database. That worked.</li></ol><br />
<br />
But I fail logging in from the other computer in the same local network. Why? What more can I do to find out what is wrong?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Bengt</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73180-MSSQL-connection-problem</guid>
		</item>
		<item>
			<title>SQL delete record</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73179-SQL-delete-record&amp;goto=newpost</link>
			<pubDate>Tue, 21 Apr 2026 07:35:50 GMT</pubDate>
			<description><![CDATA[using the following sql statement 
 
Code: 
--------- 
Send SQLExecDirect of ghoSQLExecutor ('DELETE FROM JDP7333 WHERE...]]></description>
			<content:encoded><![CDATA[<div>using the following sql statement<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Send SQLExecDirect of ghoSQLExecutor ('DELETE FROM JDP7333 WHERE JDP7333.UniekID='+String(nUniekID)+&quot; and JDP7333.Tabel='&quot;+Trim(sTabel)+&quot;'&quot;)<br />
//the field &quot;Tabel&quot; is an ASCII field</code><hr />
</div>the application at the customer site stops working (not responding). Eventualy other users get &quot;lock time outs&quot;.<br />
<br />
Deleting the records the old fashion way (with DF code) does the trick. But why is the SQL statement not working?  The database isn't locked. Otherwise the DF-code wouldn't work either?<br />
<br />
Transfering the SQL-DB of the customer to local and executing doesn't reproduce the problem.<br />
<br />
Any thoughts?<br />
<br />
Customer system:<br />
Windows Server 2022 Standard<br />
SQL Server 16.0<br />
SQL server management 20.2<br />
SMO 17.1<br />
T-SQL Parser 17.2.3<br />
MDS 5.1.5</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Sjoerd</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73179-SQL-delete-record</guid>
		</item>
		<item>
			<title>MSSQL EXPRESS 20.X/df 20,</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73177-MSSQL-EXPRESS-20-X-df-20&amp;goto=newpost</link>
			<pubDate>Mon, 20 Apr 2026 22:54:28 GMT</pubDate>
			<description>Hi all 
 
Is MSSQL EXPRESS 20.X compatible with DF 20.1? 
 
Edgar</description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
Is MSSQL EXPRESS 20.X compatible with DF 20.1?<br />
<br />
Edgar</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Edgar H. Peņa C.</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73177-MSSQL-EXPRESS-20-X-df-20</guid>
		</item>
	</channel>
</rss>
