D
Darren Grafton via .NET 247
(Type your message here)
--------------------------------
From: Darren Grafton
I'm trying to write a webservice consuming program in vb .net toconsume a webservice from Quebec, Canada. I'm getting thewierdest error; when I changed my regional settings through thecontrol panel I get a syntax error in my code!! My usualsetting is English United States and I changed it to FrenchCanada. I'm not gonna post the whole code but I'll put the linethat gives an error. Has anyone ever heard of or experiencedthis kinda thing befor. I'm not even kidding I switched backand forth serveral times and only get the error while in Frenchcanada, while the program works fine in English United States
Here's the line:
PatientRows = RawPatients.Select("PatientNum = "& tempRow("PatientNum"))
This is just too wierd for me
--------------------------------
From: Darren Grafton
I'm trying to write a webservice consuming program in vb .net toconsume a webservice from Quebec, Canada. I'm getting thewierdest error; when I changed my regional settings through thecontrol panel I get a syntax error in my code!! My usualsetting is English United States and I changed it to FrenchCanada. I'm not gonna post the whole code but I'll put the linethat gives an error. Has anyone ever heard of or experiencedthis kinda thing befor. I'm not even kidding I switched backand forth serveral times and only get the error while in Frenchcanada, while the program works fine in English United States
Here's the line:
PatientRows = RawPatients.Select("PatientNum = "& tempRow("PatientNum"))
This is just too wierd for me