How do I use Crystal 8.5 in VBNet 2002 Std? What SDK/service pack do i need to make it work?
FYI:
VB Net 2002 Standard does not include namespaces for Crystal Reports.
'Use the SQL DMO Application Object to find the available SQL Servers
Try
Dim i As Integer
Dim oSQLApp As SQLDMO.Application
oSQLApp = New SQLDMO.Application()
Dim colNames As SQLDMO.NameList
colNames = oSQLApp.ListAvailableSQLServers()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.