-1

I am fairly new to progress. I am currently using Progress Developer Studio 11.5. Does any one know how to set UserID and Password. Any documentation would be greatly helpful.

Tom Bascom
  • 13,405
  • 2
  • 27
  • 33
nikita
  • 31
  • 7

1 Answers1

0

Complete documentation for 11.5 is available here...

https://community.progress.com/community_groups/openedge_general/w/openedgegeneral/2352.openedge-11-5-product-documentation.aspx

Setting the userid and password for DB at connection time is handled by the -U and -P options.

Setting it from code uses the SETUSERID function.

TheMadDBA
  • 436
  • 3
  • 4