Lemoex Dedicated Member Dedicated Member Aug 20, 2004 66 0 33 Jul 16, 2008 #1 Can anyone tell me how they changed the datatype in SQL. I've looked everywhere and I can't change it from INT to BOOLEAN. Error: StartTimer exception: Cannot access field 'FLD_ANTIPUSH' as type Boolean Thanks, Lemoex
Can anyone tell me how they changed the datatype in SQL. I've looked everywhere and I can't change it from INT to BOOLEAN. Error: StartTimer exception: Cannot access field 'FLD_ANTIPUSH' as type Boolean Thanks, Lemoex
boothy LOMCN Veteran Veteran Mar 23, 2007 458 12 45 Jul 16, 2008 #2 I think you need to change it to Data type: bit Upvote 0
Lemoex Dedicated Member Dedicated Member Aug 20, 2004 66 0 33 Jul 16, 2008 #3 Aaa right, thanks for the advice, but do you know how to change it to BIT? lol Upvote 0
boothy LOMCN Veteran Veteran Mar 23, 2007 458 12 45 Jul 16, 2008 #4 Just go into SQL, TBL_MONSTER design table, find FLD_ANTIPUSH and write " bit " in the DataType column. Or just select it from the dropdown menu Upvote 0
Just go into SQL, TBL_MONSTER design table, find FLD_ANTIPUSH and write " bit " in the DataType column. Or just select it from the dropdown menu
Lemoex Dedicated Member Dedicated Member Aug 20, 2004 66 0 33 Jul 16, 2008 #5 I've looked and honestly can't find anywhere with a drop down list or anywhere to write. You mean the place where it says <NULL> - that's the only place that I can find where your able to edit it o__O http://tinypic.com/view.php?pic=30wqosk&s=4 If you mean there, I can't edit anything. No right click/dropdown lists Upvote 0
I've looked and honestly can't find anywhere with a drop down list or anywhere to write. You mean the place where it says <NULL> - that's the only place that I can find where your able to edit it o__O http://tinypic.com/view.php?pic=30wqosk&s=4 If you mean there, I can't edit anything. No right click/dropdown lists
boothy LOMCN Veteran Veteran Mar 23, 2007 458 12 45 Jul 16, 2008 #6 Right click TBL_MONSTER then click Design Table, then u'll be able to edit the DataType column Upvote 0
Lemoex Dedicated Member Dedicated Member Aug 20, 2004 66 0 33 Jul 16, 2008 #7 Ooo thanks alot mate, really appreciate it ^^ Upvote 0
Lemoex Dedicated Member Dedicated Member Aug 20, 2004 66 0 33 Jul 16, 2008 #8 Edit// - Moved to more appropriate thread Last edited: Jul 16, 2008 Upvote 0