-
help: locale, number, and dbf
hello,
i want to write a dbf database file, using jdbf,
in the database, there is a column "price" with column type: N (numeric), 20 (length), 5 (decimal)
everytime i put "1527.27000" (type: double) to the database, the dbf will store the number as
"1527,27", which is an error. but if i try to put "1527,27000" it will return an error (for input string:
1527,27000".
if i open the dbf in openoffice calc, and fill the price with "1527,27", the dbf will store the data as
"1527.27000", but if i fill it with "1527.27", the stored data will be "1527,27"
please help,
faizal
Similar Threads
-
By Liana in forum VB Classic
Replies: 0
Last Post: 04-26-2001, 11:47 AM
-
By emy in forum VB Classic
Replies: 1
Last Post: 05-31-2000, 02:24 PM
-
By emy in forum VB Classic
Replies: 1
Last Post: 05-28-2000, 02:06 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks