Viewing 15 posts - 18,886 through 18,900 (of 18,925 total)
One simple way I used is to save the jpeg on the server's drive and then save the path in the database. If you are going to save the...
September 30, 2004 at 6:52 am
Well I never used the reporting services and I haven't found anything usefull on yahoo so I'm officially out of ideas. Good luck with that.
September 28, 2004 at 10:39 am
Sorry Martin I didn't see that the & NBSP ; had been removed from my post (or actually shown as a space like in your report)... but I'm glad I...
September 28, 2004 at 9:29 am
you can try this format :
iif(isnull([Status]);"For All Jobs";iif([Status] = 1; "For All Closed Jobs";"For All Open Jobs"))
September 28, 2004 at 7:19 am
>> but does it when rendered in the browser via report manager.
Do you mean you are viewing this in internet explorer or netscape (as int html report).. if it's the...
September 28, 2004 at 6:50 am
SP3 is not out, so SP2.. but maybe he means SP3 for sqlserver but I'm pretty sure it's for win xp sp2
September 24, 2004 at 6:13 am
In answer to WSquared's comment, I'm using appname() on sqlserver in a trigger so any access options are off.
IN answer to Jonathan Stokes :
This is an ADP connected directly...
September 23, 2004 at 7:51 am
Thanx for the reminder... havn't coded anything in html for 8 months now :-(..
In answer of Al Matthews, if you try this you'll see the problem
Declare @Words varchar(255)
select @Words = 'This is a test of the REPLACE FUNCTION'
select replace(@words,' ', ' ')
gives : This is a test of the REPLACE FUNCTION
instead of 'This...
September 21, 2004 at 11:22 am
can someone tell me why the double white spaces are removed from the posts??
September 21, 2004 at 11:03 am
It wouldn't work >>
declare @Words varchar(255)
select @Words = 'This is a test of the REPLACE FUNCTION'
select replace(@words,' ',...
September 21, 2004 at 11:02 am
How much faster is it than the other version?
Cleaner but slower doesn't do much for any of us.
Could you do some test and report back to the board??
September 21, 2004 at 6:27 am
if nothing has changed on the sqlserver side I'd check with the network guys... especially since it's something that has changed recently. But I can't help you any further...
September 20, 2004 at 7:11 am
what's the return type of DTSSource("Authorization#")??
if this is a string or a date you need to wrap it in quotation marks like this:
strSQL = "select AuthorizationNumber from REPRICE_AuthNumbers where...
September 14, 2004 at 6:35 am
Or on the same page as japie, you could make a search for the records... Something like : name like 'ab%' and state in (CA, FL) and.... (a little search...
September 9, 2004 at 6:49 am
case closed.. found out it's impossible to do something like that.. and for obvious reasons... I don't see how you could inner join on a ever changing recordset.
September 2, 2004 at 8:17 am
Viewing 15 posts - 18,886 through 18,900 (of 18,925 total)