Re: [ADVANCED-DOTNET] User accounts(aspnet) and regional settings

2004-09-20 Thread Allan N.
Hi Ryan >sounds like you may want to use a command object. >This object will do the right conversions for you. > ehhh you mean SqlCommand ??? >System.Threading.Thread.CurrentCulture = new CultureInfo( ... I did try this out...I've put that code in my form_load function ... it didn't work :), shoul

Re: [ADVANCED-DOTNET] User accounts(aspnet) and regional settings

2004-09-20 Thread Ryan Heath
Hi Allan, > like this "set dateformat dmy; select ... where somedate > = 'sSomeDate.ToShortDateString() + "'" works sounds like you may want to use a command object. This object will do the right conversions for you. if you do not want to use a command object you can also set the threads culture

[ADVANCED-DOTNET] User accounts(aspnet) and regional settings

2004-09-20 Thread Allan N.
Hi .netters, (if this is the wrong forum scream out loud) I have a web service, all my webmethods calls a business layer, which in turn calls a data layer. Depending on how the user login, the program either uses the web service layer or the business layer directly. my observations here are: i