<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017755" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017755</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/desperate-sql-server-win2k-pro#comment-1104122</link>
    <description> &lt;p&gt;That I don&#039;t know, sorry. Did you see the DESCRIBE example in books online?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#define NUM_RETURN_COLS 2&lt;br /&gt;struct sqlda *mysqlda;&lt;br /&gt;EXEC SQL BEGIN DECLARE SECTION;&lt;br /&gt;char statement[] = &amp;quot;SELECT au_fname, au_lname FROM authors&amp;quot;;&lt;br /&gt;EXEC SQL END DECLARE SECTION;&lt;br /&gt;&lt;br /&gt;mysqlda = malloc(SQLDASIZE(NUM_RETURN_COLS));&lt;br /&gt;if (mysqlda == NULL)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; return;&lt;br /&gt;}&lt;br /&gt;mysqlda-&amp;gt;sqln = NUM_RETURN_COLS;&lt;br /&gt;mysqlda-&amp;gt;sqldabc = SQLDASIZE(NUM_RETURN_COLS);&lt;br /&gt;&lt;br /&gt;EXEC SQL DECLARE c1 CURSOR FOR stmt1;&lt;br /&gt;EXEC SQL PREPARE stmt1 FROM :statement;&lt;br /&gt;EXEC SQL DESCRIBE stmt1 INTO :mysqlda;&lt;br /&gt;// SQLDA now contains a description of the dynamic SQL statement //&lt;br /&gt;EXEC SQL OPEN c1;&lt;br /&gt;EXEC SQL FETCH c1 USING DESCRIPTOR :mysqlda;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Mar 2002 14:49:04 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1104122 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/desperate-sql-server-win2k-pro#comment-1104109</link>
    <description> &lt;p&gt;I fixed my problem with a format and reinstall of win2k...&lt;/p&gt;
&lt;p&gt;Anyway I have a new question. What is the tsql version of mysql&#039;s describe function? Basically I want to get the same output as the generate sql script function but with tsql instead of using enterprise manager.&lt;/p&gt;
&lt;p&gt;Thank you for all your help &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Mar 2002 10:45:21 +0000</pubDate>
 <dc:creator>ShinNathan</dc:creator>
 <guid isPermaLink="false">comment 1104109 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/desperate-sql-server-win2k-pro#comment-1103900</link>
    <description> &lt;p&gt;Check the Application log in the Event viewer it might give you a better error message and number (maybe). Just look for any entries with SQL Server in them.&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Mar 2002 14:14:00 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1103900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/desperate-sql-server-win2k-pro#comment-1103864</link>
    <description> &lt;p&gt;Thanks. I found out that I could not install enterprise after I posted that but desktop should still work so says MS.  I don&#039;t have another pc to test on...&lt;/p&gt;
&lt;p&gt;The problem with desktop is when it tries to start the service just after installing it. There is a pop up message saying that &#039;an error occured while attempting to start the service&#039;. Then in the cnfgsvr.out file the same thing is written. There could be an error code in there, I am not sure since when I open the file in notepad there are blocks all over like it is in word format. I think there might be (5) next to the error message.&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Mar 2002 01:44:18 +0000</pubDate>
 <dc:creator>ShinNathan</dc:creator>
 <guid isPermaLink="false">comment 1103864 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/desperate-sql-server-win2k-pro#comment-1103814</link>
    <description> &lt;p&gt;You shouldn&#039;t have any problems installing SQL 7 Desktop version on a Windows 2000 Pro box. You must have something else installed that is pooching the install. Maybe some left over files from the previous SQL 2000 install? Do you get the same error on another 2K pro box?&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Mar 2002 13:52:32 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1103814 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
