VB6 and control Crystal Report
Hi, I have an report Crystal Report 8.5 in VB 6 (to print photos) When I print I have an instruction to connect to the database (sql server 2000) Au Report1.Database.Tables(1).Set LogOnInfo DB_SERVER, DB_NAME, DB_UID, DB_PWD where DB_SERVER=ServerName DB_NAME = databaseName DB_UID = userName DB_PWD = pass
VMWare and Permission Denied Error
I have a VB6 application which is a physical two tier deployment (logical 3 tier). The client application creates an instance of an ActiveX.exe on the data server. The activeX is configured (DCOMCNFG) to run under a local user ID and is granted access to a SQL database using NT authentication. Everything works fine.