Posts Tagged ‘data base’

How do you remove the piece of code that connects to shared memory database and other references to it?

What are some things to look for? I need to remove a piece of code that attaches to a shared memory data base.

I have found things like iAttach… Is removing that on the right track? Any other tips would be appreciated. Thanks!

How do i connect a windows C# application to a remote Mysql database?

I’m currently connected to a local Microsoft SQL server. I’m new to windows programming and i need the code snippets to connect my windows C# application to a remote Mysql database. I have a website which is connected to my web host’s Mysql database. I want to be able to connect my windows C# app. to that same data base. Need your expert advice. By the way, I’m using visual studio.