i need help in DB Flyff

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 14, 2015
Messages
13
Reaction score
1
i need help !

erro: Cannot insert NULL value into column 'm_Bank', table 'CHARACTER_01_DBF.dbo.BANK_TBL'; the column does not allow nulls. INSERT failed.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
More information is needed as the database just doesn't randomly fail like that. So if your adding something new to the database like a column or table then you should most likely include what you did.

Also there is no need to spam threads to get your thread answered. I was kind enough to delete all 5 without infracting you.

Have a little patience and someone will answer your thread when they are able to.
 
Newbie Spellweaver
Joined
Feb 14, 2015
Messages
13
Reaction score
1
After these changes in the Database started these errors
 

Attachments

You must be registered for see attachments list
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
And further down you'll see:
Code:
							-- Ver 15
							, '$'
							, 0
							, 0

Make it looks like:
Code:
							-- Ver 15
							, '$'
							, 0
							, 0
							, 0

Should also most likely add another , 0 for vendor npc if you haven't.
 
Newbie Spellweaver
Joined
Feb 14, 2015
Messages
13
Reaction score
1
I had added this before, I just forgot to put it together with the previous images. Sorry !
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.