 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Database-driven website</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/database-driven-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 22:12:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to get data from a Web-installed Microsoft Access database from VB6</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-data-from-a-web-installed-access-db-from-vb6/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-data-from-a-web-installed-access-db-from-vb6/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 15:12:37 +0000</pubDate>
		<dc:creator>KurtViking1</dc:creator>
				<category><![CDATA[Database connectivity]]></category>
		<category><![CDATA[Database-driven website]]></category>
		<category><![CDATA[Microsoft Access 2003]]></category>
		<category><![CDATA[VB6]]></category>
		<category><![CDATA[Visual Basic 6]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have an Access 2003 database installed in the database folder on our web site. How can I best modify my VB6 program to obtain the data from this file instead of from C:/ drive?]]></description>
				<content:encoded><![CDATA[<p>I have an Access 2003 database installed in the database folder on our web site. How can I best modify my VB6 program to obtain the data from this file instead of from C:/ drive?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-data-from-a-web-installed-access-db-from-vb6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic/Data-driven page creation and content</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dynamicdata-driven-page-creationcontent/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dynamicdata-driven-page-creationcontent/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 21:00:06 +0000</pubDate>
		<dc:creator>Galaxis</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Data-driven]]></category>
		<category><![CDATA[Database connectivity]]></category>
		<category><![CDATA[Database-driven website]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[Dynamic content]]></category>
		<category><![CDATA[dynamic controls]]></category>
		<category><![CDATA[Dynamic HTML]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Windows Forms]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello! Sort of a &#8220;newbie&#8221;, so please forgive the ignorance. I want to be able to build a page (and edit screen) dynamically, based on some mechanism of persistable per-control screen location/formatting/field masking information &#8211; storeable/retrievable as a &#8220;unit&#8221;, representing a particular &#8220;view&#8221; of a model/data in a database. For example, I have a database [...]]]></description>
				<content:encoded><![CDATA[<p>Hello!  Sort of a &#8220;newbie&#8221;, so please forgive the ignorance.  I want to be able to build a page (and edit screen) dynamically, based on some mechanism of persistable per-control screen location/formatting/field masking information &#8211; storeable/retrievable as a &#8220;unit&#8221;, representing a particular &#8220;view&#8221; of a model/data in a database.  For example, I have a database of related information, for which I must track and version representations of this info as time goes on.  There are a number of separate &#8220;views&#8221;, each of which may have a field added, deleted, or attributes (length, data type) updated.  I also need the ability to add new views, but I think I can manage that once I get a handle on the proper mechanics to be able to store, retrieve, and &#8220;paint&#8221; these views from persisted data I mentioned.  I can manage the representation of stuff like screen position, but was wondering of there were any suggestions on how to store data type info (simply N vs A/N as this point), (numeric) field masking, etc.  Conidered several options for persisting the view characteristics, but I guess I&#8217;m stuck on &#8220;rehydrating&#8221; (to use a BizTalk term!) this info dynamically.  Could I store each view as XML and use CSS/XSLT some way to dynamically interpret/build the screen?</p>
<p>Not only am I confused by choosing from the myriad technologies like SilverLight, ASP/Ajax, and straight ASP/Webforms to best implement this, but the notable &#8220;best-parctice&#8221; patterns applicable in each of those that handle the above scenario (if any) &#8211; and/or any suggestions you guys may have!  Sorry for the fagueness, but I was indeed expecting a dialog, offering more info if necessary becaue I&#8217;m probably not asking this the right way.  Am really lookng for an ASP/Ajax solution; concerned about the SilverLight player installation requirement, but like the managed code environment.</p>
<p>I&#8217;ve done similar things on the WinForms side &#8211; via generic control array manipulation and so forth, but am new to the web side (the development, not architecting the paradigm).  </p>
<p>Thanks a lot!  PRetty desparate and deadline&#8217;s approaching (of course, why woudn&#8217;t it be!)&#8230;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dynamicdata-driven-page-creationcontent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/9 queries in 0.013 seconds using memcached
Object Caching 406/407 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 03:12:16 -->