<%
set conn=server.CreateObject("adodb.connection")
conn.open "Provider=Microsoft.jet.oledb.4.0;data source="& server.MapPath("db\bd1.mdb")
set rs_main=server.CreateObject("adodb.recordset")
rs_main.open "select fileid,title,texts from add0",conn,1,2
do while not rs_main.eof
d=rs_main("texts")
title=RS_MAIN("title")
dim p
p=1
for x=1 to len(d)
if mid(d,x,1)="," or mid(d,x,1)="." or mid(d,x,1)="!" then
texts=mid(d,p,x-p)
p=x+1
conn.execute("insert into table2 values ("&rs_main("fileid")&",'"&title&"','"&texts&"')")
end if
next
rs_main.movenext
loop
rs_main.close
set rs_main=nothing
%>
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.