0
this can be because of the dateformat in windows. check it out. I've seen this before.
0
I found the problem, I am trying to connect to the older version of DB2 on Mainframe, which is not supported by entity frame work.
anyway thanks for your help Suthish.
0
I just checked the Tables check box in the wizard to connect to the db, to get all the tables in that database. but it fails t retreive the table with that error.
0
how you retreiving the table data, using stored procedure?
0
I haven't created any methods yet, I am just trying to connect to the existing DB2 database, throught Entity frame work, on the wizard I enetered the connection string, connection was successful but it fails before retreiving the tables from DB2 with that error.
0
Because your method name (RETURNDATETIMEPRECISION) is too long. The error 42622 explains that. Use a shorter name for the object.