- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
Hi all I have a heap corruption problem in getting STL containers data through OCCI methods . For instance if i do an assignment of this type [code] while(rs->next() ) { SRecord r; '' struct object r.PDM_APPLICATION_NO= rs->getString(1); r.PDM_FIRST_NAME=rs->getString(2);; //Error Heap Corruption r.PDM_LAST_NAME= rs->getString(3); r.PDM_F_FIRST_NAME= rs->getString(4); }[/code] I use Visual … | |
Hi all, I am working on vs2005 (vc++8). I have created one dll in vs2005(vc++8), in that we have one function which returns "std::string" . when i load this dll in another vs2005(vc++8) application and call the function which returns "std::string", we get following error: Windows has triggered a breakpoint … ![]() | |
hi , I am working in aps.net website using c#. I develop one site this site after 3 hrs wiil be lost or some application level exception occur . To solve this problem we have to manually restart the worker process. My question is How to restart the worker process … | |
hi , I am working in aps.net website using c#. I develop one site this site after 3 hrs wiil be lost or some application level exception occur . To solve this problem we have to manually restart the worker process. My question is How to restart the worker process … | |
I'm getting the following exception "ORA-24960: the attribute OCI_ATTR_USERNAME is greater than the maximum allowable length of 255" when using Environment:createConnection. I'm using VisualC++ 8.0 and Oracle 10g R 10.2.0. Below is the snippet of code that creates the problem:[code] #include <iostream> #include<occi.h> using namespace oracle:cci; using namespace std; try{ … | |
Hi , I'm using oracle 10g and vc++ 8 .Net 2005. Can anyone help me out in loading oraocci10.dll dynamically. when applcation run that time "This application has failed to start because oraocci10.dll was not found. Re-installing the application may fix this problem." popup display. I also copy oraocci10.dll ,oci.dll,oraocci10.lib,oci.lib … |
The End.