Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  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
  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 ACCESS
NOT NULL, DEFAULT
Ezio
2007-03-07 07:49:02
I have used:
CREATE TABLE T1 (A VARCHAR(10) NOT NULL DEFAULT 'abc');
after I have used:
DatabaseMetaData md = connection.getMetaData();
ResultSet rs = dbmd.getColumns(null, null, tableName, null);
while(rs.next()){
Syste.out.println("name ="+rs.getString("COLUMN_NAME"));
Syste.out.println("def ="+rs.getString("COLUMN_DEF"));
Syste.out.println("nullable ="+rs.getString("IS_NULLABLE"));
}
out:
name =A
def =null
nullable =YES

Where is the error?
How I can to use the NOT NULL and DEFAULT ?

Re:NOT NULL, DEFAULT
HXTT Support
2007-03-11 06:42:36
>How I can to use the NOT NULL and DEFAULT ?
In old package, DEFAULT was supported, but NOT NULL wan't. Both of them weren't showed in DatabaseMetaData.The latest package has supported NOT NULL and DEFAULT for DatabaseMetaData.getColumn. You can download it after 24 hours.
Re:Re:NOT NULL, DEFAULT
Ezio
2007-03-13 05:16:39
ok,
but with my password i can not go in download area.
This is my Order number: 91601415
and this is my register email:
ezio.defilippis@dataprocess.it.
Thank you
Ezio
Re:Re:Re:NOT NULL, DEFAULT
HXTT Support
2007-03-13 06:24:26
A new password should have sent to your mailbox.
Re:Re:Re:Re:NOT NULL, DEFAULT
Ezio
2007-04-15 23:39:04
"A new password should have sent to your mailbox."
Thank you.
But I have not recived the new password
ezio.defilippis@dataprocess.it or
eziodef@libero.it
Re:Re:Re:Re:Re:NOT NULL, DEFAULT
HXTT Support
2007-04-16 01:34:14
Sent.

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