<feed version="0.3" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns="http://purl.org/atom/ns#" xml:lang="en-US"><title>Chris Hale's Blog</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/chale/default.aspx" /><tagline type="text/html">Peer pressured into blogging. No good can come of this.</tagline><id>http://dotnetjunkies.com/WebLog/chale/default.aspx</id><author><url>http://dotnetjunkies.com/WebLog/chale/default.aspx</url></author><generator url="http://communityserver.org" version="1.0.1.50214">Community Server</generator><modified>2004-06-21T10:42:00Z</modified><entry><title>Possible Bug in ADO.NET??</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/chale/archive/2004/08/20/22786.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:22786</id><created>2004-08-20T13:54:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;So here's an issue I ran across this last week. I have an&amp;nbsp;windows service&amp;nbsp;that connects to an oracle 9i database. It's a pretty simple app really, all it needs to do is select from tables in the database and insert into the tables. 5 of the 6 inserts work just fine. However&amp;nbsp; the last one only inserts the last record in the dataset. The one major difference between this table and the other 5 is it has a field in it that's a reserved word in oracle &amp;#8220;UID&amp;#8220;. The dataset is strongly typed and I've attemped the insert (adapter.update) using the oracle data provider and the oledb provider for oracle. Both yield the same results. I even went so far as to write an oracle stored proc to handle the insert instead of raw SQL. &lt;/P&gt;
&lt;P&gt;FYI, if I change the reserved field name to something other than the reserved name the insert works like a charm. Also, the select statement works just fine retrieving all records from the table. So the problem is only with the insert. &lt;/P&gt;
&lt;P&gt;So what say you people? Has anyone come across this before?&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=22786" width="1" height="1"&gt;</content><slash:comments>5</slash:comments><wfw:commentRss>http://dotnetjunkies.com/WebLog/chale/commentrss.aspx?PostID=22786</wfw:commentRss></entry><entry><title>And so it begins.</title><link rel="alternate" type="text/html" href="http://dotnetjunkies.com/WebLog/chale/archive/2004/06/21/17163.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:17163</id><created>2004-06-21T10:42:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;So here I sit writing my first blog post and&amp;nbsp;I must say it's somewhat of a relief. Why you may ask? I shall tell you.. Peer pressure, that's right, we all remember that after school special. As you can see by my 'cohorts' section several of my friends are long standing contributors to this blogitorium. They all also happen to be members of the &lt;A href="http://www.weprogram.net"&gt;WeProgram.NET&lt;/A&gt; user group. As per our usual post meeting banter the subject of blogs and blogging comes up.. Along with that the inevitable question; &amp;#8220;So when are you going to start a blog Chris?&amp;#8221;. Well I could stands no more, so let the blogging goodness commense!&lt;/P&gt;
&lt;P&gt;So for my first useful contribution I submit this: &lt;A href="http://www.enterprisedt.com/downloads/csftp/csftp.html"&gt;edtFTPnet&lt;/A&gt;. This is a open license FTP API whose methods mirror the old command line FTP commands. I've used this API in several windows services I've written when I needed to retrieve data files from our various clients. It's easy to implement and it's free. It doesn't get much better than that. If your app needs FTP functionality I recommend this.&lt;/P&gt;&lt;img src="http://dotnetjunkies.com/WebLog/aggbug.aspx?PostID=17163" width="1" height="1"&gt;</content><slash:comments>5</slash:comments><wfw:commentRss>http://dotnetjunkies.com/WebLog/chale/commentrss.aspx?PostID=17163</wfw:commentRss></entry></feed>