<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Probleme beim erstellen einer ODBC Verbindung]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe folgendes Problem:</p>
<p>ich möchte via</p>
<p>SQLConfigDataSource(NULL,ODBC_ADD_DSN, &quot;Excel Files (*.xls)&quot;,<br />
&quot;DSN=New Excel Data Source\0&quot;<br />
&quot;Description=New Excel Data Source\0&quot;<br />
&quot;FileType=Excel\0&quot;<br />
&quot;DataDirectory=C:\\EXCELDIR\0&quot;<br />
&quot;DBQ=C:\\EXCELDIR\\test.xls\0&quot;<br />
&quot;MaxScanRows=20\0&quot;);</p>
<p>eine ODBC Datenquelle setzen. So das ganze funst auch wunderbar !</p>
<p>Nur wie kann ich jetzt den Pfad an diesen stellen durch eine Variable erstezen ? Ich bekomme den Pfad zu der Datei in einem CString nur wie kann ich das ganze dort einfühgen ?</p>
<p>Danke Coolsero</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/127552/probleme-beim-erstellen-einer-odbc-verbindung</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Jul 2026 19:54:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/127552.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Nov 2005 10:32:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme beim erstellen einer ODBC Verbindung on Fri, 25 Nov 2005 10:32:13 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe folgendes Problem:</p>
<p>ich möchte via</p>
<p>SQLConfigDataSource(NULL,ODBC_ADD_DSN, &quot;Excel Files (*.xls)&quot;,<br />
&quot;DSN=New Excel Data Source\0&quot;<br />
&quot;Description=New Excel Data Source\0&quot;<br />
&quot;FileType=Excel\0&quot;<br />
&quot;DataDirectory=C:\\EXCELDIR\0&quot;<br />
&quot;DBQ=C:\\EXCELDIR\\test.xls\0&quot;<br />
&quot;MaxScanRows=20\0&quot;);</p>
<p>eine ODBC Datenquelle setzen. So das ganze funst auch wunderbar !</p>
<p>Nur wie kann ich jetzt den Pfad an diesen stellen durch eine Variable erstezen ? Ich bekomme den Pfad zu der Datei in einem CString nur wie kann ich das ganze dort einfühgen ?</p>
<p>Danke Coolsero</p>
]]></description><link>https://www.c-plusplus.net/forum/post/926823</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/926823</guid><dc:creator><![CDATA[Coolsero]]></dc:creator><pubDate>Fri, 25 Nov 2005 10:32:13 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim erstellen einer ODBC Verbindung on Fri, 25 Nov 2005 10:54:15 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">SQLConfigDataSource(NULL,ODBC_ADD_DSN, &quot;Excel Files (*.xls)&quot;,
&quot;DSN=New Excel Data Source\0&quot;
&quot;Description=New Excel Data Source\0&quot;
&quot;FileType=Excel\0&quot;
&quot;DataDirectory=&quot;+strPfad+&quot;\0&quot;
&quot;DBQ=&quot;+strPfad+&quot;\\test.xls\0&quot;
&quot;MaxScanRows=20\0&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/926846</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/926846</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Fri, 25 Nov 2005 10:54:15 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim erstellen einer ODBC Verbindung on Fri, 25 Nov 2005 12:53:04 GMT]]></title><description><![CDATA[<p>Hallo estartu_de,</p>
<p>das habe ich leider auch schon versucht !! Wenn ich das ganze so mache danner erstellt er mir diese ODBC Verbindung nicht !!</p>
<p>Hatt noch jemand ne idee</p>
<p>Danke Coolsero</p>
]]></description><link>https://www.c-plusplus.net/forum/post/926947</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/926947</guid><dc:creator><![CDATA[Coolsero]]></dc:creator><pubDate>Fri, 25 Nov 2005 12:53:04 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim erstellen einer ODBC Verbindung on Mon, 28 Aug 2006 14:14:09 GMT]]></title><description><![CDATA[<p>Hoi,</p>
<p>keine Ahnung obs noch hilft, aber hier nen Link <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-112494-and-highlight-is-sqlconfigdatasource.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-112494-and-highlight-is-sqlconfigdatasource.html</a></p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1126189</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1126189</guid><dc:creator><![CDATA[123tester321]]></dc:creator><pubDate>Mon, 28 Aug 2006 14:14:09 GMT</pubDate></item></channel></rss>