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