Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
  HXTT Cobol v5.0
  HXTT DBF v7.1
  HXTT Excel v6.1
  HXTT Json v1.0
  HXTT Paradox v7.1
  HXTT PDF v2.0
  HXTT Text(CSV) v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Word v1.1
  HXTT XML v4.0
Offshore Outsourcing
Free Resources
  Firewall Tunneling
  Search Indexing Robot
  Conditional Compilation
  Password Recovery for MS Access
  Password Recovery for Corel Paradox
  Checksum Tool for MD5
  Character Set Converter
  Pyramid - Poker of ZYH
   
   
   
Heng Xing Tian Tai Lab of Xi'an City (abbr, HXTT)

HXTT Text(CSV)
VARCHAR DECIMAL
Ezio
2007-03-07 08:23:15
I have used:
CREATE TABLE T1 (A DECIMAL(10,2));
after I have used the table and the A field have 2 decimal.
If I close the connection and reopen it the A is transformed in DOUBLE.
The same is for VARCHAR(n), if I close the connection and reopen it varchar(n) is trasformed in longvarchar;
But if I use
ResultSet rs = connection.getMetaData().getTypeInfo();
LONGVARCHAR not is in the list;

I can work with VARCHAR(N), DECIMAL(s,d), NUMERIC(s,d)?
You can add the longvarchar in typeInfo?
Re:VARCHAR DECIMAL
HXTT Support
2007-03-11 07:08:25
>CREATE TABLE T1 (A DECIMAL(10,2));
>after I have used the table and the A field have 2 decimal.
>If I close the connection and reopen it the A is transformed in DOUBLE.
You're using MS Access 95(97) format, which doesn't support decimal.

>The same is for VARCHAR(n), if I close the connection and reopen it varchar(n)
> is trasformed in longvarchar;
Tested and didn't find that issue. VARCHAR is varchar still.



Search Key   Search by Last 50 Questions




Google
 

Email: webmaster@hxtt.com
Copyright © 2003-2019 Heng Xing Tian Tai Lab of Xi'an City. | All Rights Reserved. | Privacy | Legal | Sitemap