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)
 Need help: Publishing database on the web

Author  Topic 

PaTRiCKDRD
Yak Posting Veteran

55 Posts

Posted - 2003-11-24 : 10:03:21
Hi guys! I've never published any kind of data on the web, I am quite a newbie when it comes to internet. I've written a project (Visual Basic) though which reads all the database data from a text file (the same data is exported to text files, but it is easier to get data from a daily text file, since my database has around 1,000,000 rows!). Then, it fills a grid with that data (account id, credit amounts, etc), saves the grid (after a query, if desired) to a text/excel file and prints in Word. My question is that I need to create a form to show that data on the web (just for a single user account, to see the remaining credit, how much has he been charged, etc.). I've seen many techniques, but all are based on database tables. How can I publish the text file data, or from the grid?
Thanks in advance!
   

- Advertisement -