Hello,
I need to get a list of device ID's from Active Sync in Exchange using VBScript and Active Directory. I don't have Exchange permissions os I can't use thee Exchange powershell tool which would be real easy. But I believe this attribute is available in AD. msExchMobileAllowedDeviceIDs...
Hello,
I need some ASP examples on how to prevent cross site request forgery or CSRF. Most of the examples I have seen are for ASP.NET, but alas, I am still on ASP Classic.
Does anyone have any samples on how to implement tokens also?
Thank you in advance.
fengshui1998
Hello,
I have an SQL query that returns alot of columns from several tables. In object result, I can access some columns such as PIN = objRs("PIN") or other column names. However when I try to access another column like phone = objRs("Phone") the ASP page blows up. In VbScript, I have no...
Hello,
Does anyone have any vbscript samples on how to form a SOAP request and read the response back using username and password?
Thanks for the help!
fengshui1998
Hello,
Does anyone have any vbscript samples on how to form a SOAP request and read the response back using username and password?
Thanks for the help!
fengshui1998
Hello,
I have an ASP page that used to connect to an SQL database with an SQL login.
For security purposes, they have disabled the SQL logins and now they are requiring a domain login.
Now I can't run an query with the SQL login. Is there a way I can spoof a domain\username to the SQL database...
Hello,
I have an SQL field called IMEI that contains data "01 353443 3444 555".
Is there a way to input a search string "013534433444555" that eliminates the spaces in SQL query and finds the record "01 353443 3444 555"?
Thanks ahead,
fengshui1998
Hello,
I have a table with multiple entries for devices where the DEVTYPE = 'iPad' or DEVTYPE = 'iPhone' and each record has the OwnerID. An owner can have multiple records.
I'd like to pull just the OwnerID whether they have and iPad or an iPhone. I am using DISTINCT however it's returning all...
Hello,
In Table A, I have a column called OwnerID that is unique. In Table B, I have multiple records of different OwnerIDs and purchases.
I'd like to list the distinct OwnerID from Table B and match them with Table A.
THanks ahead,
fengshui1998
Hello,
I am doing an INSERT on a table that creates a RecordID. After the INSERT, I would like to prohibit anyone from deleting that record, but still be able to UPDATE it.
Is there a way to DISABLE DELETE or something?
Thanks ahead.
Fengshui1998
Hello,
IS there a way to send a meeting notice or appointment request using CDO? I have searched and found some but it is using "Outlook.Application". I was interested in using "CDO.Message"
Thanks,
Fengshui1998
Hello,
I am trying to list the members of a DL in Active Directory. I can run the script fine from VBScript, but when I use it from a function in ASP, I get an error '80072020'.
I am thinking this is a permissions problem and my credentials are not being passed to AD using an ASP page.
Here...
Hello,
I hope someone will be able to help me with an LDAP query.
The code below is returning one record, but when I try to display the value of "sn", nothing is returned, but I can see it the the GUI.
Does anyone have any ideas?
Thanks in advance,
fengshui1998
CONST ADS_SERVER_BIND =...
Hello,
I have a column called CREATED that currently has DateTime as its field value.
I just learned that I can have it default to the a date time by using the function getdate().
Here's what I have, but it keeps getting an error near DEFAULT when I try to validate the syntax.
Thanks for...
Hello,
I am new to triggers so I need some help.
I would like to have the trigger run a vbscript file when a certain field that was blank is now filled with a string. So I believe this would happen on an UPDATE. Can someone help?
Thanks ahead.
Fengshui1998
Hello,
I am trying to read a .CSV file using the split function. However, some of the data also has a comma in the field. For example,
"john Doe", "Seattle, Washington", "Analyst", "Doe, John"
Any ideas how to read this in successfully without using the Excel app?
Thanks in advance.
Fengshui1998
Hello,
I have two tables, Owners and Devices. The OwnerID referenced in Owners is also the same as in Devices.
I'd like to list all devices in the Devices table by the users CorpID, say Mary (2345)
I have some knowledge of INNER joins but not sure how to query.
Thanks,
fengshui1998
Owners...
Hello,
I have multiple radio buttons, all named the same but with different values. I want to check and make sure at least one has been selected. This works for more than one radio button, but if there is only one radio button, it doesn't work.
Here is the code.
function getrdo()
{...
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.