String or binary data would be truncated
実行しようとするとエラーが発生します
Insert into Student_info (StudentId,FirstName,LastName,DOB,StudentAddress,StudentEmail,StudentMobile)
(Select StudentId,FirstName,LastName,DOB,Address,EmailId,Mobile from Student_temp where StudentId='" & studentid & "')
のテーブル構造Student_Temp
のテーブル構造Student_Info
助けが必要 !!