Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Databases / January 2004

Tip: Looking for answers? Try searching our database.

Read default values from database connection

Thread view: 
Adrian Jetzer - 26 Jan 2004 16:15 GMT
Hi There

I wanna read the meta information from a database. Where
can I get which default values are set for a field in a table?

(I can set default values, so when I insert a dataSet, this
default Values are taken if I don't enter any values in this
field)

Thanks,
Adrian
Lee Fesperman - 27 Jan 2004 00:03 GMT
> I wanna read the meta information from a database. Where
> can I get which default values are set for a field in a table?
>
> (I can set default values, so when I insert a dataSet, this
> default Values are taken if I don't enter any values in this
> field)

Use getColumns() in java.sql.DatabaseMetaData. It returns a result set with a column
named -- COLUMN_DEF, which is supposed to contain the default value for the column if
the DBMS supports DEFAULT.

Signature

Lee Fesperman, FirstSQL, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS  (http://www.firstsql.com)



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.