Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. csphard

    Creating dynamic sql in a tsql trigger

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

    need help with footer h3 background-color.

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

    need help with footer h3 background-color.

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

    SQL*Loader-510 &amp; SQL*Loader-2026 in the log file but no bad file. I need help understanding it.

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

    SQL*Loader-510 &amp; SQL*Loader-2026 in the log file but no bad file. I need help understanding it.

    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:>'"...
  6. csphard

    SQL*Loader-510 &amp; SQL*Loader-2026 in the log file but no bad file. I need help understanding it.

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

    SQL*Loader-510 &amp; SQL*Loader-2026 in the log file but no bad file. I need help understanding it.

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

    Is html_CascadeUpTill javascript?

    Thanks Phil. I appreciate your help
  9. csphard

    Is html_CascadeUpTill javascript?

    Is html_CascadeUpTill javascript and if so where do I find more information on it. What is this I have been googling it with no success. Thanks Howard
  10. csphard

    How do you feel about twitter bootstrap.

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

    why does'nt my text-align:justify work?

    Thanks I really appreciate your help..
  12. csphard

    why does'nt my text-align:justify work?

    Thanks, I really appreciate your explaination. I went there and read the information from w3schools but it was not as clear as you were. Thanks again.
  13. csphard

    why does'nt my text-align:justify work?

    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;}...
  14. csphard

    why does'nt the #content background collor fill the entire area.

    Hey thank you. I appreciate your help, your comments and I am headed to w3cschools.com now so I can understand what overflow:auto means.
  15. csphard

    why does'nt the #content background collor fill the entire area.

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

    why does'nt the #content background collor fill the entire area.

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

    visual studio express vs visual studio 2005

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

    visual studio express vs visual studio 2005

    SORRY type O So can you modify it WITHOUT converting it? Howard
  19. csphard

    visual studio express vs visual studio 2005

    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

Part and Inventory Search

Back
Top