Search found 3 matches

by edmire
Fri 30 Nov 2007 13:50
Forum: dotConnect for MySQL
Topic: System.TypeLoadException: Could not load type 'CoreLab.Common.INullable' from assembly 'CoreLab.Data, Version=4.25.18.0,
Replies: 1
Views: 2944

System.TypeLoadException: Could not load type 'CoreLab.Common.INullable' from assembly 'CoreLab.Data, Version=4.25.18.0,

I just upgraded the MyDirect.NET component to the latest version (4.25.18) and now I get this error when I call the MySQLDataAdapther.fill() method. I tried removing references to Corelab.mysql & corelab.data and readding them but no luck. I also tried a clean build and that didn't do the trick either. Please help.
by edmire
Thu 22 Nov 2007 08:44
Forum: dotConnect for Oracle
Topic: ORA-03115 unsupported network datatype or representation
Replies: 2
Views: 4462

this works in latest build 4.30.25

I just downloaded the latest version and it seems to work!
by edmire
Thu 22 Nov 2007 04:02
Forum: dotConnect for Oracle
Topic: ORA-03115 unsupported network datatype or representation
Replies: 2
Views: 4462

ORA-03115 unsupported network datatype or representation

Hello, when I execute the following statement, I get "ORA-03115 unsupported network datatype or representation" on the OracleCommand.ExecuteNonquery() line. Can you please help me resolve this? Thanks.

begin open :cur for SELECT VALUE(P) FROM table(DBMS_SQLTUNE.SELECT_WORKLOAD_REPOSITORY (33,34)) P; end;