<?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>Thu, 10 Sep 2026 03:36:35 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>parameter limit</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73557-parameter-limit&amp;goto=newpost</link>
			<pubDate>Mon, 07 Sep 2026 20:05:25 GMT</pubDate>
			<description><![CDATA[DF-25 Windows app 
 
Is there a limit to the number of parameters I can add using SQLSetParameter?  I don't see anything in the help about it. I'm...]]></description>
			<content:encoded><![CDATA[<div>DF-25 Windows app<br />
<br />
Is there a limit to the number of parameters I can add using SQLSetParameter?  I don't see anything in the help about it. I'm not using SQLExecutor at this point.  My query requires 14 parameters and I can't get it to work correctly, getting odd error messages like a string being called an integer.  A query with only a few parameters works as expected.</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Bob Worsley</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73557-parameter-limit</guid>
		</item>
		<item>
			<title>1/1/0001</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73549-1-1-0001&amp;goto=newpost</link>
			<pubDate>Thu, 03 Sep 2026 18:46:45 GMT</pubDate>
			<description>Hi, 
 
What needs to be done to stop the default date of “1/1/0001” from displaying in a view? MS SQL Express 2025 and DF 25.0. 
 
Thanks, 
Tom</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
What needs to be done to stop the default date of “1/1/0001” from displaying in a view? MS SQL Express 2025 and DF 25.0.<br />
<br />
Thanks,<br />
Tom</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Tom</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73549-1-1-0001</guid>
		</item>
		<item>
			<title>Dynamically changing the DB connection using command line parameter</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73542-Dynamically-changing-the-DB-connection-using-command-line-parameter&amp;goto=newpost</link>
			<pubDate>Tue, 01 Sep 2026 17:57:18 GMT</pubDate>
			<description><![CDATA[I wanted a clean solution to dynamically change the DB connection using a command line parameter. I found some solutions here, but they didn't always...]]></description>
			<content:encoded><![CDATA[<div>I wanted a clean solution to dynamically change the DB connection using a command line parameter. I found some solutions here, but they didn't always work. For example, augmenting the <b>ConnectionIniFile</b> function didn't work if the application is run from the shell (i.e. double-clicking from Windows Explorer or launching from another DataFlex application). I am not sure why. I also couldn't use the the command line parameter &quot;dfconnid=&quot; because the INI file name is dynamically built, based on the parameter.<br />
<br />
Attached is a solution that augments the <b>AutoConnect</b> procedure that works, in case anybody else needs to do this. It is a simple example to switch databases between test mode and production mode, and is meant as a foundation to use for a possibly more complex implementation. Note that the various databases MUST be identical. Otherwise, there will be errors.<br />
<br />
Also note that obtaining the command line parameter could be done directly in the <b>AutoConnect</b> procedure. However, I chose to use the <b>OnCreate</b> event in the <b>oApplication</b> object and setting a property, in case it needs to be referenced elsewhere in the application. If any command line parameters are to be referenced elsewhere in the application, I prefer to save them as properties in the <b>oApplication</b> object and reference them from there. If you don't need that, you may obtain the command line parameter directly in <b>AutoConnect</b>.<br />
<br />
Hope this helps!</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/pkg.gif" alt="File Type: pkg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18308&amp;d=1788285174">Application.pkg</a> 
(1.5 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>adityagir</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73542-Dynamically-changing-the-DB-connection-using-command-line-parameter</guid>
		</item>
		<item>
			<title>Express VS Standard</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73515-Express-VS-Standard&amp;goto=newpost</link>
			<pubDate>Fri, 21 Aug 2026 17:29:16 GMT</pubDate>
			<description>Hi, 
 
I have a customer with about 40 users that is now using the MS Sql Express DB. The customer has MS SQL Server 2022 Standard but would have to...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a customer with about 40 users that is now using the MS Sql Express DB. The customer has MS SQL Server 2022 Standard but would have to purchase almost 40 CALs. How much of a performance boost would there be to justify the almost $13,000.00 investment.<br />
<br />
We are going to go to SQL 2025 Express if not the SQL Server 2022 Standard.<br />
<br />
Thanks,<br />
Tom</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?20-Database-Connectivity">Database Connectivity</category>
			<dc:creator>Tom</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73515-Express-VS-Standard</guid>
		</item>
	</channel>
</rss>
