Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
while populating the table in sql-server-2005 from the front-end(asp.net), values get only partially filled in the columns.
For eg: value entered from the front end is: hepatic artery, in the table it shows:hepatic ar

Datatype for this column is: varchar(500)
Have not used any trim function
Posted

1 solution

If you're using stored procedures to write to your DB, you'll need to make sure your parameter declaration lengths match those of the destination table
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900