SQL Error

12/21/2013 16:26 Magnus_#1
How to fix this error? Thanks.

12/22/2013 09:13 raventh1984#2
Here is something to have an look at
[Only registered and activated users can see links. Click Here To Register...]

Check the difference between int and bigint.

You see that int has only 10 chars
and bigint has 19 chars

Youre RandomOpt has 11 chars
So i think that you know what you need to do!
12/23/2013 09:28 Magnus_#3
can you give me the steps how? i dunno how to fix problems @ sql sorry. that is why i am asking for help.

thanks
12/23/2013 11:06 raventh1984#4
You need to change the type inside the database from int to bigint.
12/23/2013 17:02 Magnus_#5
All script?
12/23/2013 20:35 raventh1984#6
No only need in LOG_01_DBF
and the tables for trading logs.
12/24/2013 06:00 Magnus_#7
Oh okey'2. Thanks bro ;)