as400 connection
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to load data from a as400 db into a datatable, but i get the following error: OleDbDataAdapter internal error: invalid rowset accessor: Ordinal=5 Status=UNSUPPORTEDCONVERSION. Can anyone tell me how to fix this?
-
I am trying to load data from a as400 db into a datatable, but i get the following error: OleDbDataAdapter internal error: invalid rowset accessor: Ordinal=5 Status=UNSUPPORTEDCONVERSION. Can anyone tell me how to fix this?
this thread talks about your problem - hope it can help - cause I can't ;) http://www.dotnet247.com/247reference/msgs/43/219462.aspx -spif2001