Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~156 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for aditya_amb

Aditya, I'd guess it's the field called Type giving you problems, as Type is possibly a reserved word in SQLServer. Putting it in square brackets should avoid this problem. So, try: sql2 = " INSERT into Sheet1(DWNLDQPID,PO,Material,Date,SO,LI,QTY,Jurisdiction,Program,[Type],UNCFD QTY,Label SIQPID,Sign off)VALUE('1',PORECNUM.TEXT,'3','4','5','6','7','8','9','10','11','12','13')" cymapAndy.

Member Avatar for cymapAndy
0
156

The End.