<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MS SQL Read but no write(update)]]></title><description><![CDATA[<p dir="auto">We are using MS SQL Sever and have set up the SQL Data Source and have connected and can read the table. When we go to insert or update a record we get “'sqltest': Exception while setting point Varchar: com.microsoft.sqlserver.jdbc.SQLServerException: The index 1 is out of range.”<br />
I have tried both Numeric and Alphanumeric data points.  Are there any examples of an insert or update string?</p>
]]></description><link>https://forum.mango-os.com/topic/3083/ms-sql-read-but-no-write-update</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 20:19:20 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3083.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Nov 2017 19:59:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MS SQL Read but no write(update) on Tue, 14 Nov 2017 22:12:10 GMT]]></title><description><![CDATA[<p dir="auto">Nice! Glad you got it working!</p>
]]></description><link>https://forum.mango-os.com/post/16199</link><guid isPermaLink="true">https://forum.mango-os.com/post/16199</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 14 Nov 2017 22:12:10 GMT</pubDate></item><item><title><![CDATA[Reply to MS SQL Read but no write(update) on Tue, 14 Nov 2017 21:17:19 GMT]]></title><description><![CDATA[<p dir="auto">We got it working.  Mango writing to it with insert and SQL truncating the table so the we only use two rows. Using it for serial number validation from the SQL Database and passing ether a pass or fail to the PLC, then the PLC writes back a complete and SQL clears the table. One string and one int.<br />
Thanks for your help</p>
]]></description><link>https://forum.mango-os.com/post/16198</link><guid isPermaLink="true">https://forum.mango-os.com/post/16198</guid><dc:creator><![CDATA[larry]]></dc:creator><pubDate>Tue, 14 Nov 2017 21:17:19 GMT</pubDate></item><item><title><![CDATA[Reply to MS SQL Read but no write(update) on Tue, 14 Nov 2017 20:28:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi larry,</p>
<p dir="auto">Can you post a screenshot of the point you are trying to set's edit page as well as provide the value you are setting it to?</p>
<p dir="auto">That exception sound to me like you may not have added parameter types to match the <code>?</code> in your update statement, or perhaps there is a mismatch between the count of the parameters and the items in the value you are setting.</p>
]]></description><link>https://forum.mango-os.com/post/16196</link><guid isPermaLink="true">https://forum.mango-os.com/post/16196</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 14 Nov 2017 20:28:37 GMT</pubDate></item></channel></rss>