Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: YYKK
  • Order by date
  1. YYKK

    Permission error in DBEngine.CreateWorkspace

    CCLINT, Forgot to tell you that I'm in English OS version. I thought MDAC Checker can check if there is a problem in MDAC part. Thanks, YYKK
  2. YYKK

    Permission error in DBEngine.CreateWorkspace

    This isn't my program and I'm supporting it now. It uses following: Set ws = DBEngine.CreateWorkspace("EPR", _ Chr(34) & Trim$(UCase(sUserLogName)) & Chr(34), _ Chr(34) & Trim$(sPassword) & Chr(34), dbUseODBC) Set db = ws.OpenDatabase("EPR_ADO") sUserLogName -...
  3. YYKK

    Permission error in DBEngine.CreateWorkspace

    I got a strange problem when compiled an existing VB6 project. I can compile it without any error before but now I got "Compiler error : Permission denied." in "DBEngine.CreateWorkspace". I used MDAC Checker and found a lot of Dll "file not found". I search the...
  4. YYKK

    VB Installation Problem

    I have modifed a vb program and created an installation package. I used the package to install several customers' PC without any problem. But I keep getting following message when I tried on one of customers' PC: Set up cannot continue because some system files are out of date on your syste...
  5. YYKK

    How to make IUSR_machinename available through the network

    I want to add one server's internet account 'IUSR_machinename" to have write/read permission to another server's share folder. But the IUSR_Machinename is only visible to its local PC. How can I make it visible through the network and other servers can grant permission to the account...
  6. YYKK

    Permission Denied when copy a file to another server in ASP

    Veep, I can not add IUSR_machinename to the shared folder as the IUSR_machinename is only visible for the local PC. What I need to do to make the IUSR_machinename visible throught the network and can be added access permission to the shared folder. Thanks, YK
  7. YYKK

    Permission Denied when copy a file to another server in ASP

    Veep, Is there any other choices? What about if use "Integrated Authentication", what machine id should be added to have permission to the shared folder? Thanks, YK
  8. YYKK

    Permission Denied when copy a file to another server in ASP

    Veep, Is there any other choices? What about if use "Integrated Authentication", what machine id should be added to have permission to the shared folder? Thanks, Yan
  9. YYKK

    Permission Denied when copy a file to another server in ASP

    I wrote a web application using ASP. I need to create a text file and copy it over to another server's shared folder. The shared folder has given write/read permission to EVERYONE. I have tried to copy a text file over manually without any problem. But I got permission denied when I run the...

Part and Inventory Search

Back
Top