Question about OleDbDataAdapter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lars Netzel

    Question about OleDbDataAdapter

    Hello!

    If I create an adapter agains a table (from an access database) which
    includes a field that is a double with ONE decimal.. and then check out the
    code that the "create adapter wizard" creates... all the commands for the
    adapter has Integer as the type on all the lines that it has been created in
    the generated code on the form.

    Can I change this in the code to Double without getting into problems? I
    mean in the database it is actually a double...

    why is this?

    Best Regards
    /Lars Netzel




Working...