Group: Forum Members
Posts: 235,
Visits: 309
|
Throughout my help file HTML formatting tags are visible as in:
Private Sub AddSQLConnection()
'-- Establish Locals
Dim loSQL As New SqlDataSourceItem("MyCustomKey", "server=myserver;integrated security=sspi;database=MyDatabase")
'-- Add the new connection to the data sources
DataLayer.DataSources.Add(loSQL)
End Sub
Is this what you intended?
|