|
-
Nov 18th, 2008, 12:38 AM
#1
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|