Viewing 15 posts - 106 through 120 (of 237 total)
one last thing Clive, I've put the whole thing into a SP to be read by a VB6 program, the thing is when I try to read the data it...
August 22, 2008 at 6:49 am
Just the trick, many thanks Clive
August 22, 2008 at 6:21 am
Clive, can I impose on your knowledge once more? in the line
exec('if exists (select 1 from ##my_table where [' + @column + '] = ''jim'') insert into ##field_name(field) values(''' +...
August 22, 2008 at 6:17 am
Thanks Clive, it now works, I've been looking at that code for ages and never spotted it !!
August 22, 2008 at 5:48 am
I was given the following code a while ago by Karl, but it just produces an error
create table ##field_name (field varchar(128))
--insert into temp table the row we want so that...
August 22, 2008 at 4:30 am
Thanks Steve, I thought that might be the case. I just wondered if the server itself kept tabs on what was happening. Oh well, back to the drawing board!
August 18, 2008 at 7:45 am
Thanks Jeff, I don't know why I didn't spot that myself... and thanks also to bitbucket
July 8, 2008 at 1:44 am
Thanks lads for the info, I've actually used the SQL below, the only problem is if I set the date to today, I get last week's data.
DECLARE @Now as DATETIME
SET...
July 7, 2008 at 9:39 am
Thanks William, I'll give that a try
April 30, 2008 at 8:58 am
Mahesh, it's just a little project for me, so I can cut and paste a web page, store it in the database and then displaying it on my own personal...
April 30, 2008 at 7:01 am
Thanks Steve, does that include tables etc?
April 29, 2008 at 8:04 am
Mahesh, I'm sure you are correct, but I would also like to able to store the html as well
April 29, 2008 at 6:32 am
Sam, I'm having a go at your example, the only thing I'm not too clear on is the field types, are the INT type an ID type or just INT
April 21, 2008 at 7:29 am
Viewing 15 posts - 106 through 120 (of 237 total)