'Run time error '-2147418113 (8000ffff)': Catastrophic Failure'.
NOTE: This problem does not occur with Microsoft SQL Server 7.0.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
Dim con As New ADODB.Connection
con.Provider = "SQLOLEDB"
con.Properties("Prompt") = adPromptAlways
con.Open
Text1.Text = con.ConnectionString
Keywords: KB314635, kbfix, kbbug