Does anyone have a simple workaround to get vertical-align working in a table cell in Netscape?
I have a select list (size>1) and a note after the list, all in one table cell. Putting vertical-align:top around the note works fine in IE but not netscape. I realise it's a well known bug in...
I haven't seen it myself but a friend says that whenever she has an apostrophe in a Word document it prints as a 'g', even though it is displayed correctly.
Any ideas anyone ?
I'm getting all records returned with this:
declare @strexec nvarchar(800), @strsearch nvarchar(80)
set @strsearch = N'%law%'
set @strexec = N'SELECT TitleID,title FROM Titles where title like @strsearch$'
execute sp_executesql @strexec, N'@strsearch$ nvarchar' , @strsearch$ = @strsearch
any...
Suppose I have a table of companyids and orderids:
companyid 3 orderid 4
5 6
3 7
3 9
Is there a single SQL statement that will return all the orderids as a delimited string for companyid 3, say, without looping through a...
This may be a simple request - but I'd love to know the answer.
Is there a way of changing the defaults on the 'Backup' pane? In particular to change the default to 'overwrite existing media'.
Does anyone have any info on url resolution. I don't mean parsing or validating the syntax of an url - actually checking programmatically that it exists.
When using request.form if I examine individual fields (request.form("a")) then a value of 'a b' is returned correctly. If I look at the whole request.form value then blanks etc are converted to their http equivalents.
Is there a way of getting the original whole request.form value...
look at this code:
set regx = new RegExp
regx.IgnoreCase = True
regx.Global = True
regx.Pattern = Sch
set reMatches = regx.Execute(DtlRow)
if reMatches.Count>0 then
for each objMatch in reMatches
DtlRow=regx.Replace(DtlRow,"<b style='background-...
We run IIS on a windows 2000 server. From my PC I can see pages thro IE for days then suddenly the dreaded 'the page cannot be found'. If I restart my PC then all will be well.
Any ideas?
Open this file below in your browser. What month is displayed in the date?
<html>
<head>
</head>
<body onload="javascript:var vardate = new Date(2003,10,25);alert(vardate.toString())";>
</body>
</html>
I've set up Transactional Replication between two sql2000 servers over the internet. It works beautifully. However on the publishing server once a connection is made the server keeps polling the subscription server to port 139. I've installed SP3. Replication works fine, every 15 minutes but...
here is the code:
<table><tr><td><select size=3><option>aaa<option>bbb<option>
ccc</select>note</td></tr></table>
I want the 'note' text to appear at the top of the table cell, not at the bottom. Please don't suggest more table cells there are reasons why it's like this.
Running SQL Server 2000 on NT4.
Generating an email using sp_OACreate 'CDONTS.NewMail' works fine when done via query analyser but does nothing when used in a stored proc. Nothing gets put in the 'pickup' folder.
A beer to the man with the answer.
I'm running this in ASP:
objConn.Execute("set identity_insert Keywords on")
objConn.Execute("insert into Keywords (keywordid,keyword) values(1,'abc')")
I keep getting the message that identity_insert is not set on for table. I see references to dbo qualification in related...
I'm displaying an asp page that reads a few tables but does nothing exceptional. However intermittently I get the dreaded error "You are not authorized to view this page" HTTP error 403. I can refresh and it's then fine.
Any ideas ?
We are running SQLServer 7 with SP4 installed.
When trying to open a particular table to view the records we are getting the following message:
SQLDumpExceptionHandler: Process 11 generated fatal exception c000008e EXCEPTION_FLT_DIVIDE_BY_ZERO
On Microsofts site it says this was fixed with...
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.