<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Uploading Csv and inserting to Database' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Uploading Csv and inserting to Database' posted on the 'ASP.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 20 Jun 2013 02:05:37 -0700</pubDate>
    <lastBuildDate>Thu, 20 Jun 2013 02:05:37 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Uploading Csv and inserting to Database</title>
      <link>http://www.programmersheaven.com/mb/ASPNET/426017/426017/uploading-csv-and-inserting-to-database/</link>
      <description>Im new to this and Im creating a asp.net website that will allow you to upload a csv file to a specified folder in the site and the contents of the csv file will be inserted into a table called product_backlog on sql server. Below is the following names and data types that are in the product_backlog table: &lt;br /&gt;
&lt;br /&gt;
UserStoryID int &lt;br /&gt;
UserStoryPriority int &lt;br /&gt;
UserStory varchar(MAX) &lt;br /&gt;
UserStoryEstimate varchar(50)&lt;br /&gt;
ProjectName varchar(50)&lt;br /&gt;
&lt;br /&gt;
The file must only be .csv format and the contents of the file must be inserted into the product_backlog table, also the filename of the csv file may be different each time it is uploaded.&lt;br /&gt;
&lt;br /&gt;
UserStoryID is auto incremented so each new userstory inserted it will go up by 1, and also UserStoryID and ProjectName are primary keys.&lt;br /&gt;
&lt;br /&gt;
I have no idea at all how to attempt this, i need the code for the .VB part of the page and dont know how to start or what to write. Does anybody have any code that would do this for me, or that would help me????&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ASPNET/426017/426017/uploading-csv-and-inserting-to-database/</guid>
      <pubDate>Thu, 01 Dec 2011 06:27:47 -0700</pubDate>
      <category>ASP.NET</category>
    </item>
  </channel>
</rss>