I installed Win2k3 SP1 on a server that our developers have been using with asp.net apps, remote debugging from Visual Studio .Net 2003. Since the install, when they try to start a project with remote debugging, they receive the following error:
"Error while trying to run project. Unable to...
I was able to open the file with a hex editor (not notepad), but didn't see anything helpful.
The user doesn't know if it's possible to set up an odbc data source- we could also use that to pull the data directly into Access or Excel. He's checking with Odyssey now. I'll check out SQLWays to...
We've run into similar problems in the past. Is the time included with date, but not visible as the date column is formatted?
A workaround we've used for some numeric columns that don't behave as expected is to multiply each cell in the column by 1. It's a few extra steps, but not very time...
One of our sites needs to convert a database (.dbs file) "to ASCII or something else (MSAccess, etc.)". They tell me that this is a sql database file generated from ENTEK/IRD Odyssey software for motor vibration analysis.
I haven't run across any information on how to import or open this file...
You can use the visibility property.
I think "visible" is the value to show your div.
(I use javascript more often for this.)
<script language='vbscript'>
<!--
sub window_onLoad
top.frame.divname.style.visibility= "hidden"
end sub
-->
</script>
Brad- have you resolved this yet?
If not, use the ilogin demo on the informix menu (located in informix\bin). Select File, Run, then manually type in the service, server, uid, pwd, etc. You will either get an error message (e.g. -908), or a blank records box. If the latter, everything is good...
try assembling the url before you write the <a href> tag.
then just reference the one variable. It's much easier to troubleshoot the variable assembly outside of the tag.
e.g.
<%
dim varUrl
varUrl = "send_email.asp?surname=" & rsUsers("surname") & "&first=" & rsUsers("First")
%>
<a...
we use the immunize feature on spybot with good results.
just be sure to check the box to install the Browser Helper to block bad downloads on the immunize page.
TwoOdd,
This works perfectly! We'll be using it on an intranet application, so we can set activeX controls to prompt (or enable them) for intranet sites.
Thanks!!!!!!!
Insert blank columns to the right of the column containing your data.
From the Data menu select Text to Columns. You'll be given the option to specify whether the columns are fixed or delimited, then to specify the delimiter (i.e. space).
we do this by including a last_upd_dtm field in our the table. Then, select for max(last_upd_dtm).
I don't know if there's another way to tell if you don't already have a timestamp in the table.
It works for me when I add ">" to the <body> tag (missing in your code above.
Is that missing in your original code? Also, testing in IE, you can double-click an error-information symbol in status bar to get more info.
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.