Results 1 to 2 of 2

Thread: Unable logon server

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Unable logon server

    I am useing vb6 and cr 8.5
    please where i am wrong


    Dim StrDatabase As String
    Dim StrUsr As String
    Dim StrPass As String
    Dim StrDataSoruce As String

    StrDatabase = "HospDB"
    StrUsr = "sa"
    StrPass = "prince73"
    StrSource = "server"


    CrRegCard.LogOnServer "crdb_odbc.dll", StrSource, StrDabase, StrUsr, StrPass
    unable to logon server

    if i uses
    CrRegCard.Database.LogOnServer "crdb_odbc.dll", StrSource, StrDabase, StrUsr, StrPass
    object dosnt support this property or method
    Last edited by yousufkhan; Nov 18th, 2008 at 12:41 AM.

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