Viewing 14 posts - 1 through 14 (of 14 total)
Thanks for your help Sean, I'm looking at that now ...
March 6, 2013 at 11:33 am
Lowell, thank you, that's a great help ...
March 6, 2013 at 7:43 am
Sean, to be honest, I'm not looking for people to write this for me (though it would be nice and save me days, if not weeks, of hassle & stress),...
March 5, 2013 at 3:43 pm
Apologies for not getting back sooner on this topic, but I am having other problems with C#.
Those registry keys appear to work fine, so that problem seems to be resolved...
March 28, 2012 at 3:50 am
That is one thing, jcb, that I did find ... but I didn't want to bring it to table straight away, in case it was a "quick 'n' easy" solution...
March 23, 2012 at 5:39 pm
Thanks everybody, this is a long slow process, but I am learning as I go along, I'm also finding that a lot of the time it's that I don't know...
March 23, 2012 at 1:00 pm
I have used that key to ascertain instances of SQL Server installed on the PC, mine just says "SQLEXPRESS" & "MSSQL10_50.SQLEXPRESS" as the Value Data. Maybe I am getting ahead...
March 22, 2012 at 4:23 pm
Sorted ... mySQL = key.GetValueNames().First();
gary.p.heath (3/22/2012)
RegistryKey key = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Microsoft...
March 22, 2012 at 1:35 pm
Hi GSquared, thanks for your reply ... I guess that wherever I get the information from is fine, especially at the moment when I am still at the bottom of...
March 21, 2012 at 1:26 pm
Lowell, you have made more sense and taught me more in the past hour than I have been able to learn in the past week over at CodeProject.com !!! Why...
March 20, 2012 at 9:18 am
Again, thank you Lowell ... having read and discussed a lot about VS2010 & SQL Server, I, too, think that there are way too many variables in areas of the...
March 20, 2012 at 8:47 am
OK, thank you, that makes sense.
No, my program is a Windows Form with multiple Tabs that allows the user to update the database (yearly maintenance) and then process the data...
March 20, 2012 at 8:10 am
It certainly seems that VS2010 gets its knickers in a twist when you add a New Database within the Project and then use the Debug routine.
I have resolved this now...
February 14, 2012 at 9:57 am
It's not SQL Server ?!? This is some learning curve I've got myself into !!!
OK, thanks, I'll obviously leave the question open, there are so many similar questions on the...
February 13, 2012 at 3:17 pm
Viewing 14 posts - 1 through 14 (of 14 total)