all groups > inetserver asp general > november 2003 > threads for sunday november 23
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Need help to access a remote database on a local harddrive
Posted by eddy princen at 11/23/2003 11:52:27 PM
Hello, i'm need some help, i want to run a website on a server with an sql
database ( that in itself is no problem, i've done this before) but with a
possibility to update the sql database with data stored on a local harddrive
in an acess database, can ianyone give me some hints or websites with
... more >>
cdo.message
Posted by Hugh Welford at 11/23/2003 11:01:15 PM
Can someone explain the with/end with operative used with cdo.message. I
havent come across this before. Thanks
Hugh
... more >>
IIS error prevents IIS starting
Posted by *** HAWK at 11/23/2003 8:00:18 PM
When I go into the IIS panel in the Administrative Tools I have an error
next to the 'default web site'
I have tried everything from stopping & starting IIS, restarting IIS,
rebooting the PC, uninstalling & reinstalling IIS but have the same problem.
The error is as followed:
"Unexpected erro... more >>
Preventing this error
Posted by *** HAWK at 11/23/2003 7:31:32 PM
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q241271&sd=tech
How can I prevent this error occuring. Happens each time I am doing
something with Dreamweaver in relation to the database I have.
... more >>
DECIMAL PROBLEM AFTER INSERTION
Posted by Techy at 11/23/2003 12:20:30 PM
I have hancoded the asp page for inserting the values into an Ms Access
> Database and it work fine
>
> The problem I am facing is that once I insert any value with Decimals like
"
> 11.95" or 222.02 or 227.021 it is either rounding it up or taking only the
> numbers before the decimals.
>
>... more >>
How to combine the LEFT and VbCrLF thingy with a single text fiiled ...
Posted by Techy at 11/23/2003 12:15:23 PM
I have used thecode which is below to get x characters on to display
<%= LEFT(rsName.Fields.Item("columnname").Value,50)%>
It works fine but when I use this same code to get x characters plus display
it using VBCRLF, with the <br> with writing the code :
<%=Replace LEFT
(Recordset1.Fields.... more >>
Grab HTML
Posted by David Taylor at 11/23/2003 9:27:37 AM
I'm looking for a way to grab the HTML behind one of my pages and display it
to the user. The page I'm trying to get the HTML from is an ASP page, so
obviously I'm looking for the post-asp processing results. Basically I want
the same HTML that the user could get if they had done a "View Source... more >>
XML - am I missing the point??
Posted by news.onetel.net.uk at 11/23/2003 6:44:30 AM
hello,
I am using IIS4 on NT server 2000. Although I spend most of my time doing
ASP for an intranet server, we are considering putting some content on the
internet for our users to download via avantgo,wap and from their home
computers.
Now, all my experience with ASP so far is in querying... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
asp run on win2003?
Posted by ll at 11/23/2003 2:01:23 AM
Hi,
I have some ASP pages(called dlls) running well on Win2000, but not Win2003.
Got "Permission deny" when called Server.CreateObject("xx.xx").
Any ideas?
Thanks...
... more >>
|