Microsoft Access export table cuts off last character
The export table feature in Microsoft Access always cuts off the last character in a text column when the access table is exported to Ingres ODBC database. How do I prevent this from happening?
I'm not sure if (a) I'm doing something wrong, or (b) there is a bug in Access, or (c) there is a bug in Ingres ODBC driver.
Step to Repeat Issue:
1. Start MS Access 2007
2. Create a new table, name it "access_test"
3. Switch to table design view
a. table should have 1 column, name it "test_col"
b. test_col should have a Data Type of Text
c. test_col should have a field size of 10
4. Switch to table entry view
5. Enter "test123" into the test_col field
6. Save the table
7. Close the "access_test" table
8. From the list of tables pane (usually on the left), right click "access_test"
9. Choose Export, then ODBC Database
10. Click OK to confirm the table name
11. From the Machine Data Source tab, choose an Ingres data source (must already be setup from windows control panel)
12. Click "Close" to finish the export
13. Start Ingres and go to the access_test table
14. select all records
15. notice the the value is now "test12". The "3" was chopped off
|