Sorry...didn't include all the code...
[code]
<%
set rs = Server.CreateObject("ADODB.recordset")
set rs1 = Server.CreateObject("ADODB.recordset")
Dim sConn, sSource, sResults
sConn = "DRIVER={Microsoft Text Driver (*.txt; *.csv)};" & "DefaultDir=" &...
Hi,
I am trying to work out how to export/import information from an asp page into a csv file.
The csv file contains employee names and their department in 2 columns..Name and Team. What I want to be able to do is to add and remove names from this page using a submit function
As you can see...
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.