Click here to Skip to main content
15,909,590 members

Comments by Member 11065384 (Top 5 by date)

Member 11065384 24-Feb-15 4:59am View    
The thing is, I already have a SQL database that my ASP.NET website is using on azure. I'm making a mobile app for the website, so the data need to be same since user accounts are involved
Member 11065384 24-Feb-15 0:35am View    
I have the data sir, as in, I have data such as: A specific student studied Math for 2 hours on Monday, 1 hour and 50 minutes on Tuesday, 2 hours and 10 minutes on Wednesday. She also studied for 5 hours on Thursday. So in this case, the algorithm should be focusing on the most 'dense' area on the graph, which is the 3 points that are close to each other :)
Member 11065384 21-Feb-15 9:36am View    
I'm actually getting this exception in return sir :)

System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
Member 11065384 21-Feb-15 9:20am View    
Deleted
Thank you very much it seems to read the Connection string properly but I cannot still add data. It returns the following Exception:

System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'solantraadmin'.

I specified the user id and password that I assigned to the DB. its crazy
Member 11065384 21-Feb-15 8:54am View    
Superb! And I just have to have a normal SQL INSERT query and I'm good to go yeah? :) I don't have to publish the local DB with the website or anything?