Viewing 15 posts - 31 through 45 (of 84 total)
nope - not case sensitive. i think i discovered its a CF thing. apparently, CASE is not allowed in a query of query in Coldfusion.
bummer!
October 26, 2005 at 7:58 am
ok i think i can see what you are trying to do here but unfortunately i am still getting the same error when i run the query.
i tried adding the T.myTCount field...
October 13, 2005 at 8:39 am
hey thanks for the quick reply - i tried that and i keep getting the error : Column 'T.MyTCount' is invalid oin the select list because it is not contained...
October 13, 2005 at 8:11 am
interesting article - (i have only skimmed it so far but will read it in its entirety shortly) looks like that answers some of my questions - thanks for the...
August 24, 2005 at 1:12 pm
i know the advantage is that the performace is better but for queries that are often used but if i had a stored procedure on my SQL server for evey...
August 24, 2005 at 1:06 pm
ok so if my select query for the resulting page looked like this:
SELECT *
FROM tblName
ORDER BY Lname
what would my new query look like? something like this?
SELECT @NewId = SCOPE_IDENTITY() ,*
FROM...
August 24, 2005 at 10:13 am
thank you for the reply! so let me see if i have got it right -
you are saying that i should have a transform data task to get the...
August 9, 2005 at 8:51 am
nevermind - dumb question - just open it and go to file save as. duh.
August 8, 2005 at 1:26 pm
ok i kind of figured out the lookups. in the lookups tab i set my query to:
SELECT DR_NAME
FROM ...
August 8, 2005 at 1:20 pm
ok i have looked around for info on DTS lookups and i dont completely understand them yet but i have read that they can slow things down a bit and...
August 8, 2005 at 10:46 am
that worked well for my MySQL database but now i am tryign to do the same thing on an SQL Server 2000 db and it does not like that format.
any...
July 20, 2005 at 10:32 am
someone on the macromedia forum suggested that i use this format:
Insert Into option1Values(ProdID, myValue)
VALUES
(1,'Red'),
(1,'Orange'),
(1,'Green')
and it seems to work.
July 20, 2005 at 9:33 am
no its nto a temp table it is goign right into the live db table.
and i am not sure if i can explicitly set the length of a CF variable...
July 19, 2005 at 1:46 pm
#listlen(form.option1values, chr(13))# returns the number of items in the list.
and in that line i amsaying that if the counter is less than the length of the list, then output the...
July 19, 2005 at 12:19 pm
Viewing 15 posts - 31 through 45 (of 84 total)