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