Re: NUMERIC type makes trouble in MS Access
"Tobias Wendorff" <[email protected]> Tue, 29 May 2018 02:55:57 +0200
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
Interesting detail: It's not an Access problem. I've tested it with Python and Libre Office Base. NUMERIC without precision gets set to 28,6 => like in Access. Would it perhaps better to use MEMO instead of VARCHAR? MEMO allows more than 8,000 chars in "Base" and some gigabytes in Access. But there's not enough space for an additional toggle switch :(