[MySQL] Help
#1

Hello, I seem to have some problems with my MySQL:
Код:
[00:05:36] errorid: 1054 | error: Unknown column '481100' in 'field list' | resultid: -1 | extraid: -1 | callback: NULL | query: INSERT INTO houses (houseOwner, houseLocked, housePrice) VALUES('Nobody', '1', `481100`)
That is what I am getting and I have no idea why I am using Calgon's Vortex Roleplay 2 script and have never encountered this before.
Reply
#2

Does your VPS or home PC (depending on where you run your server) have that database? If no, create it?
Reply
#3

It does have it, I use the same database for my main server where the script it hosted.
Reply
#4

You are doing this:

pawn Код:
`481100`
When it should be:

pawn Код:
'481100'
See the difference?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)