InterviewSolution
Saved Bookmarks
| 1. |
You want to insert an integer field containing value 1 to a character field, how this can be done? |
|
Answer» Conversion rules are predefined logic that determine how the contents of the source field can be entered into a target field. If one attempts to insert an integer field containing the value of 1 to a character string. The built in conversion rules will determine exactly how this should be done without any syntax or runtime errors. |
|