I am using a trigger to update a record in another table when a record is inserted. My problem is that I have a purchase price field that the user may or may not enter a dollar amount.
I was trying to understand how I validate if the purchase price has been entered and include or exclude it...
It still gives the same results..
<html>
<head>
<title>test</title>
<style>
body,ul,li,h1,h2,h3,h4,h5,h6,a {margin:0;padding:0;font-family:georgia;}
body {text-align:center;font-size:11px;}
#container {width:800px;text-align:left;margin:0 auto;}
header...
My problem as that change the background-color for h3 in the footer.
fills up the section as well as the footer.
footer h3 {background-color:red;}
I do not understand why. footer h3 should tell it that I only want the h3
background color to red.
What am I missing?
<html>
<head>...
What I did was to have the description separted.
Changed DSRDescription CHAR (4000) TO DSRDescription CHAR (80000).
I thought the CHAR could not be greated than 4000.
If I lower it to 4000. I do not get all my descriptions because of the size.
Why does this work.
Control file.
LOAD...
Question about record terminator. My records are inclosed by <:s:>. Therefore I am seeing that as my record terminator. However that is being thrown out.
I change it to this after seeing this in the docs: INFILE datafile_name ["str terminator_string"]
LOAD DATA
INFILE * "str '<:s:>'"...
I just added readsize=2000000000 bindsize=2000000000
and it did not work. I check the character size and it was 69000. So is it that sql loader cannot handle that?
I am getting this error message in my log file and I am not sure what it means and what I need to do?
value used for ROWS parameter changed from 64 to 1
SQL*Loader-510: Physical record in data file (c:\DSR_LGCY_DATA\DSR.txt) is longer than the maximum(65536)
SQL*Loader-2026: the load was...
Hi I am relearning css and I just came across twitter bootstrap. I am curious what are the opinions on this frame work.
I am going to learn this also but see it as something that will help but not take over my css knowledge.
Is that a true assumption?
What are your opinions about this frame...
why does'nt my text-align:justify work?
text-align: right, text-align:center and text-align:left work. What am I missing about the text-align:justify?
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<style>
body{font-family:courier;text-transform:uppercase;text-align:center;}...
I gave the content height height:500px. I expected it to expand without this. Was that not a correct assumption?
<DOCTYPE html5>
<html>
<head>
<title>get your phil</title>
<style>
body,h1,h2,h3,h4,h5,h6,span,ul,li {margin:0;padding:0;}
body...
Hi, I do not understand why my #content background color does not fill the entire area. I remove the height thinking that it should fill it and it does not.
My question is what do I have to do to make my #content background to fill the entire area and not leave a gap. I am just trying to...
Thanks.. I really appreciate the help.
This started because I may have to update an asp.net application that is using 2.0 .net framework. I know the application was created using vs2005 on a pc using windows vista.
Problem is that I can not install vs2005 beta 2 on a pc using windows 7...
This link below say the following:
Asp.net web pages 2 Visual Studio 2010: Install Asp.net mvc4
Visual Studio 2012: (Included)
http://www.asp.net/web-pages/overview/using-visual-studio/program-asp-net-web-pages-in-visual-studio
So can you modify it with converting it?
Howard
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.