Locator to MYSQL

Results 1 to 1 of 1
  1. #1
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Locator to MYSQL

    Sup!

    So, as you may notice from the title, i have a problem running locator using MYSQL database. First of all, yes i have converted the 1.5 database to MYSQL. Although i faced a lot of missing tables i had to re-add some of 'em... I indeed faced matchserver problems because of procedures but i have fixed 'em and it seems the matchserver is fully working.

    The problem is my Locator, I had an error that it's not reading the tables because it was reading in MSSQL stuff.

    Original code:
    CONVERT(varchar(20), Time, 20)

    New code:
    CONVERT( time, char( 20 ) )

    And i also have removed the NOLOCK part.
    But the problem is when i run, nothing happens, Check error log and nothing is written.

    Hope you can help me with this problem..

    Thanks for reading,

    Cobra.




Advertisement