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.
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...
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.