Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Oracle/OAS
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Oracle/OAS
How to insert email id in table
Mintoo kumar
Ranch Hand
Posts: 61
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi All,
I have one query how to write to query to insert email id of form like
amit.d'
[email protected]
.
Can anybody have any clue.
____________________
Mintoo
SCJP
1.4
____________________
Jan Cumps
Bartender
Posts: 2662
19
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes. You can type the ' after the d twice: amit.d''
[email protected]
If you use
java
to insert the values, please use a PreparedStatement.
Regards, Jan
OCUP UML fundamental and ITIL foundation
Campbell Ritchie
Marshal
Posts: 80769
488
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Probably worth using a regular expression to validate the e-mail address first. When I Googled,
this
appeared. It doesn't give all the answers, but is probably well worth the read!
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Insert if not exist
Problem with identity column
Insert Query with auto-incrementing key
sql
DB2 and automated PK genearation..
More...