I have an application that requires to telnet over port 80. It seems to hang on the connection state forever. I can access the same ip in a browser and I can ping it, so the port must be open. What am I missing?
Thanks in advance...
.n
Seems like a lot of posts go unreplied in this forum, but I'll take a shot.
I'm trying to install an application that requires to telnet to a server through port 80 (not sure why someone would do this, but whatever...). It will never connect.
Port 80 is open for http and I can ping the domain...
I am having the same issue; however, if I stop my NAV Real Time Scan (which fills the quarantine and causes the error above) from scanning imcdata, dsadata, & mdbdata, viruses get through, especially MyDoom attachments. Any other thoughts/suggestions?
thanks for the response...
The link above looks like I would have to load software onto the server. I don't have a dedicated host, so I'm pretty sure I can't load my own software onto it. Looks like they did this through VB somehow. I've done this through VB and Access by linking to a...
Replace the ' with '' so it flows in the SQL statement.
strName = Replace(strName,"'","''")
rsCheckMet.Open "SELECT * FROM Cat WHERE NAME='"& strName &"'", adoCon
HTH
I would like to parse another web page as if I'm reading it in like a text stream. How would I go about doing this using ASP. I can't use ASP.Net...
so, basically, I want to do something like the following
Set objTextStream = objFSO.OpenTextFile ("C:\autoexec.bat", fsoForReading)...
Thanks! I think that worked (though IE seems to do some weird stuff with the box model anyway)...
anyway, I had height: 100%. I thought that would take care of the alignment.
Been working on my personal website
www.planet-thung.com
When viewing this website in IE, the submenu on the right sometimes gets shifted down below the main content. Keep hitting Ctrl-R to reload the page until it happens. How do I make it stop?
Mozilla and Opera have no problems.
Thanks...
Anybody know how to run code that will supply the password for the VB editor (not the Database) so that I can make updates to modules through code?
If I try to run code that changes other lines of code, it won't let me until the password is given. I will eventually have other users run these...
I'm trying to get the CurDir variable to be a directory on the network (which is actually my documents mapped to '\\SERVER\USER_MYDOCUMENTS')... i know i need to change the drive before i can change the path, but chdrive doesn't like anything but a letter:
chdrive "\\SERVER"
will not...
Thanks. I did look for the .ldb files earlier, but to no avail.
I eventually figured it out. I was running the code to update the table in the On_Open section of a form which was being called by the switchboard. Even though the On_Open event closed the switchboard, Access still thought it...
I set up some code to append a field to a table in a different .mdb file (opened up a new workspace, etc.). It worked the first few times, but now, after a corrupt compact/repair of the other file that has the table, I'm no longer allowed to do this from the file with the code. It keeps saying...
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.