Click here to Skip to main content
15,867,771 members

Comments by Gerenatian (Top 12 by date)

Gerenatian 29-Aug-13 10:58am View    
Can you be more specific? You are loading the SqlCommand correctly. Is the problem with the initialization of the connection?
Gerenatian 5-Aug-13 21:26pm View    
Insert New Record is in an entirely different Controller. Thanks though, because you just gave me the idea of just combining the two controllers into one to fix my issue, ill try that first thing tomorrow. I am using the mobile MVC template, and I think this issue has alot to do with jquery mobile..
Gerenatian 27-Feb-13 14:05pm View    
Very Vague, what point in retrieving information from the database are you stuck at? The database connection? The statement to retrieve your information? It would also be helpful if you told us what kind of database your information is stored in. Ex: SQL, Oracle, Access
Gerenatian 27-Feb-13 8:48am View    
You might be loading with an invalid report path. Yours looks backwards after taking a second look at the code. Try: (@"C:\Users\Gilbert\Desktop\Apps_Minisante\Apps_Minisante\reportMission.rpt");
Remember that \ is an escape char and to use the @ symbol to turn them off. Make sure you are pointing to a good pat.
Gerenatian 13-Feb-13 13:26pm View    
Deleted
Look up the Process Class, it should give some insight to allowing processes to sleep.