-
I need help in c++.
I am learning C programming language. I have interfaced the program with Oracle 7.2 and there are the graphical representations of the Cache memory management. the difficulty is when I am linking the program its giving me an error as to add the user id and password for Oracle and when I add it gives me an error as to DBA rights are not given to this user and then the program is linking .
-
I believe you’re trying to connect with Oracle by ODBC and as you said it’s not accepting the username and the password allocated. Though when you try to logon directly it’s accepting. According to me issue is with the scope resolution as C++ can't seem to fix the scope using ODBC. So what you can do is make a virtual pointer and dereference it directly to the database bypassing other parts.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks