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: *

  • Users: kafka
  • Order by date
  1. kafka

    Insert Triggers

    So I first tried to solve the problem below using Stored Procedures, but then I thought, why not try Triggers. Table 1 has a field called id1. It is the primary key and is an auto-generated incrementing in an ascending order by 1. Table 2 has a primary key called id2. The primary key is...
  2. kafka

    Stored Procedure for Multiple Table Insert

    This stored procedure does the following. Table 1 has a field caled id1. It is the primary key and is an autogenerated incremeneting in an ascending order by 1. Table 2 has a primary key called id2. The primary key is an autogenerated number incremeneting in an ascending order by 1. It has a...
  3. kafka

    Insert into multiple tables

    I have a form which submits to a SQL Server 2000 database. I have a registration form for a single user which adds data to three separate tables. I need to insure that when the data commits and writes a new row to the first table and adds a new unique primary id, the second and third table...
  4. kafka

    Input Masks

    Hi Guys, I need some help creating an input mask for a date entry field. I would like the user to have the delimeters automatically pop up as they type in a date, or even have the delimeters pre-populated. Listed below is the input which I would like to apply the input mask. I am pretty sure...
  5. kafka

    Apache 2 and php support

    Thanks lads. Adding the dll to the system 32 directory did the trick. Sorry for not having all the assets in order before posting my question, but I guess I got overly enthusiatic about posting my question. -gumby
  6. kafka

    Apache 2 and php support

    Thanks lads. Adding the dll to the system 32 directory did the trick. Sorry for not having all the assets in order before posting my question, but I guess I got overly enthusiatic about posting my question.
  7. kafka

    Apache 2 and php support

    Hi Folks, I have been trying to get php to play nice with apache 2. No luck so far, Added these lines to the conf file in apache: 1) LoadModule php4_module /php/sapi/php4apache2.dll (also tried LoadModule php4_module /php/sapi/php4apache.dll) 2) AddType application/x-httpd-php .php .phtml...
  8. kafka

    cascade insert

    One more question: Can I cascade the same vaule to multiple tables simultaneously? Thanks for your input.
  9. kafka

    cascade insert

    You are the man. Cheers. It Worked. One Question. What function does the 'nocount on' perform. Best, grateful sophomore
  10. kafka

    cascade insert

    I am a bit of a novice at SQL Server 7.0, and my attempts to write a cascade trigger that actually works have been fruitless. I need to insert a new record with the identical value in MyTable2 every time a new unique id is generated in MyTable1 for column customer. For e.g. unique id with...
  11. kafka

    really thick question, but what the hell, its the time for good cheer

    Figured it out. In my Application.cfm file I had a header and title tag wherin the title tag was blank. Once I removed the head and title tag from the Application.cfm tag the title tags in my other files worked fine
  12. kafka

    really thick question, but what the hell, its the time for good cheer

    After looking at the page source of the files, CF creates another HEAD AND TITLE tage automatically. REally weird. This additional head and title tag are empty. This is the reason why my title tag is not being read properly. Why does Cold Fusion do this? After downloading the file and...
  13. kafka

    really thick question, but what the hell, its the time for good cheer

    Anyone know why my <TITLE> tag is not functioning? I have spent WAY to long trying to figure out this idiotic problem. Whatever I have tried has failed. the title tag is not that bloody complicated, but my title just does not seem to show up,Thanks guys and gals for your input <HTML> <HEAD>...
  14. kafka

    cfinput and javascript onfocus

    Thank you my good friends(Thrud especially as I used your solution). Everything is now kosher Cheers, Sahil
  15. kafka

    cfinput and javascript onfocus

    Yes This is becase a lot of my inputs require validation for eurodate or integer. Thus I need a way to mix my cfinput validation with regular JS onfocus
  16. kafka

    cfinput and javascript onfocus

    Arggh, Still not working. Is this a limitation of Cold Fusion validation(or my programming skills)? I have been trying for some time to use an JS onfocus call from a cfinput tag In the cfinput, if a user does not enter a surname, a message will pop up telling the user to enter a valid surname...
  17. kafka

    email comments from comment form

    I am trying to email 4 input text areas to a designated e-mail address. The 4 inputs are located within a comments page.
  18. kafka

    Variable passing

    I have an index page and that page has a hyperlink to another page. If a user click on that link is there any way to pass a variable I set on that first page to the linked page. The point of this is that I have forms that can be entered on the internet by customers and forms entered by...
  19. kafka

    Server to busy message?

    My application works fine on my development machine: Windows 98 using PWS4 with a Visual Foxpro 5 backend database. The forms and associated processing pages updated/inserted/deleted with no issues. When i moved my CF files and database to a hosted service and tried to submit a form page I...
  20. kafka

    CFFILE question

    There are two parts to my question: I have a form that allows for multiple image uploads. What I want to do is to be able to insert the path of the image to a field in my database. Right now I can upload the actual image to a particular designated place on my server. I need to know where...

Part and Inventory Search

Back
Top