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!

Search results for query: *

  • Users: smbure
  • Content: Threads
  • Order by date
  1. smbure

    To COM or not to COM?

    I have two waring factions, one for com, and another for pure asp. I personally like the n-tier approach. As far as application performance only, which is faster??? I have done tests on small scales that prove the component isn't much faster at all. I have over a million contact records in...
  2. smbure

    !!!! Please Help - Response.ContentType = "application/vnd.ms-word"

    When I do this - <%Response.ContentType = &quot;application/vnd.ms-word&quot;%> <html><head></head><body>Hi Mom!</body></html> The results in Word 97 display the html code instead of just &quot;Hi Mom!&quot;. This works fine with Office 2000 & Office XP (2002) Anyone???? gettin' jiggy wid'...
  3. smbure

    Outlook web components

    I have a portal software app. that uses the oulook web components and it requires the browser's security settings to be set to &quot;low&quot;. Anyone know how to easily make these components &quot;trusted&quot;? thanks gettin' jiggy wid' it -- smbure
  4. smbure

    ASP Performance

    I have seen Microsoft Articles and VB articles referring to ASP and/or VB string concatenation as very slow compared to usng the response.write method. SLOW: var = var & &quot;stuff&quot; response.write var FAST: response.write var This is true. I have done some large recordset...
  5. smbure

    ODBC DSN Creation

    Why when I use all of the sample code to create a DSN does it always return a 0? (nRet = SQLConfigDataSource(vbAPINull, ODBC_ADD_DSN, sDriver, sAttributes)) What does 0 mean. Also, My real goal is to set an Access Database that is currently &quot;linked&quot; to a SQL Server database via a...

Part and Inventory Search

Back
Top