cmd = new SqlCommand("BUL K INSERT Sam FROM 'c:\b1.txt' WITH (FIELDTERMINATO R =',',ROWTERMINA TOR = '\n')", con);
cmd.ExecuteNonQ uery();
it showing error like this:
"Cannot use empty object or column names. Use a single space if necessary."
Please Help me.
cmd.ExecuteNonQ uery();
it showing error like this:
"Cannot use empty object or column names. Use a single space if necessary."
Please Help me.
Comment