I would like to know if I using the correct terminology for my job as a Web Front end developer talking to an Oracle DBA about what I need for my back end because my DBA has asked me what I want from the Oracle Database.
I will tell him I need Oracle client software (which is Enterprise...
Please advise if I am correct about JSP and how it works.
JSP is good because it is faster than interpreted languages.
JSP files are called with compiled servlets that are used to send results to browser and they are not parsed by the server everytime they are requested such as PHP.
Java is...
I should also mention that sometimes my string will have a different phrase in front of the <h2>@
It might look like this:
dataherenowh2>@ information
or like this:
more info here<h2>@ information
Please advise.
How can I fetch something in a string? Below takes the part I want out. But I want to take the part
I want out and then output it:
For example if I have a string such as: (hello)<h2>@ information
then I want grab just this part: <h2>@
and output it just by it self:
<h2>@
My attempt does...
I have an Access 2000 database with a Cold Fusion web front end. It has 4 tables and the file size has not grown for the past 100 records that were added to the database. Most of the records added were in memo fields with alot of words sometimes up to 200 or 300 words in a couple memo fields...
Can I have Tomcat 5.5 running on J2SE 1.4.2 on my Windows XP and Windows 2000 workstations?
Someone told me only J2SE 5 will work with Tomcat 5.5
Please advise.
I found this and it seems to handle ALL or any Microsoft copy and paste weird characters:
<cfprocessingdirective pageencoding="iso-8859-1">
<cfset setEncoding("form","iso-8859-1")>
<cfset setEncoding("URL","iso-8859-1")>
<cfcontent type="text/html; charset=iso-8859-1">
All my forms are now...
Thanks,
The <li> tag seems to look the most like a Microsoft bullet symbol. But I will take your advise and use something like the · symbol bullet for the translation.
Unfortunately users copy and paste Word bullets into my page.
Can you advise how you handle the Bullet translation in...
I have a translation filter (changing Microsoft Word Bullet into a bullet using an <li> tag for my MX pages) where it works great.
The only issue I have is the user sees the <li> tag in the update page in the textarea part. I now have the word "BULLET" instead of the <li> tag showing up. I...
Thanks for all the posts.
On all my databases I manually back them up almost everday by copying each Access database from my server and putting them on a zip disk. Do any of you ever automate that and if so how??
"Even once a month could be too much, although it wouldn't hurt of course."
On...
Oracle really is different than my Access and MySQL experience.
I now will rephrase my question (and title of this post if I could) to say "Create new Schema"
Since my first schema was created with my lastname now I know in future to create my next schema with the name of what I want to call...
We are using MX 6.1 and the Server admins would be setting up my connection. I think we have Standard edition but not sure. I was hoping to find out how I would connect to the Oracle database with my CFQUERY tag.
Please advise if I am in right direction??
I now connected to Oracle 9i with my username and password:
sqlplus jones/mypassword@//abcd123e/kcl
I created tables for my database but now what if I want to create another database? Do I use the same username and password and then how do I create a different database??
Or do I get a new...
Thanks your description helps me understand it alot. Sounds like connection syntax on my web page is the same syntax as JSP.
Is this how the CF page would look with my MX 6.1 version?
<cfquery name="cityquery" datasource="jdbc:oracle:thin:@0.0.0.0:1521:orcl,jones,mypassword">
Select *...
I have always used Access for my database sources for my Cold Fusion pages. Now using Oracle and I connect using sqlplus:
sqlplus jones/mypassword@//abcd123c/xyz
I assume xyz is my database source name that I would connect to?
My question is what or how are you Cold Fusion developers who...
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.