<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: This was not in my contract!</title>
	<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract/</link>
	<description>Comments on Ask MetaFilter post This was not in my contract!</description>
	<pubDate>Tue, 12 Aug 2008 15:36:10 -0800</pubDate>
	<lastBuildDate>Tue, 12 Aug 2008 15:36:10 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: This was not in my contract!</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract</link>	
		<description>FrontPage Filter:  How do I find the SQL database the dropdown list is pulling from? Difficulty: Fixing a site I didn&apos;t design. &lt;br /&gt;&lt;br /&gt; I&apos;ve inherited the maintenance of an intranet site for our department and with my somewhat limited knowledge of web design I&apos;ve hit a wall.&lt;br&gt;
&lt;br&gt;
We have a couple of ASP webforms with drop-down lists (the drop-downs are not dynamically populated from the previous selection) that need to be updated.  While I see the table name in the HTML, I cannot for the life of me find the the SQL database it&apos;s pulling from.&lt;br&gt;
&lt;br&gt;
If it helps, the site was designed in Front Page, and is a hodgepodge of hand coding, Front Page generated elements and bits and pieces of code the original designer (who has long since left the company) found online. &lt;br&gt;
&lt;br&gt;
Any advice is greatly appreciated!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.99043</guid>
		<pubDate>Tue, 12 Aug 2008 15:18:16 -0800</pubDate>
		<dc:creator>ApathyGirl</dc:creator>
		
			<category>frontpage</category>
		
			<category>webdesign</category>
		
			<category>sql</category>
		
	</item> <item>
		<title>By: pedantic</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441486</link>	
		<description>It&apos;s been ages since I&apos;ve had to use FrontPage, but there are a couple ways it could be implemented. Chances are, if you&apos;re not finding something helpful in the code like a loop iterating over a variable to display &amp;lt;option&amp;gt;s, it is the FrontPage &lt;a href=&quot;http://www.frontpagehowto.com/howto/filtdbwdrop.htm&quot;&gt;dropdown widget&lt;/a&gt;. There should be an icon that denotes FrontPage elements you could double click and it (or maybe the drop down field itself) would give you greater insight what purpose it provides -- and potentially finding the right one. It should be located about where the drop down should appear.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441486</guid>
		<pubDate>Tue, 12 Aug 2008 15:36:10 -0800</pubDate>
		<dc:creator>pedantic</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441490</link>	
		<description>Is there more than one database server?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441490</guid>
		<pubDate>Tue, 12 Aug 2008 15:43:21 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: bricoleur</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441495</link>	
		<description>If it&apos;s ASP, I would search for the string &quot;ADODB&quot;. Somewhere near that string should be some connection info; either a string like this: &quot;Provider=sqloledb;Data Source=servername,1433;Network Library=DBMSSOCN;Initial Catalog=databasename;User ID=username;Password=password;&quot;, which will tell you what you need to know, or a DSN (Data Source Name), in which case you&apos;ll need to go find the guy/gal who administers those things.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441495</guid>
		<pubDate>Tue, 12 Aug 2008 15:57:59 -0800</pubDate>
		<dc:creator>bricoleur</dc:creator>
	</item><item>
		<title>By: benzenedream</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441503</link>	
		<description>Run &lt;a href=&quot;http://www.wireshark.org/&quot;&gt;WireShark&lt;/a&gt; on the IIS server to see what network calls it is making when you pull up the page, or ask any IT support to do so.  Note that you should always get permission in writing before installing anything like this or you can easily be fired under anti-sniffing rules.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441503</guid>
		<pubDate>Tue, 12 Aug 2008 16:02:25 -0800</pubDate>
		<dc:creator>benzenedream</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441517</link>	
		<description>If you encounter a DSN as bricoleur is mentioning there, and you&apos;re able to log in to Windows on the server itself, the connection info may be available under one of the tabs in &lt;em&gt;Administrative Tools -&amp;gt; Data Sources (ODBC)&lt;/em&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441517</guid>
		<pubDate>Tue, 12 Aug 2008 16:11:12 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441520</link>	
		<description>(In the Windows Start menu, under Programs.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441520</guid>
		<pubDate>Tue, 12 Aug 2008 16:12:15 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: wongcorgi</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441595</link>	
		<description>It could be an Access database file, look for any mdb files or related.  &lt;br&gt;
&lt;br&gt;
Also, try looking for a DSN name.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441595</guid>
		<pubDate>Tue, 12 Aug 2008 16:53:53 -0800</pubDate>
		<dc:creator>wongcorgi</dc:creator>
	</item><item>
		<title>By: ApathyGirl</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441732</link>	
		<description>Thanks for the quick responses!&lt;br&gt;
&lt;br&gt;
We have several databases scattered over three or four servers that this could theoretically be pulling from, unfortunately. &lt;br&gt;
&lt;br&gt;
I searched the HTML for the page in FrontPage and the source for ADODB and found nothing. I did notice that the source code lists all the options on the dropdown but it only refers back to the name of the column in the table.&lt;br&gt;
&lt;br&gt;
I got a little closer with the FP dropdown tool (noob mistake, I was only looking at the HTML view) but what I found is that the only &quot;option&quot; listed is the default option.  The remaining 500+ items aren&apos;t listed here.  &lt;br&gt;
&lt;br&gt;
I checked the DSNs - conveniently there are three pointing to the three potential servers and databases I&apos;ve already checked for the table in question.  It is completely possible however, that I&apos;m missing or overlooking something because I&apos;m not entirely sure what I&apos;m looking &lt;em&gt;for&lt;/em&gt;. &lt;br&gt;
&lt;br&gt;
I&apos;m looking at Wireshark next. I may just have to give up on trying to update the list and add a text entry field underneath for &quot;Other...&quot; before it breaks my head completely.&lt;br&gt;
&lt;br&gt;
I&apos;ll gladly send a screenshot or code excerpts if it&apos;ll help at all!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441732</guid>
		<pubDate>Tue, 12 Aug 2008 19:14:23 -0800</pubDate>
		<dc:creator>ApathyGirl</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441742</link>	
		<description>Yeah, I&apos;d say let us get a look at the code.  Can you rename a copy of the file .txt and drop it on a server somewhere?  Or post it, but that might get messy.  Or feel free to MeMail it to me.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441742</guid>
		<pubDate>Tue, 12 Aug 2008 19:26:56 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: bricoleur</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1441783</link>	
		<description>&lt;em&gt;&lt;br&gt;
I searched the HTML for the page in FrontPage and the source for ADODB and found nothing.&lt;/em&gt; &lt;br&gt;
&lt;br&gt;
More than likely, it&apos;s not in the HTML file for the page in question, but in a server-side include file. Look at the top of the file--are there any &lt;code&gt;#include file&lt;/code&gt; lines up there?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1441783</guid>
		<pubDate>Tue, 12 Aug 2008 20:15:29 -0800</pubDate>
		<dc:creator>bricoleur</dc:creator>
	</item><item>
		<title>By: ElDiabloConQueso</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1442009</link>	
		<description>Another (slim) possibility is that the connection string may be in an Application or Session variable that&apos;s getting initialized on ApplicationStart or SessionStart via the global.asa file. If a file with that name exists in the folder, check it as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1442009</guid>
		<pubDate>Wed, 13 Aug 2008 06:43:18 -0800</pubDate>
		<dc:creator>ElDiabloConQueso</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1442543</link>	
		<description>She sent me part of the file and the HTML for the dropdown list is being dumped into the page as a variable called &quot;OfficeIDList&quot;.  So yeah, the DB code must be in an include file or the global.asa or global.asax or something.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1442543</guid>
		<pubDate>Wed, 13 Aug 2008 14:23:11 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: ApathyGirl</title>
		<link>http://ask.metafilter.com/99043/This-was-not-in-my-contract#1442708</link>	
		<description>I haven&apos;t found the table yet but, through following all your advice and suggestions it&apos;s clear to me that I&apos;m Way Out of My Element (/walter) on this.&lt;br&gt;
&lt;br&gt;
I&apos;m going to get one of our web developers to look at this, and in the interim I&apos;ve replace the dropdown with a text entry field.&lt;br&gt;
&lt;br&gt;
Thank you everyone, especially XMLicious for pointing me in the right direction!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99043-1442708</guid>
		<pubDate>Wed, 13 Aug 2008 18:02:26 -0800</pubDate>
		<dc:creator>ApathyGirl</dc:creator>
	</item>
	</channel>
</rss>
