Hi all,
I developed a web application first time. It works fine when I run it to Visual Studio environment. But when I publish it and run it to browser, it gives error on
"connection.ope n()". The error is like
"com.ibm.ejs.sm .exception.OpEx ception: COM.ibm.db2.jdb c.DB2Exception: [IBM][CLI Driver] SQL1224N A database agent could not be started to service a request, or was terminated as a result of a...
User Profile
Collapse
-
Open connection through Web Application
-
Can not delete worksheet
Hi,
I want to delete a worksheet using VB.NET, but fail to do that. Im using the following code:
XLApp = CreateObject("E xcel.Applicatio n")
XLWorkbook = XLApp.Workbooks .Open(Path)
XLWorksheet = XLWorkbook.Shee ts("Sheet1")
XLWorksheet.Act ivate()
XLWorksheet.Del ete()
...
No activity results to display
Show More