Hello,
I have a database with about 500 or so records in it. I'm setting my pagesize to 10 so that my asp page will display only 10 records per page.
My current page navigation looks l...
Hi, Experts
I have a code which to send an e-mail out. Now I want it to send some other language than only English (ex, my local language, Thai). I tried every solution I could find in goog...
I am trying to convert some of the ActiveLock Visual Basic code to classic ASP (not ASP.NET). The SHA1 hashing algorithm to be precise. Everything seems fine except the 11 calls to the Val fun...
sigh!
Ok
why am I getting this error message!!!
set oRs = oConn.Execute("select * into dbo.list from list.csv")
is the line referred to by the error message.
I have tried...
how do i use vbscript to get a list of user from active directory using ldap?
Does anyone of Experts here know how to insert chinese character (utf-8 charset) into MS SQL Server 2000?
The field are of nvarchar, whenever i attempt to insert, it shows question marks ??...
Is it possibly to send an outlook invitation to someones calendar in a mailto link or something similar?
I'm trying to setup an asp site in my 64-bit Vista PC connecting to a Microsoft Access Database but i get this error message.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
...
I need to save data into Session using JavaScript.
Now i need to save string array.
Before I tryed to save objects using this code:
function writeParams(qid,data)
{
var obj=Session...
Hello,
I have an autocomplete textbox field, working fine.
The problem that it is receiving the data from an asp script and it is showing all the response data together. I have no idea how ...
HI
I am working in a multilangual web site and i have almost finished the
hard part of view pages and working in the data entry pages.
In my pages i am using Unicode utf-8 and it is working...
3 closely related questions:
1. If I'm using Access 2000 & ASP, is it better to test for empty text & memo fields using:
A. the IsNull function, e.g., If IsNull(rs("fieldname")), or
...
Hi All,
In Classic ASp using VBscript.
How do I get an array holding recordset rows
each array item is itself an Array of the fields in the current row.
So if the SQL resultset would b...
Hi all,
Hopefully this is a quick one.
I have a file which I parse to ensure that it is the correct format. If it is not I perform the following task:
Sub DeleteFile
Dim FSODelete
...
Can someone help me with defining classic ASP logic for retrieving data from a ASP.NET web service WSDL using SOAP. I am not sure I am calling event and passing the variables correcly. I jus...
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Specified driver could not be loaded due to system error 998 (Oracle in OraHome92).
Does anybody know what this means?
I have two ASP Scripts. One creates a text file of data from a database. The second file calls that first file then opens the text file that it created.
What I am struggling with is jus...
Hey all!
I currently have an ASP login page that checks against AD for authenitcation. It works great, but I am building a new site that requires a little bit more security. I want the fo...
I cannot seem to wrap my head around this so I need some help.
Ultimately, I need to upload a file with ASP to a remote file store server (all within my corporate network - just a different...
assumed that:
1. I have a string. Example:
myString = "I found it at http://www.abc.com/ and www.xyz.com"
2. I need it to display as HTML with clickable hyperlink
3. I need a functio...
hi
i have this code working on my laptop but when i moved it to another computer i got the following error:
Error Type:
msxml3.dll (0x80070005)
Access is denied.
/portlets/links/Link...
I need settings help , so that i can any asp file . in my system am using macromedia dreamweaver 8 .
How to set local host in this software . So that i , can run like this
http://localh...
I just had a vendor install a Grading/Attendance Software on a fresh Win 2003 Server. Their ASP.NET program is web based and makes use of SQL Server 2005 Express on the same machine. Their i...
Greetings,
I'm creating an array w/ a loop in asp to use in some javascript. I'm looping through my records and appending each record to the end of the array w/ a comma,
however the las...
I am working on a site ( ASP ) where the user is required to log in with
domain credential through basic authentication. After successful login, the
index.asp page is a frameset whi...