Hi,
I am trying to order items, task 1, task 2, task 20, task 3 in my database using the order by function in my sql statement unfortunatly it orders it as task 1, task 2, task 20, task 3 not task 1, task 2, task 3, task 20 as I want it to. I believe that you cannot use the replace function...
I have found a solution but having problems with permissions on my shared web server.
Here is a snippet of my ASP page.
CODE
Dim fso, TF, DataFileName
DataFileName = "c:\SAMPLE.TXT"
FTPFileName = "C:\CMDS.FTP"
Set fso = CreateObject("Scripting.FileSystemObject")
Set TF =...
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.