<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: JavaScript &#8211; Working with Database</title>
	<atom:link href="http://michaelsync.net/2006/06/14/javascript-working-with-database/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2006/06/14/javascript-working-with-database</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Thu, 04 Mar 2010 13:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sethu</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-211546</link>
		<dc:creator>Sethu</dc:creator>
		<pubDate>Mon, 08 Feb 2010 07:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-211546</guid>
		<description>Hi Michael Sync,

I saw your code and its working fine. Is it possible to fetch a stored image from ms-access using this ajax script. Does i have to include any addition for displaying image because i tried but i was unable to get it. Help me.

Regards
V.Sethu</description>
		<content:encoded><![CDATA[<p>Hi Michael Sync,</p>
<p>I saw your code and its working fine. Is it possible to fetch a stored image from ms-access using this ajax script. Does i have to include any addition for displaying image because i tried but i was unable to get it. Help me.</p>
<p>Regards<br />
V.Sethu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-199426</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Tue, 06 Oct 2009 20:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-199426</guid>
		<description>Sorry, for posting again. I checked this site again and did not find my comment. So I thought maybe something went wrong.

I am really sorry.</description>
		<content:encoded><![CDATA[<p>Sorry, for posting again. I checked this site again and did not find my comment. So I thought maybe something went wrong.</p>
<p>I am really sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-199425</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Tue, 06 Oct 2009 20:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-199425</guid>
		<description>Hi,

I tried the code and it is working fine as long as the .mdb is specified with an absolute path. But when I try to use only the Database name, because it is located in the same folder as the .htm or when I try to use the Intranetlink it does not work. Does this not work at all or am I doing something wrong?

Best Regards,
Klaus.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried the code and it is working fine as long as the .mdb is specified with an absolute path. But when I try to use only the Database name, because it is located in the same folder as the .htm or when I try to use the Intranetlink it does not work. Does this not work at all or am I doing something wrong?</p>
<p>Best Regards,<br />
Klaus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-199359</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Tue, 06 Oct 2009 08:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-199359</guid>
		<description>Hi,

I found this code and it is working great, when the path to file is specified on an Harddisk. But how can I get this code working with a database placed on the server, e.g. http://myserver/mydatabase/database.mdb?

Anyone who got this working?

Any help would be appreciated.

Best Regards,
Klaus.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found this code and it is working great, when the path to file is specified on an Harddisk. But how can I get this code working with a database placed on the server, e.g. <a href="http://myserver/mydatabase/database.mdb?" rel="nofollow">http://myserver/mydatabase/database.mdb?</a></p>
<p>Anyone who got this working?</p>
<p>Any help would be appreciated.</p>
<p>Best Regards,<br />
Klaus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-196343</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Mon, 14 Sep 2009 01:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-196343</guid>
		<description>Hi Mike,
I was able to run this code locally on windows platform, but when I put it into the server, It didn&#039;t work. I am getting the following message
“the connection cannot be used to perform this operation. It is either closed on invalid in this context”.

Does the connection string need to be specified differently ? I updated the path for the var strDbPath (used /folder/file.mdb), but kept everything else same for var conn_str.
var conn_str = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=” + strDbPath.

Would you know how to resolve this error. I can be reached at yiu51car@yahoo.com</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
I was able to run this code locally on windows platform, but when I put it into the server, It didn&#8217;t work. I am getting the following message<br />
“the connection cannot be used to perform this operation. It is either closed on invalid in this context”.</p>
<p>Does the connection string need to be specified differently ? I updated the path for the var strDbPath (used /folder/file.mdb), but kept everything else same for var conn_str.<br />
var conn_str = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=” + strDbPath.</p>
<p>Would you know how to resolve this error. I can be reached at <a href="mailto:yiu51car@yahoo.com">yiu51car@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitin</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-193528</link>
		<dc:creator>nitin</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-193528</guid>
		<description>i want to check onblur of a text box.when i click outside the text box.that time it will check in database filled value is existing in database or not...for that what can i do?</description>
		<content:encoded><![CDATA[<p>i want to check onblur of a text box.when i click outside the text box.that time it will check in database filled value is existing in database or not&#8230;for that what can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Kalyan Chakravarty</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-188514</link>
		<dc:creator>Harish Kalyan Chakravarty</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-188514</guid>
		<description>hi Michael,
              You are really great.I was actually struggling for the last two weeks..in other forums ..i was told that we need to use server side scripting even when db is located locally..great effort..and effort appreciated.</description>
		<content:encoded><![CDATA[<p>hi Michael,<br />
              You are really great.I was actually struggling for the last two weeks..in other forums ..i was told that we need to use server side scripting even when db is located locally..great effort..and effort appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rose</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-180804</link>
		<dc:creator>Rose</dc:creator>
		<pubDate>Wed, 24 Jun 2009 12:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-180804</guid>
		<description>Hi Michael,

I know there is a long time to this artical , but realy I need your example
In my application, I&#039;m using js to connect a database. I tested your first code , but when I debugged the source code. A message poped up and said : ActiveXObject is not defined, also for my bad luck the files you have attached to reply Peifang don&#039;t work.
So please if you could send me this files.

Thank you 
Rose</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I know there is a long time to this artical , but realy I need your example<br />
In my application, I&#8217;m using js to connect a database. I tested your first code , but when I debugged the source code. A message poped up and said : ActiveXObject is not defined, also for my bad luck the files you have attached to reply Peifang don&#8217;t work.<br />
So please if you could send me this files.</p>
<p>Thank you<br />
Rose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-177068</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-177068</guid>
		<description>Hi,
My Problem is that I would like to display all the data which are corresponding to the radio button values, but its not getting, I&#039;m able to access it through the id&#039;s but not through the values.

Is there a way to populate this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My Problem is that I would like to display all the data which are corresponding to the radio button values, but its not getting, I&#8217;m able to access it through the id&#8217;s but not through the values.</p>
<p>Is there a way to populate this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://michaelsync.net/2006/06/14/javascript-working-with-database/comment-page-3#comment-176925</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 08 Jun 2009 17:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/14/javascript-working-with-database#comment-176925</guid>
		<description>To Michael Sync,

I have a program that I&#039;ve created completely in javascript (html wrapped in an ebook exe program) that people love except for the fact that they need to complete all the tasks within my program to create their project; many of them have said they would like the ability to input some data and then return to the program and have the program automatically fill-in what data they inputted previously.

I know cookies will not work, because they will not hold enough data; is it possible to have some kind of javascript database within the program that the software could auto write to and auto retrieve from.

I&#039;ve never worked with databases, but if this is something that can be done, I&#039;m willing to pay for it.

Thanks</description>
		<content:encoded><![CDATA[<p>To Michael Sync,</p>
<p>I have a program that I&#8217;ve created completely in javascript (html wrapped in an ebook exe program) that people love except for the fact that they need to complete all the tasks within my program to create their project; many of them have said they would like the ability to input some data and then return to the program and have the program automatically fill-in what data they inputted previously.</p>
<p>I know cookies will not work, because they will not hold enough data; is it possible to have some kind of javascript database within the program that the software could auto write to and auto retrieve from.</p>
<p>I&#8217;ve never worked with databases, but if this is something that can be done, I&#8217;m willing to pay for it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
