User Profile

Collapse

Profile Sidebar

Collapse
skumar11523
skumar11523
Last Activity: Sep 5 '14, 03:04 PM
Joined: Sep 3 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • skumar11523
    started a topic Bulk load data conversion error
    in .NET

    Bulk load data conversion error

    This is my data in Exmaple.csv
    SYMBOL :20MICRONS
    SERIES :EQ
    OPEN :30.5
    HIGH :33.6
    LOW :30.5
    CLOSE :31.15
    LAST :30.55
    PREVCLOSE :32.1
    TOTTRDQTY :101214
    TOTTRDVAL :3286508.05
    TIMESTAMP :1-Mar-13
    TOTALTRADES:989
    ISIN :INE144J01027

    this is my Table in sql
    Collapse | Copy Code
    CREATE TABLE [dbo].[cmpDailyRateMas ter](
    [SYMBOL]...
    See more | Go to post

  • sqlexception was caught in c#and sqlserver running code

    Code:
    private void button1_Click(object sender, EventArgs e)
            {
                try
                {
                    SqlConnection sc = new SqlConnection(@"Data Source=KALAS-PC\SQLEXPRESS;Initial Catalog=master;Integrated Security=True");
                    sc.Open();
                    using (sc)
                    {
                        // FILEDOWNLOADED();
    
                        SqlCommand
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 3 '14, 09:11 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...