Forum Post: Re: Migrated Application Opens As Binary File In Procedure Editor

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
This behavior changed in 11.3. An argument that isn't preceded by a parameter is assumed to be either a database name or a program file. If it's a database name the client automatically adds the -db parameter. Otherwise it assumes that it's a program name and adds -param. This was changed so that you could use the Open With... feature in Windows with the client. Before this change Open With would always assume that the file was a database and would try to connect to it. As Mike said, adding -p will fix the problem. I will log a bug to modify this code to recognize .r files and open them with -p.

Continue reading...
 
Status
Not open for further replies.
Back
Top