Aamir Memon

Greenhorn
+ Follow
since Jul 05, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Aamir Memon

I am in Vancouver and I had worked as Java Developer for three years got laid off almost a year ago. There are no IT or Java jobs here , peaple are getting laid off every day . I haven't got a single interview for last one year .

Aamir
21 years ago
Hello Sanjay , I am in Vancouver ...and the market is just dead here .
Why you want to move to Canada ?.
Aamir
21 years ago
Can any one please suggest a good tutorial about Web Services.....what they are ? how they work?

You can do that as follows
<xsd:element name="Date" nullable="true" type="xsd:date">
Aamir
hi,
you can add something like the following restriction in your schema to make sure if it is a valid email address.
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
<xsd:minLength value="5"/>
<xsd pattern value="^[\w-_\.]*[\w-_\.]\@[\w-]+\.[\w-_\.]+$"/>
</xsd:restriction>
Aamir
[This message has been edited by Aamir Memon (edited July 10, 2001).]
[This message has been edited by Aamir Memon (edited July 10, 2001).]
[This message has been edited by Aamir Memon (edited July 10, 2001).]
How can I transfer the whole schema in Oracle using Java from one machine to another.....
Regards
Can anyone please recommand me a very easy to use parser for xml, I just want to try how a pareser works.
Regards
Aamir