<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: SQL connection string через MSDASC.DataLinks]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10169&amp;type=atom" />
	<updated>2014-11-21T08:08:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=10169</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SQL connection string через MSDASC.DataLinks]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=88542#p88542" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[chippp]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=28524</uri>
			</author>
			<updated>2014-11-21T08:08:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=88542#p88542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SQL connection string через MSDASC.DataLinks]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=88541#p88541" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>udbuild := ComObjCreate(&quot;DataLinks&quot;)
udbuild.PromptNew()</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-11-21T07:11:18Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=88541#p88541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SQL connection string через MSDASC.DataLinks]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=88540#p88540" />
			<content type="html"><![CDATA[<p>Теперь лучше:). Ошибка: &quot;Недопустимая строка с указанием класса&quot;.</p>]]></content>
			<author>
				<name><![CDATA[chippp]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=28524</uri>
			</author>
			<updated>2014-11-21T06:49:41Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=88540#p88540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SQL connection string через MSDASC.DataLinks]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=88496#p88496" />
			<content type="html"><![CDATA[<p>Пробел тут не нужен</p><div class="quotebox"><blockquote><p>ComObjCreate (</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-11-20T14:34:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=88496#p88496</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: SQL connection string через MSDASC.DataLinks]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=88463#p88463" />
			<content type="html"><![CDATA[<p>Добрый вечер. <br />При подключении к SQL через ADO использую вручную вбитую (или открытую из .UDL файла) строку подключения.<br />Формировать ёё можно используя MSDASC.DataLinks, однако окно настроек подключения у меня не появляется. Немного изучив проблему (относительно vbs), не понял возможно ли открыть окно параметров соединения из скрипта. Собственно вопрос, можно ли сделать интерактивное построение строки соединения в ahk?</p><p>Простейший код:<br /></p><div class="codebox"><pre><code>
udbuild := ComObjCreate ( &quot;MSDASC.DataLinks&quot; )
S:=udbuild.PromptNew()
ExitApp
</code></pre></div><p>Должно появляться окно настроек параметров соединения с DB. Его нет <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[chippp]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=28524</uri>
			</author>
			<updated>2014-11-19T15:14:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=88463#p88463</id>
		</entry>
</feed>
