Thread Rating:
  • 4 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bot crashing
#18
(07-07-2015, 10:50 PM)drew11798 Wrote:  I'm installing now. Hopefully this will work. My characters name has an apostrophe ( ' ) in it. It would not let me create an account with an apostrophe...

Not sure if this is the issue with apostrophes, but I am a DBA and I know that when passing fields via SQL without checking for apostrophes can cause problems. This might be overkill but I'll give an SQL example using a name with an apostrophe, say "Jack'n Diane" and how it can be corrected:

UPDATE [Table]
SET [Column] = 'Something'
WHERE [User Name] = 'Jack'n Diane'

This will error out, because the apostrophe in the name terminates the string 'Jack' then there's rubbish that follows. The fix is to double the apostrophe in the name, like so:

UPDATE [Table]
SET [Column] = 'Something'
WHERE [User Name] = 'Jack''n Diane'

The double apostrophe makes the Database Engine treat it as an embedded apostrophe. So it will read as Jack'n Diane.

Like I said though, this could be a completely different issue, as I have no insight into the server side of Minion.
Reply
 


Messages In This Thread
bot crashing - by d4rk5ide - 07-07-2015, 03:33 PM
RE: bot crashing - by zevious - 07-07-2015, 03:39 PM
RE: bot crashing - by Cichard - 07-07-2015, 05:25 PM
RE: bot crashing - by d4rk5ide - 07-07-2015, 03:41 PM
RE: bot crashing - by rsilva712 - 07-07-2015, 03:44 PM
RE: bot crashing - by d4rk5ide - 07-07-2015, 03:48 PM
RE: bot crashing - by rsilva712 - 07-07-2015, 03:58 PM
RE: bot crashing - by d4rk5ide - 07-07-2015, 04:02 PM
RE: bot crashing - by d4rk5ide - 07-07-2015, 04:14 PM
RE: bot crashing - by ethos - 07-07-2015, 04:26 PM
RE: bot crashing - by tadeus - 07-07-2015, 05:26 PM
RE: bot crashing - by Cichard - 07-07-2015, 05:30 PM
RE: bot crashing - by tadeus - 07-08-2015, 01:03 AM
RE: bot crashing - by Cichard - 07-08-2015, 01:05 AM
RE: bot crashing - by drew11798 - 07-07-2015, 10:50 PM
RE: bot crashing - by tadeus - 07-08-2015, 02:28 AM
RE: bot crashing - by Ziust - 07-08-2015, 01:49 AM
RE: bot crashing - by monkeyjoe - 07-08-2015, 02:40 AM
RE: bot crashing - by nemu90 - 07-08-2015, 02:49 AM
RE: bot crashing - by bw14 - 07-08-2015, 09:21 AM
RE: bot crashing - by Powder - 07-08-2015, 05:23 PM
RE: bot crashing - by asdfasfqwert1234 - 07-08-2015, 09:13 PM
RE: bot crashing - by Cichard - 07-09-2015, 12:40 AM
RE: bot crashing - by asdfasfqwert1234 - 07-09-2015, 02:10 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products