What does the include tag look like?
It should be one of these:
<!-- #include virtual="/IncludeFiles/brkDBConn.inc" -->
OR
<!-- #include file="IncludeFiles/brkDBConn.inc" --> gettin' jiggy wid' it --
smbure
If u are using vbscript-
CommaDelimitedResults = "1,2,3,4,5"
NewArray = Split(CommaDelimitedResults, ",")
gettin' jiggy wid' it --
smbure
Would this work?
"SELECT
Catalogs.Catalog_Reference,
Catalogs.Catalog_Month,
Catalogs.Catalog_Year,
ProductModels.ProductModel_Model,
CatalogTypes.CatalogType_Description
FROM ProductModels
INNER JOIN Catalogs ON Catalogs.Catalog_ProductID = ProductModels.ProductModel_ProductID...
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...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/_denali_newmail_object_cdonts_library_.asp
This may help u... gettin' jiggy wid' it --
smbure
Wushutwist-
I agree 100%. The problem is that I have images on the server that I need to embed in the word doc....any suggestion??? gettin' jiggy wid' it --
smbure
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
Since ADO 2.1 you can persist a recordset into an XML text file, and since 2.5 you can persist the data in either a file or any object that supports the IStream interface. To answer you question, I would select all the contents from a table, use the Recordset.Save method and write the text...
It seems as if the Redirect method is issuing a browser redirect and not just a frame redirect. Try response.writeing the meta refresh tag like this:
Response.Write "<META http-equiv='Refresh' content='1;url=" & strPageUrl & "'>"
The strPageUrl variable is the page...
Dilip,
Create a javascript multi dimensional array on the client written from asp, refer to the document id as the pk and extract the data on the select event.
gettin' jiggy wid' it --
smbure
Discusmania-
Let me know some more details about what is needed here. I am a consultand at Intel right now and I am familiar with this concept. I have both script and tsql solutions.
Also, If you work here at Intel, doesn't this years first day start on 12/31/2000...
gettin' jiggy wid'...
The comma after Lname = 'Arseneault', should be removed.
ex:
UPDATE login SET FName = 'Mike', Lname = 'Arseneault' Where Cardnum = 27822094
gettin' jiggy wid' it --
smbure
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.