Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Importing data from a text file into a table (SQL 7.0) via an ASP page

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-22 : 23:27:08
Chris writes "I have a .bat file that runs a job and appends the results to a log file. I need information from that log file to be inserted into a table that I can query against and then display those results on a web page.

Currently I am able to do this in MSAccess via the ImportText command. However we are migrating to SQL 7.0 and I can not duplicate this type of functionality.

How can I accomplish this?

p.s.
I am working with SQL Server 7.0 on a Windows NT Server 4.0 machine.

Thank you"
   

- Advertisement -