| Author |
create a hyperlink field in database
|
varsha rao
Greenhorn
Joined: Mar 06, 2006
Posts: 26
|
|
hello i am using Ms Access as my back end and i want to create a table with a field whose type is a hyperlink.What should be the data type that i should specify in my SQL create statement in the JAVA prg. Should it be varchar or is there anything else anybody who knows this please reply regards varsha
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26141
|
|
Varsha, Welcome to JavaRanch! Yes, you would use a varchar type field. A URL is just text. It has meaning when you pull it out of the database and display it as a link.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: create a hyperlink field in database
|
|
|