Recent content by danch

  1. D

    Access denied (Authorisation failed) (7512): when connect to progress from C#

    Hi RealHeavyDude, It's worked now :) Thanks a lot to you Dan
  2. D

    Access denied (Authorisation failed) (7512): when connect to progress from C#

    Hi all, I write a simple code to get data from Progress DB and fill it to Dataset by C# but it always raise an error "Access denied (Authorisation failed) (7512)". My c# code: string odbcString = "DSN=ProgressODBC;Host=localhost;Port=7001;DB=xxxx;UID=xxxx;PWD=xxxx"; using...
Back
Top