FYI,
I wanted to utilize the Datalink Wizard to obtain a properly formatted ADO connection string below is how to do this.
Local oDataLink := CreateObject("Datalinks")
Local oConn := oDataLink:PromptNew()
I spend a long time trying to find this, I can't believe it was this easy...
Byron,