User Profile

Collapse

Profile Sidebar

Collapse
aamirmay
aamirmay
Last Activity: May 26 '10, 08:21 AM
Joined: Jul 6 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aamirmay
    started a topic Open connection through Web Application
    in .NET

    Open connection through Web Application

    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...
    See more | Go to post

  • aamirmay
    started a topic Can not delete worksheet

    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()

    ...
    See more | Go to post
No activity results to display
Show More
Working...