Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Checking status of DLL in Com Object

Checking status of DLL in Com Object

Scheduled Pinned Locked Moved Visual Basic
questiondatabasecomdiscussion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BravoTwoZero
    wrote on last edited by
    #1

    Hello All, :rolleyes: I wrote a com object to suck all the information and process in the dll including submission into database. My code is: Dim myobj As New clsMyObj with myobj .name = CStr(FirstName) and so on .ConnectionString = strConnection .mySubmission end with mySubmission calls the function and submit to the database. What I gathered is that my dll is breaking because of the difference of the datatype. My question is any way I can check the status of the myobj if the data process is not been submit? If yes How? I can check the database state by : Dim myconnection, stat myconnection = As New ADODB.Connection If myconnection .State Then stat = true else stat = false end if Any thoughts please?? Most greatful. :-D Bravo Two Zero A pen is mighter then a sword.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups