Posts
 
Reputation
Joined
Last Seen
Ranked #961
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
~838 People Reached
Favorite Forums
Member Avatar for john_beginner

One problem is the files produced by imp and exp are not backwardly compatible. That is if you use the 10g version of exp to create a dump file, you can't use the 9i version of imp to import the data. In this case you need to use the 9i …

Member Avatar for debasisdas
0
134
Member Avatar for dan420

Hello, I have a table with 10 rows. each row has 3 columns. column1 is product name column2 is a drop down box with values from 1to10. column3 is a check box. When the checkbox is checked I would like to get the entire row value (product name, quantity) Can …

Member Avatar for diafol
0
166
Member Avatar for iamthesgt

Oracle does not accepts the "-" sign for the columns. If you want your column to be called e-mail then make it "e-mail". And your foreign key declaration is not good,

Member Avatar for dan420
0
179
Member Avatar for dan420

Hello, I am new to javascript. I am trying to get the cell values of a html table in the following way, but I am not able to increase the variable dynamically! Does any one see where is my problem Sorry for my english!! [CODE] function validateRow(frm) { var oTBL …

Member Avatar for dan420
0
143
Member Avatar for SQLpower

If you have to calculate the total number of hours, use the function SUM with group by.

Member Avatar for SQLpower
0
216