HI, I have created a table similar to this one:
create table graphics(
graphics_id number primary key,
image blob
);
how do I insert the .jpg file that is on my desktop ?
Thank you !
G.
I found an easy solution.
One has to make sure that the <form> is defined within the <tr>s
This way:
<tr>
<form ....>
.....
<td>
.....
</td>
<td>
....
</td>
</form>
</tr>
Hi,
I have an HTML table and within its body, I create display though a while loop the results of a search.
Then for each row of the displayed results, a javascript submit changes to a java servlet when I click on that particular row.
Now, everything goes well as long as I do not sort by...
Hi,
I would like to know whether it is possible to give permissions to a group of users on a per-branch basis ?
If no, why ?
If yes, how to do it ? Any specific reference I can look at ?
Thank you
Hi all,
I cannot get to print the text contained in the <textarea></textarea> where it should be, i.e. starting in the upper left corner of the actual text area.
I have tried to remove spaces, tabs, etc. everywhere in my code, but the text gets displayed with a maddening set of tabs before...
I do not have a maximum, though.
Let's say it is at most 10.
I can always change that maximum, I assume.
Or at worst, I can always parse the results of the function you sent me in get_tests.
BTW, you gave me a great solution to this problem.
Grazia
Thank you very much, Musafa.
I am new to Oracle and your suggestion has opened a whole new realm of possibilities.
Question: how could I modify the function you sent me so that there is one distinct column for each of the concatenated parts ?
The function as it is returns two columns...
Hi,
I have a table, call it TEST, in which a records of a person's test dates and scores are kept.
For instance, a person might have taken twice a toefl test and one a math test. The table would look like this:
personId test score date
1111 toefl 234 02/04/2005
1111...
Hi,
I noticed that some text in my database is surrounded by multiple | in bold characters, for instance
|||test|||
What do these || stand for ? Tabs ?
I cannot remove them when I process the text in my code, and it is making me go crazy.
I cannot find the place where they are being inserted...
Hi,
I have a table, call it TEST, in which a records of a person's test dates and scores are kept.
For instance, a person might have taken twice a toefl test and one a math test. The table would look like this:
personId test score date
1111 toefl 234 02/04/2005
1111...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.