OK this must be really simple:
Using Sharepoint V1
Developing web parts in MDE.
Calling a VB function.
Displaying what is returned.
THERES NOTHING THERE!
Here is the code:
Function getContent(xmlndPart)
Dim sContent
sContent = "Here is the test results: "
sContent = sContent &...
Using Excel 97, MDAC 2.6
Problem:
opening an ODBC connection to an Excel spreadsheet (OLEDB connection fails with "cannot find installable ISAM").
Open recordset object and read in data.
In one column, the first 4 rows of data are integer values, the fifth is alpahanumeric ("2...
Using Excel 97, MDAC 2.6
Problem:
opening an ODBC connection to an Excel spreadsheet (OLEDB connection files with "cannot find installable ISAM").
Open recordset object and read in data.
In one column, the first 4 rows of data are integer values, the fifth is alpahanumeric ("2...
Since upgrading from NT4 to Windows 2000 my ASP code to generate HTML from XML files has stopped working.
My XSL starts with:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
When calling transformNode, rather than applying the XSL file to...
Hello everybody. ANy help with this would be appreciated !
Opening oracle connection thus:
SQL_CN2.Open "Provider=MSDAORA.1;Data Source=pimsproduction;User ID={ID};Password={PWD}"
strSqlStatement = "execute test_proc"
Set Comm =...
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.