Welcome! Log In Create A New Profile

Advanced

Database

Posted by 47641789 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Database
October 14, 2013 06:16PM
is it okay if i modify the table fields TYPE from name(VARCHAR) to name(TEXT), because with VARCHAR i get wrong values, if i enter a record into a field with a TYPE (VARCHAR) it cancel everything after a space if my record contain a space, e.g if i enter "Nkele Thumbuni" only Nkele will be entered into the database, but with a TYPE(TEXT) the whole string "Nkele Thumbuni" is being entered into the database.
avatar Re: Database
October 14, 2013 08:11PM
VARCHAR only removes trailing spaces, it should accept strings with spaces.
There is possibly a problem with the way your SQL query is structured.

On a pedantic note - you cannot enter a record into a field. A record is made up of fields.
Sorry, only registered users may post in this forum.

Click here to login