Search:

Type: Posts; User: tarkal

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,446

    Re: MySQL Syntax Error

    Sorry I have just read back the original post, it was late!!! I tried debuging the code or about 4 hours last night with no success other than working out that I could only write a maximum of 54...
  2. Replies
    6
    Views
    1,446

    Re: MySQL Syntax Error

    Has anybody else ever had a problem like this? I've searched high and low but can't find an answer...
  3. Replies
    6
    Views
    1,446

    Re: MySQL Syntax Error

    Interestingly I have noticed that its the number of characters that seems to be causing the truncation. The command only seems to be able to handle 27 characters. Is this a parameter that is set...
  4. Replies
    6
    Views
    1,446

    Re: MySQL Syntax Error

    Yes they are all set to:
    Type: VARCHAR
    Collation: utf8_general
    and I set the to a length of 60.

    I tried changing one to INT and then using Integer.parseInt(fields[4]) but that didn't seem to...
  5. Replies
    6
    Views
    1,446

    MySQL Syntax Error

    I am trying to pull a .csv file from the web that contains some stock data. I am then trying to write this data to a MySql database. Half of the data is being input into the preparedStatement, but I...
Results 1 to 5 of 5