Really! Because, I am in the process of setting up 2003 SBS. The domain is new for example (mydomain.com), if the wizard is going to walk me through it that's even better.
Have a bit of a problem. I have a new server and a working domain. How do I setup DNS? DOes the domain controller get setup first? I plan to setup atleast a file server and possibly active directory... if all goes well. Thanks in advance!
An update to this issue. The RSS to HTML conversion works. I'm still having trouble including the output in HTML pages (<!-- #include -->), I have an idea of what to do to fix that though.
I am having trouble displaying the output in flash movies. Does anyone have any suggestions?
Thank you for that information. I don't think it applies to what I am trying to do. Let me explain a little better what that is.
I'm trying to embed a flash movie in an ASP page that will output test aggregated from an RSS feed. I'm using code from ByteScout which you may have heard of, the...
Whats up all.
I have an ASP page that pulls data from an RSS news feed in XML and should output it to HTML form in a nice little flash movie. The flash movie is simple it just rolls up the screen.
When I setup the ASP page which I got from someone else I had to change the objects around to...
Whats up all. I have an ASP page that pulls data from an RSS news feed in XML and should output it to HTML form in a nice little flash movie. The flash movie is simple it just rolls up the screen.
When I setup the ASP page which I got from someone else I had to change the objects around to use...
I didn't realize it at first, but this script has a second part to it. The script before this pulls all records and displays them, changing one field into a link to a form, something like this:
<%
set rs=Server.CreateObject("ADODB.Recordset")
rs.open "SELECT * FROM customers",conn
%>
<h2>List...
Does anyone either have or know where I can find the object mappings to the WMI Service objects? I have found the mappings to the ADSI Service mapping for Active Directory, now I just need the mappings for WMI.
Steven290,
It returns "Update Record!... CID 13" when I use the error reporting you recommended. Which should be a good thing, right? Also, if I do:
if Request.form("fname")<>"" then
wouldn't it search the records after the field is populated?Because, right now it won't even display the...
Well, I tried what you said (both the error reporting and the SQL select). Now it thinks it's working. I checked the database and it didn't update the record. It also returned the wrong CID number when it said it updated.
Am I missing something? Should I use more arguments to define the record...
Thanks for the quick reply! When I use this:
if Request.form("fname")="" then
I think it displays the blank form without any preset values (which is what it should do). I'm not at that PC now, I'll what you suggested when I am though and see what it does.
Hey guys,
I'm setting up a new page to connect to a recordset and only update a record that exists. The page is supposed to compare three fields in the record (to know which record to update). I know the page is working, it returns the error "No update permissions!". I still don't know if the...
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.