c# - How can I run an application that depends on a SQL database on another machine with SQL Server? -


i have created crud application running well. connects sql on same machine. want publish c# app , install on pc not have sql.

is possible run on pc, without installing sql server on it? if so, how do this?

is possible run on pc?

without database application "dead".

you have 2 options.

  • install sql server pc.
  • connect sql server isntalled in pc.

it's choice.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -