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
Incorrect integer value: '' for column 'credits' at row 1
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: 378276" data-attributes="member: 36373"><p>Nah. Not good advice at all. You want to avoid using varchar in a database where you can.</p><p></p><p>Especially with something like the credit column, the emulator is updating it as a(n) integer and you should only put an integer, the same reason you would check for constraints before filling/updating a table, setting these values to int, date, text will also help defend against people putting unwanted shit in your table.</p></blockquote><p></p>
[QUOTE="JayC, post: 378276, member: 36373"] Nah. Not good advice at all. You want to avoid using varchar in a database where you can. Especially with something like the credit column, the emulator is updating it as a(n) integer and you should only put an integer, the same reason you would check for constraints before filling/updating a table, setting these values to int, date, text will also help defend against people putting unwanted shit in your table. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Incorrect integer value: '' for column 'credits' at row 1
Top