I am having problems with the following bit of code:
Function FormatMessage(strSource)
strNewSource = strSource
'FormatMessage = strNewSource
'Exit Function
'Response.Write "Raw message is:<blockquote>" & strNewSource & "</blockquote>"
Set rs_format =...
Would somebody please point me to a decent tutorial/example of how to create an IIS Application? I've searched and searched and I can't find anything relevant.
[Thanks in advance|Hope I helped you]
Exodus300
[pc3]
Running Microsoft-IIS/5.1 on XP Pro
I'm trying to use Instr and Replace to replace each occurrence of a particular string from a message, like this:
Function FormatMessage(strSource)
Set rs_format = Server.CreateObject("ADODB.RecordSet")
rs_format.Open "SELECT * FROM Smileys", db
Do While...
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/cokeandrumisyum/menu.asp, line 59
this is line59:
59 rs2.Open "SELECT UserName, RegisteredDate FROM Users WHERE RegisteredDate = " & _
60...
Hi,
I'm trying to make a message forum using ASP. I have two tables in my database:
Threads (ThreadID, Title, StartedBy, StartedDate, StartedTime)
Posts (PostID, ThreadID, PostedBy, PostedDate, PostedTime, Content)
ThreadID (Threads table) and PostID (Posts table) are the primary keys; both...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" &...
Hmmm haven't been here for a while...
I'm playing around with a little proggy that has a kind of board (ie a panel) on which images can be dragged around. I worked out how to create the images at run-time but how do I achieve the dragging them around bit?
Thx for ur help. I haven't been here...
I've been trying to set up a switch and router to share our Telstra Bigpond cable internet connection. I have just managed to get the net working on 2 computers by using the Bigpond Advance software which connects the computer to the internet. But I was under the impression that using a router...
I NEED to format my puter. But my CD drives aren't working, so I cant use the CD to reinstall windows after Format.
I've been using my network to access CD's thru a shared CD drive on another puter. Is it possible to do this in native DOS, so I can format and reinstall Windows from the network...
How to sort alphabetically the results of the following code? (Currently they are sorted in some other order, most probably date last accessed/modified)
<ul>
<%
Dim oFSO
Set oFSO= Server.CreateObject("Scripting.FileSystemObject")
Dim rootFolder
Set rootFolder =...
I was just playing around with my computer, when I found several (over 160) .dat files in the following folders:
C:\WINDOWS\SYSTEM\shelldata\cfg\5
C:\WINDOWS\SYSTEM\shelldata\cfg\6
C:\WINDOWS\SYSTEM\shelldata\cfg\8
C:\WINDOWS\SYSTEM\shelldata\cfg\8
The filenames are all obviously the names of...
This morning when I turned on my computer, it won't load the desktop. The "log on" box comes up and I pressed OK, and then nothing happens. Just the blue (desktop colour) screen.
I tried in safe mode too, same thing happens.
It was working fine last night.
[Thanks in advance|Hope I...
Since when has ME used the new error thingy which sends an error report?
I saw this in MSN Messenger, and I also got it in another program (cant remember which) which has never used it before.
I havent downloaded any updates recently, so I was just wondering how this new thingy got into my...
I've read some articles about networking XP and 9x computers in a workgroup situation. I've read about how a 9x machine must log on using a username and password from an XP machine in order to access that computer's network shares. But what's the deal with going the other way (ie an XP machine...
My CD drive won't read CDs. It shows up in My Computer as not having a CD in the drive. I tried several disks - burnt ones, normal ones - they won't show up. [Thanks in advance|Hope I helped you]
Exodus300
[pc3]
When I start my computer, I pressed Ctrl+Alt+Delete to check what was running. All that was there was Explorer, Zonealarm, Systray and MSN Messenger (which is good). But I noticed that upon connecting to the internet, a new item "mdm" appeared. I ended that task, and all seems to be...
Occasionally when I'm browsing the net, a box comes up with this message:
A runtime error has occurred.
Do you wish to Debug?
Line: 4
Error: Syntax error
[Yes] [No]
Also, the first time I open an IE window after connecting to the internet, nothing happens. When I ctrl+alt+delete and end...
I am familiar with using the following code in ASP (vbscript) to put stuff in a database. Now I want to do this in VB. Can somebody please help me change this stuff to work from a VB app?
Set db = Server.CreateObject("ADODB.Connection")
db.Open "MyDatabaseName"
sql =...
How can I make each line in a Rich Text Box (or a Memo) a different colour, so the contents could look something lke this:
Line 1 is RED
Line 2 is GREEN
Another RED line
A BLUE line [Thanks in advance|Hope I helped you]
Exodus300
[pc3]
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.