problem in register page

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! Enough is offline
    MemberRank
    Oct 2012 Join Date
    301Posts

    problem in register page

    Hi friends.

    I tested several record pages/website and whenever I try to register I am encountering the following error:


    Warning: odbc_exec () [function.odbc-exec]: SQL error: [Microsoft] [ODBC SQL Server Driver] [SQL Server] The conversion of a char data type to a datetime data type resulted in a datetime out of range., SQL state 22008 in SQLExecDirect in C:\AppServ\www\register\ register.php on line 185


    I will not post my line 185, because it's on various websites: (
    Someone help me please?


  2. #2
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: problem in register page

    The conversion of a char data type to a datetime data type resulted in a datetime out of range.

    A wrong value is being inserted into that column.

  3. #3
    Account Upgraded | Title Enabled! Enough is offline
    MemberRank
    Oct 2012 Join Date
    301Posts

    Re: problem in register page

    Impossible, I tested a record that had only

    login;
    password;
    e-mail;
    name;
    age;

    You could come in and take a look teamviewer?

  4. #4
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: problem in register page

    Post an example of what you are trying to input into the database, then check line 185 to see if it is automatically trying to add a registration date into the database. That last one might be messing you up.

  5. #5
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: problem in register page

    Code:
    data type resulted in a datetime out of range
    why dont to increase the size of datatype ? char[100] ??
    or try changing to datetime datatype..
    idk much bout this but i think that will fix it



Advertisement