D dassysad New member Joined Dec 10, 2017 Messages 1 Programming Experience 3-5 Dec 10, 2017 #1 Dear, i am using vb.net 2003 and sql server 2014. When i try to connect vb to sql server we are getting this error- ADO error: Could not find stored procedure 'sp_dboption'. please help us. Thanks Narayan Attachments Untitled.png 122.4 KB · Views: 64
Dear, i am using vb.net 2003 and sql server 2014. When i try to connect vb to sql server we are getting this error- ADO error: Could not find stored procedure 'sp_dboption'. please help us. Thanks Narayan
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,167 Location Sydney, Australia Programming Experience 10+ Dec 10, 2017 #2 This was the first result in a web search for sp_dboption and it addresses your issue: https://technet.microsoft.com/en-us/library/ms187310(v=sql.105).aspx I'm surprised that you missed that when you searched. Upvote 0 Downvote
This was the first result in a web search for sp_dboption and it addresses your issue: https://technet.microsoft.com/en-us/library/ms187310(v=sql.105).aspx I'm surprised that you missed that when you searched.