Hi
I face a problem to fill dataset
I have a oracle table (oracle10g) in which i define a column having userdefine datatype.
When i run the select query on table from oracle interface it show result.
I make a program to access this data.When i run following connamd
da = cmd.executedata adapter
This will execute
When I fill dataset with this dataadapter (da) an exception occur
"Unsupporte d Oracle DataType USERDEFINE encountered"
If any on know then reply me.
Thanks
I face a problem to fill dataset
I have a oracle table (oracle10g) in which i define a column having userdefine datatype.
When i run the select query on table from oracle interface it show result.
I make a program to access this data.When i run following connamd
da = cmd.executedata adapter
This will execute
When I fill dataset with this dataadapter (da) an exception occur
"Unsupporte d Oracle DataType USERDEFINE encountered"
If any on know then reply me.
Thanks