Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GaryDay

  1. GaryDay

    asp debugging

    Try this, notice where the DSN is being used:<br><br><br>'Establish a connection with data source&nbsp;&nbsp;&nbsp;&nbsp;<br>strDSN&nbsp;&nbsp;= &quot;FILEDSN=MyDatabase.dsn&quot;&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>Set cn = Server.CreateObject(&quot;ADODB.Connection&quot;)&nbsp;&nbsp;<br>cn.Open...
  2. GaryDay

    ASP debuggin'please

    Well, the first problem is that when the sql statement is executed, you will find that there are NO spaces between your FROM and ORDER BY.&nbsp;&nbsp;basically, the sql statement looks like this when executed:<br><br>&quot;SELECT SongTable.NameSongFROM SongTableORDER...
  3. GaryDay

    Text formatting from memo field in Database Results

    Mike,<br><br>You can try using &lt;pre&gt; tags.&nbsp;&nbsp;This will retain all of your returns and spacing.&nbsp;&nbsp;The only drawback though is the width of the text.&nbsp;&nbsp;Depending on the amount of text, the page may go wide.<br><br>Hope this helps,<br><br>G..

Part and Inventory Search

Back
Top