DataLinks with ADO in FiveWin
Posted: Tue Nov 14, 2006 4:09 am
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,
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,