DO I need a local install of oracle for ADO to work on my wrokstation?
At the moment we have all of Oracle siting on the network and simply point the registry and path variables to the network drive no problem.
Now when I try to connect using ado to an oracle database it says "Provider not...
hi.
Sometimes my Windows 2k pc doesn't respond even though there the performance statistics I have gathered tell me that only the system idle process is using 99% of the CPU. Memory usage is normal as well.
What the heck is it doing...?
Anyway I can find out?
I used C++ to gather the info...
Is there an easy code example I could follow for this one from MS?
I just need some one to give me a name so I can look it up.
I need a VB application to call my dll (created in VC++ 6.0).
I have no problem with VB part its only the C++ part.
I have a small example but the error is...
ooohhhh. hey thats a great tip.
I just adjusted my sql statement from
Select OtherTextField from myTable where TextField=:TextFieldVariable;
to
Select NVL(OtherTextField,' ') as Txt1 from myTable where TextField=:TextFieldVariable;
Thanks Ion!
Thanks Ion. I found the root cause.
When in SQL Plus
Select * from myTable where TextField='Dave';
in OCI
Select * from myTable where TextField=:TextFieldVariable;
char TextFieldVariable[9];
sprintf(TextFieldVariable,"Dave");
NO SINGLE QUOTES ON THE TEXT FIELD. One of those frustrating...
I recommend the wrox book linux programming for beginers. it covers the topics you need for this project.
after digesting this book you will be able to do what you want.
D
I want to compile my C program on linux and then run it on Sun Solaris. I created a small + basic application that is just a hello world app but doesn't work.
I forgot the error message but it was something like can't run yourapp.o
any sugestions?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.