Hi Iris,
This looks to be more of a database issue than an OAuth issue. A
quick survey of the web (Googling the exception message) seems to
indicate that the identifier either needs to be wrapped in curly
brackets (e.g. '{12345-67890-...}') or cast.
Refs:
http://dbaspot.com/forums/sqlserver-programming/415153-syntax-error-converting-character-string-uniqueidentifie.html
http://klo2k.wordpress.com/2007/03/30/sql-error-solved-syntax-error-converting-from-a-character-string-to-uniqueidentifier/
Paul
On Oct 14, 10:55 am, Iris Sanchez Navarro <[email protected]>
wrote:
> I am getting this these error codes when I try to authenticate
>
> System.Data.SQLClient.SQLException:
> Syntax error converting from character string to uniqueidentifier. at
> GoogleABBook.Data.Acessor.runprocedure(string)
> storedProc Name, IDataParameter[]
> parameters, String tableName)in
> C:\GoogleABBook.gheathDB.userExists(string userID) in
> C:\GoogleABBook/Classes\gHeathDB.csline
> 74 at
> GoogleABBook.Enroll.Page_Load (Object
> sender, EventArgs e) in
> C:\GoogleABBook\Enroll.aspx.cs:line 39
>
> Any suggestions?
--
You received this message because you are subscribed to the Google Groups
"Google Health Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/googlehealthdevelopers?hl=en.