<i><b>Originally posted by : Jose Pedraza (pedraza@bellsouth.net)</b></i><br /><br />Anyone with ideas. I have a table in SQL 7.0 and what to create a asp search that table and post result to the web. Like <br /><br /> Name AND URL<br /> Address<br /> CITY, STATE, ZIP<br /><br /> Brief Description of the above site <br /><br /> Date Events Comments<br /> <br /> <br /> I want to display that format but the display will do all events for one company. If some can give me a idea I will apreciate/<br /> <br /> <br />
<i><b>Originally posted by : </b></i><br /><br />Use Front Page and cutomize ure SQL string to display the results as...Select * From <tablename> where <field1>=field submitted<br /><br />------------<br />Jose Pedraza at 4/21/2000 11:34:34 AM<br /><br /><br />Anyone with ideas. I have a table in SQL 7.0 and what to create a asp search that table and post result to the web. Like <br /><br /> Name AND URL<br /> Address<br /> CITY, STATE, ZIP<br /><br /> Brief Description of the above site <br /><br /> Date Events Comments<br /> <br /> <br /> I want to display that format but the display will do all events for one company. If some can give me a idea I will apreciate/<br /> <br /> <br />
Was this answer helpful ?
Yes No