Connect to Host Monster Database
Hi I have several databases on my hostmonster website (mrsnap.net) I am
trying to write a c# program that can access these data bases, how can
i go about doing this? I dont even really know where to start.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jul 22, 2008, 10:07 PM
What are the database - SQL Server, Oracle? What version of .NET/C# are you using?
You'll have to look at ADO.NET classes to access a database including SqlConnection, SqlDataReader, SqlDataAdapter, DataSet, DataTable and so on.
I suggest start from here:
http://www.c-sharpcorner.com/uploadfile/satyaakkinepally/dac4sqlserverincsharp11302005061511am/dac4sqlserverincsharp.aspx