Viewing 15 posts - 2,446 through 2,460 (of 2,468 total)
have you tried replacing using ascii ?! 34 for 39 or some such ?!
April 7, 2005 at 10:16 am
You can add as many CASEs as you want (as previous poster said)...the syntax will be something like this:
SELECT Known_as =
CASE
WHEN LEN(Known_as) = 0...
April 7, 2005 at 9:31 am
Here's what my research yielded:
Unfortunately, there is no easy way to alter or modify a user defined data type. To modify a user defined data type, follow these steps:
...
April 7, 2005 at 9:21 am
Have you tried removing the "exec" from your report recordsource - either in design-property settings or in code ?!
April 5, 2005 at 7:04 am
Can you not use windows api - Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" _
(ByVal lpBuffer As String, nSize As Long) As Long to get...
March 28, 2005 at 6:28 am
Maybe I'm completely missing something here...I've been using OR operators to fetch me a resultset where either condition specified has been true - so if I specify 2 conditions like...
March 22, 2005 at 7:52 am
For my part I always enjoy Steve's articles because they are so exceedingly well written - I have 3 separate databases - one is production and there are 2 development/test...
March 10, 2005 at 6:51 am
Yes - this is exactly what happened to me the first time except I didn't pay much attention to it...the funny thing is that when I right-clicked the first time...
March 2, 2005 at 7:24 am
I ABSOLUTELY LOVE this site...I didn't know of the taskpad existence either (which's why I "hang out" at this site - to see what I can learn)...what's even "cooler" about...
March 2, 2005 at 6:11 am
Yes - it does help thank you! I found the actual script under "backup database" in the books online - but this whole feature is so downplayed that I guess...
February 14, 2004 at 4:07 pm
Sorry - I don't know that this is possible as well & I'd be interested in knowing if anyone has accomplished this.
The only thing that I have done is to...
February 13, 2004 at 8:18 am
Sorry - I don't know that this is possible as well & I'd be interested in knowing if anyone has accomplished this.
The only thing that I have done is to...
February 13, 2004 at 8:18 am
Hi,
I'm not quite sure I understand what it is that you're trying to do but if you want to update a table in your database by using a stored procedure...
February 13, 2004 at 7:57 am
Unfortunately, a lot of the bugs that are reported are the "lipstick on chicken" variety or complaints about shades of the lipstick used...
One of the main reasons why those d%$#...
June 4, 2003 at 8:33 am
Viewing 15 posts - 2,446 through 2,460 (of 2,468 total)