greetings,
I have an IIS smtp virtual server on a W2K server machine. This server is on an Active Directory network. When I send mail through the SMTP server, I want to authenticate using the AD accounts but authentication fails. If I add a Local user account on the machine with the same name...
We are using archiving software that stores info in an access database.
The database contains three tables that I'll call tb1, tb2, and tb3.
All tables have a field called "id"
tb2 and tb3 might have matching "id" values to tb1.
What I want to do is delete data from tb1 and if tb2 and tb3 have...
Greetings,
I am creating an application for browsing our intranet using VS C# and a webbrowser control.
What I want to do is:
Capture the url string before navigation and compare it to a handful of domains I have in an array. If it matches, allow the navigation. If it dosen't match, cancel the...
The last couple of days, I notice that our email is being routed to a backup system. We have a primary T1 connection with IP1. A DSL connection as backup to the T1 as IP2 (this in only connected when T1 goes down.
We use 3 mx records to route mail and host our own mail server. If IP1 is down or...
I am working on a project and i'm not sure of the best way to do what I need to.
I have a CSV file that contains addresses.
I need to compare the csv file to a MySQL table (tbl_bl).
Then if the addresses are not found in tbl_bl, I need to add the addresses to another table (tbl_wl) Only if...
Greetings,
I am looking for a way to list the field or column names of a table. i have found several examples using VBscript, but I need to do this using JScript or Javascript.
Here is what I have. (converted from a working sample in vbscript)
<%
var rsjsConn =...
I have a database that has default values for several fields. When opened in design view and saved, the default values are cleared creating NULL value errors in my forum app. I have some ideas about waht is causing this but not completely sure.
I have been troubleshooting this problem for over...
Does anyone have any suggestions for using XQuery and XML on the desktop without using a web server on a windows platform?
Can it even be done?
I'm just looking to expirement a little.
Thanks
ES
1. Can I pass data to XQuery and XPath from an application?
If yes...
2. Is it possible to build a query in XQuery and XPath from the data passed from an application.
I am trying to develop an application using Flash with XML.
I want to query the XML file using data passed from flash without...
I need to count rows that match multiple conditions from two or more columns.
example: count rows where column A = "string" and column B = "string".
I can get the count of a single condition on a complete column (A:A). But I cannot get it to work using multiple conditions...
This is related to an earlier post (thanks to gol4 for the reply).
I am trying to list tables using ASP and SQL from an access 2000 database. When executing the statement, I get the following error.
Microsoft JET Database Engine error '80040e09'
Record(s) cannot be read; no read permission...
Greetings,
I got the SQL for returning a list of tables in an access 2000 database from another forum, But I am unsure of how to execute it in an ASP page.
The SQL is:
SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],4) <> "Msys") AND (MSysObjects.Type)=1 ORDER BY...
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.