Hi everybody,
I'm new in using DB2, I'm trying to use it in .Net but without success.
First, I was trying to use it with the Entity Framework, but in several tryies i kept receiving the message "ERROR [42704] [IBM][DB2/NT64] SQL0204N "NULLID.<table name>" is an undefined name.", then I thought it was an compatibility issue with the EF, so I tryied to make it in the traditional way, so i created a DB2Connection, DB2Command and tryied to execute a query but for my surprise I got the same message, so i think this may be a DB problem, and as I'm not a DBA neither a DB2 Developer I don't know what to do.
Does anyone knows how to solve my problem?
Thank you.
I'm new in using DB2, I'm trying to use it in .Net but without success.
First, I was trying to use it with the Entity Framework, but in several tryies i kept receiving the message "ERROR [42704] [IBM][DB2/NT64] SQL0204N "NULLID.<table name>" is an undefined name.", then I thought it was an compatibility issue with the EF, so I tryied to make it in the traditional way, so i created a DB2Connection, DB2Command and tryied to execute a query but for my surprise I got the same message, so i think this may be a DB problem, and as I'm not a DBA neither a DB2 Developer I don't know what to do.
Does anyone knows how to solve my problem?
Thank you.