Viewing 15 posts - 76 through 90 (of 113 total)
Thanks everybody for help. Anybody can recommend a good forum for .NET questions? I have to talk to the owner of the code regarding removing the thread...
May 11, 2007 at 8:56 am
Thanks again.Unfortunately they always put too much on your plate ..
May 7, 2007 at 8:21 am
Dear Peddie,
http://www.codeproject.com/useritems/CheckBoxCommand.asp - this one solved the problem, I converted C# into VB and it works fine .
Last thing for me left is on some event check or uncheck all...
May 4, 2007 at 4:27 pm
I want to select a column and append a value to it but I get an error, why?
select column + " some text to add to result " as result
April 28, 2007 at 6:20 pm
THANK YOU THANK YOU THANK YOU !
This WORKS!
April 26, 2007 at 3:06 pm
OK never mind
Just copied all the records into good old VI and find them all
April 26, 2007 at 12:35 pm
Didn't work
Should return a record like s3BBkdLLL if at least one character is lower case. It's a more complex regular expression I guess....
April 26, 2007 at 10:48 am
There are no empty strings. All that is needed is to catch cases with lower case letters in the field. Thanks!
April 26, 2007 at 10:34 am
"and while the datareader is still open you can use the same connection to execute other commands (including updates, inserts, deletes) on the same connection"
I tried to read data then...
April 23, 2007 at 9:13 am
Thank you all guys! I will go look at the examples. I can only learn from some practical examples.
I don't know which way to go though, stored procedures in...
April 23, 2007 at 8:39 am
If I have dateStart and dateEnd, how to calculate how many days between those two dates?
April 5, 2007 at 1:35 pm
Well, I don't think it's a good idea to have a table of dates. You mean to create it on the fly and then drop it? What if something happens...
April 5, 2007 at 10:01 am
Viewing 15 posts - 76 through 90 (of 113 total)