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...
When I do this -
<%Response.ContentType = "application/vnd.ms-word"%>
<html><head></head><body>Hi Mom!</body></html>
The results in Word 97 display the html code instead of just "Hi Mom!".
This works fine with Office 2000 & Office XP (2002)
Anyone???? gettin' jiggy wid'...
I have a portal software app. that uses the oulook web components and it requires the browser's security settings to be set to "low". Anyone know how to easily make these components "trusted"?
thanks gettin' jiggy wid' it --
smbure
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 & "stuff"
response.write var
FAST:
response.write var
This is true.
I have done some large recordset...
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 "linked" to a SQL Server database via a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.