Search Result

Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
errorcode
  •  

  • PrateetiBhattacharya
    started a topic ErrorCode
    in DB2

    ErrorCode

    Hi all,
    I am getting an exception like

    Exception occurred during Timestamp conversion. See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null

    Caused by: com.ibm.db2.jcc .a.a: [jcc][converters][609][10971]Year exceeds the maximum "9999"
    in my Java prgram...can you please tell me what is it all about?
    I understand that this has something to do with date parsing but this program...
    See more | Go to post

  • Help needed! {Syntax error in INSERT INTO statement. error code: -2147217900}

    Hi,
    I am new to this forum and have been troubled by this problem for the past few days. I would appreciate if someone would take a look and help me out.

    I am using vb express 2005 edition...

    Code:
    Dim sql As String = "SELECT * FROM SB_ADWarning"
    Dim strConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SB_2000.mdb"
    Dim Con As New OleDbConnection(strConnString)
    ...
    See more | Go to post
    Last edited by Killer42; Mar 22 '07, 08:55 PM. Reason: Please use [CODE]...[/CODE] tags around your code.
Working...