Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Field 'gotw_points' doesn't have a default value
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JayC" data-source="post: 352636" data-attributes="member: 36373"><p>1) The error message says that it doesn't have a default value, which means its in his table and hes trying to insert a query that is going to try to assign "gotw_points" NO VALUE. His Database doesn't allow that.</p><p></p><p>2) He never said "gotw_points" was in his users table so don't just assume it is, and it is ALREADY in his table that he is trying to add.</p><p></p><p>Ignore this moron who thinks he knows what he is doing. The correct way to fix this error is to open your database in design view, go down to the column and you can do one of two things:</p><p>1) You can make it so that gotw_points can have no value by allowing Null. While this can be useful, it could also be bad depending on what gotw_points does so I would rather do option 2:</p><p>2) You can set a default value, not sure what gotw_points does but I would set the default value = 0.</p></blockquote><p></p>
[QUOTE="JayC, post: 352636, member: 36373"] 1) The error message says that it doesn't have a default value, which means its in his table and hes trying to insert a query that is going to try to assign "gotw_points" NO VALUE. His Database doesn't allow that. 2) He never said "gotw_points" was in his users table so don't just assume it is, and it is ALREADY in his table that he is trying to add. Ignore this moron who thinks he knows what he is doing. The correct way to fix this error is to open your database in design view, go down to the column and you can do one of two things: 1) You can make it so that gotw_points can have no value by allowing Null. While this can be useful, it could also be bad depending on what gotw_points does so I would rather do option 2: 2) You can set a default value, not sure what gotw_points does but I would set the default value = 0. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Field 'gotw_points' doesn't have a default value
Top