- Farewll ATL - Hello MC++
Hey,Am I the only one who's finding mc++ a very nice way to write objects fordotnet?--Ice Z - Straight Outta Redmond...
- how to transfer time from datetime coloumn to another coloumn
Hello Guys,I have a datetime coloumn, i want to extract time only this coloumn andsave this time only to another coloumn in the same table.I am new to asp.net..thanks.....
- How easy is it to store DB connection strings in ActiveDirectory instead of web.c
You could do this. You'd probably still want to encrypt any private datathat you don't want to be available to the general public, but it ispossible to store this data in AD and retrieve it via LDAP.The trick is where you would put the data. The default schema doesn't havea natura...
- GoDaddy Help
I have problems in trying to connect to access database in GoDaddy web hosting. Anyone using GoDaddy?How do I write in the web config to connect to the access database? GoDaddy is using DSN connection.Can someone advice me. ThanksChankl78...
- Calling .NET class library from VC++ 6.0
Hi,I have created a class library in Visual Studio .nET 2003. I can callclasses from this library using VB6 by using tlbexp to create a tlb file andregasm to register the .dll file created for my class library. This worksgreat. Is there a way I can call classes in my .dll file from MS VC++ 6.0?T...
- fucntion share among different project
Dear allI have written a fucntion and would like to share it among different c# project in same solutionHow to do it?Thx...