Thank you very much for your help. What do you suggest me to do if this is not good idea (i refer to: "But seriously, it is a bad idea to use the same instance of SQL server for "production" and "development" - it never ends well.")? WHAT would you do in my case?
User 11862976
Posts
-
access to localdb from different pcs in a lan network -
access to localdb from different pcs in a lan networki use sql server express localdb. This is the connection string i used: connectionString="Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\mydb.mdf;Integrated Security=True" providerName="System.Data.SqlClient" (this is from app.config). What changes must do here? Realy big sorry for bothering you but i need your help! I try this and did not work: In the "third machine" i open the configuration file and use this connection string -> connectionString="Data Source=192.168.1.44;AttachDbFilename=|DataDirectory|\mydb.mdf;Integrated Security=True" providerName="System.Data.SqlClient" Where is the problem? Thank you friend for your time
-
access to localdb from different pcs in a lan networkHello Gilbert, could you tell me what did you mean step by step because i have no experience. I thought that if i use localdb i can't use database server to do what i want thus i use the shortcut instead. Thank you in advance
-
access to localdb from different pcs in a lan networkIf i understand correctly you tell me to use SQL Server Configuration Manager and from there enable tcp/ip but if you remember i use localdb in my project so no sql server express installed in these two computers. Should i install sql server express on computers i want use my application to do this? Thank you for you help and sorry bothering you!!!
-
access to localdb from different pcs in a lan networkFirst of all thank you for your reply. I have done this and i cant access to db, if i change the connection string from configuration file then throw exception error 52. I copy a shortcat from server to client and the result is the application starts but throw an exception with this error 52
-
access to localdb from different pcs in a lan networkHello everyone, is there anyone who could help me on this? I create a c# application with localdb and i want to have access in this database from different pc in my network, eg i have a secretary with her pc and me with another and i want to use my application from my computer and the changes i have done in database i want to see my partner in her pc. I search for this subject in different forums but nothing. Sorry for my bad english.
-
ertan tike dayview calendar controlHello Nitzan Levi. First this link is very useful to me because i didn't know for these controls so only with this you help a lot. The second is that i did not understand how to connnect my own db in their calendar schedule. Could you help me how to do this because i have a similar project in my school. Thank you a lot for your help with syncfusion and sorry for my poor english. Thank you in advance for your next reply.
-
ertan tike dayview calendar controlhello, First of all i am beginner in programming. I have a problem with saving appointments in ms sql db. Do you have any idea how can i write own DB logic and answer the events. I refer to Project of Ertan Tike dayview calendar control. All my efforts are unsuccessful. Thank you in advance