Fill Data Set with uSer Define Datatype column

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Naveen Kumar Srivastava
    New Member
    • Sep 2007
    • 17

    Fill Data Set with uSer Define Datatype column

    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
Working...