Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8950

Re: AseBulkCopy.WriteToServer error: Incorrect syntax near ','

$
0
0

When I change the line

blk.DestinationTableName = tableName;

to

blk.DestinationTableName = "XXXX";

 

I get the same error, so are there rules about how the temp table is named when using WriteToServer? The value of tableName is what I was using for the direct INSERT and SELECT COUNT(1) queries so I expected it to be correct.


Viewing all articles
Browse latest Browse all 8950

Trending Articles