Fernando,
Thanks for trying to help. I found the answer. I had to add the following code:
string MPI;
MPI = Session.Contents["MPI"].To
Guid ConvertedMPI = new Guid(MPI);
and then I changed the following line
patientreferral.MPI equals ConvertedMPI
Thanks for trying to help. I wanted to award you the points for being the first one who tried to help me.
Main Topics
Browse All Topics





by: FernandoSotoPosted on 2009-08-09 at 20:07:56ID: 25056955
Hi Kenny;
I took a look at the query and nothing is jumping out as being wrong with the syntax except having an extra comma at the end of the select clause:
preauths.MPI,
preauths.AuthDate, // Comma not needed but should not cause a problem
};
Can you post the error message and on which line, if it gives one. A screen shot could help of the area of the syntax error.
Fernando