Results 1 to 11 of 11

Thread: eVB - ActiveX component cannot be created

Threaded View

  1. #1

    Thread Starter
    Fanatic Member holly's Avatar
    Join Date
    Aug 2002
    Location
    Somewhere on earth
    Posts
    721

    eVB - ActiveX component cannot be created

    Hi

    I've been issued with some eVB code which I need to get working... when I run the code the app fails 'ActiveX component cannot be
    created' has anyone ever come across the same problem using
    embedded VB code..........

    Code:
    Private Sub CreateDB()
    Dim cat As ADOCE.Catalog
    
      'Create the database
      Set cat = CreateObject("ADOCE.Catalog.3.1") 'errors on this line
      cat.Create gSQLEProvider + gFullFileSpec
      Set cat = Nothing
    
    End Sub
    Thanks
    Last edited by holly; Oct 21st, 2003 at 04:59 AM.
    ** HOLLY **

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width