why don't you rely on occurence of special character.if it more than one,don't replace. simply if-else case.. cheers!!! Vatsa www.objectiveprogramming.com
rana ray
Posts
-
Oracle: Replace single occurrence of a character -
career Sql developerwell, It is also a good option and later on you can master other skills as well like SSIS,SSRS etc.. regards Vatsa www.objectiveprogramming.com
-
Transfer DatabaseIs it resolved now? regards, Vatsa www.objectiveprogramming.com
-
Menu items disabled but appear enabledIs it solved now? regards Vatsa www.objectiveprogramming.com[^]
-
VS2010 CLR double to String, String to double MSVC/C++ methods?Did you try to find out on MSDN? regards, Vatsa www.objectiveprogramming.com
-
ADO 2.8 working Asynchronously in C++Did you try below link as well: http://social.msdn.microsoft.com/Forums/eu/sqldataaccess/thread/a262abdf-4516-45c6-8065-8203ca29977f[^]
regards, vatsa www.objectiveprogramming.com
-
DLL Not getting registeredAs told be wes there might be dependecies attached to your dll,try to find out them or you might using any old dll in your master dll which has not be renewed on that machine. Let me know if problem still persists. One more thing, did you migrate this dll?
regards, Vatsa www.objectiveprogramming.com
-
Format double precisionHi, try doing sTemp.Format(_T("%0.08f"),dbl); regards, vatsa www.objectiveprogramming.com
-
Need to call VC++ 9.0 window service in VC++ 6.0.I can tell you the actual thing, I need to create a window service in VC++ 9.0 which contains database operations and i will call it from VC++ 6.0 COM dll. I am wandaring how to call a window service from VC++ 6.0? Need help on this.
-
Need to call VC++ 9.0 window service in VC++ 6.0.Hi, Can someone tell me how to call window service created in VC++ 9.0 in VC++ 6.0?
-
convertion vc6 to dotnet2008did you solve it or not? I am into same kind of project and need help.
-
Need a solution.Hi Guys, I need to call a com dll from another com dll.First com dll would be in VC++ 6.0 and second would be in VC++ 2008. This First Com Dll would call VC++ 2008 com dll. Going further I need to create a VB6.0 client to call vc++ 6.0 com dll. I tried it but facing problem while calling VC++ 2008 com dll from VC++ 6.0 com dll. Do you guys have a solution for this. or simply tell me how to call a com dll from another com dll? I think this will do the needful. regards, .......
-
Another DLL problem.Hi, I have written a win32 dll in VC++ 2008. I am calling this DLL from VC++ 6.0 com dll.this com dll has vb exe as client. when i am calling running prog through com dll everything working fine, however, when i try to run through vb output is not coming neither any error. can someone suggest me what's wrong with the application? however same vb exe is working through com dll. Any guess?
-
Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0)As there are 2com dll. I am using one com dll to import other. so in first one i have used cocreateinstance to instantiate my vs 2008 com dll.
-
Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0)It is throwing compilation errors. Not identifying Interface identifier.
-
Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0)yes it is accessible.
-
Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0)remember I am calling a dll from another dll. my vs 6.0 com dll is not identifying VS 2008 com dll's interface. I have included my vs2008's _i.c file and header file as well in my VS 6.0 com dll. Is there any other things which i need to do? sharing code is not possible for me as of now.
-
Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0)Hi All, I am facing problem while calling a COM DLL built in visual studio 2008 VC++ from a COM DLL built in visual studio 6.0,VC++. Can someone tell me how to call this DLL from VS6.0 dll? DO you have any practical example? Please share. regards, Vatsa
-
Calling a VS2008 DLL from VS 6.0 dllHi, Is it possible to call a visual studio 2008 dll from VS6.0 dll? I am using VC++. If you guys have some information regarding this, please let me know. regards, Rana