Has anyone had any success using OO4O and VB.NET? If so could you post some code samples? I'm getting a casting error in the following code which extracts a ...
Use Microsoft .Net driver for Oracle available at m$ site ... From: simonz1997 To: oo4ole@yahoogroups.com Sent: Monday, June 02, 2003 9:00 PM Subject: [oo4ole]...
Tried the .NET driver from Microsoft, but Microsoft has crippled Vb.NET Standard Edition so it only can use the two Microsoft Databases, SQL Server and Access....
Hi, Oracle is providing different set OLE Data Provider for the .NET people. As I knew from the Oracle Magazine, this provider (ODP - Oracle Data Provider) ...
Hope this helps ..... Source: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm l/cpconadonetproviders.asp .NET Framework Data...
Bennett, Jackson
Jackson.Bennett@...
Jun 2, 2003 6:11 pm
1541
I believe that I have the oracle data provider installed correctly. Here's what VB is telling me when I use the OracleConnection control to connect to my...
It seems the MSDN ref. is Covering "Filter and RecordCount Properties Example (VC++)" but not the actual conversion (ADO to OO4Ole) of the below VB code given...
Nagarjuna
nagarjuna@...
Jun 9, 2003 1:29 pm
1545
$600 Honorarium for an 8-hr Usability Session THIS ACTIVITY IS ONE TIME ONLY. We are seeking programmers and DBAs in the San Francisco Bay area to participate...
Hi All, This is the error message I am getting: Oracle Automation error '800a01b8' OIP-04117: Not an updatable set I am using the dynaset method to connect to...
Hi, What is 'sql' in this code? Set rs=OraCreateDynaSet(Conn,OraDatabase,sql) Regards, Uzma Aman ... From: "nagesh govindaiah" <g_nagesh100@...> To:...
Hi Aman, The sql in the code is select * from user_group. Thanks in advance, Nagesh ... __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now...
Hi Govindaiah, What are u actually trying to do with this code? What I understand is you are updating a record in a 'user_group' table. Correct? So I think you...
Hi, I am creating a cookie using this information from the user. We are updating the cookie information if the user visits the site again, if not create...
Hi Aman, This piece of code is working just fine with Oracle 7.x drivers. This problem is occuring when we upgraded to Oracle 8i infact Oracle 8.1.1.7 version...
Nagesh, in 8i, i believe the default cursor type is forward only, read only cursor. which means, you have to explicitly specify an updateable cursor type. ...
Hi I am using the "oraclm32.lib" for accessing the Oracle AQs. I have faithfully followed the sample code present in "ORA_HOME\oo4o\CPP\WORKBOOK\AQ" for both...
It looks to me like you are missing the deletes after the closes:- delete o_message; delete o_queue; delete o_database; Regards Adrian ... From:...
Adrian Capp
a.capp@...
Jul 7, 2003 11:41 am
1557
That's right you have to liberate the memory you allocated during creation of oo4o's objects. ... De : Adrian Capp [mailto:a.capp@...] Envoyé : lundi...
Hi Thanks for the reply. No. That's not the case. I do indeed have the deletes after the closes. But the point is that my App is designed to run continuously...
Hi When I enqueue to the AQ using oraclm32.lib, sometimes I catch the foll. Oracle exception: 8208=[Enqueue error in AQ object, OIP-04997: Error creating AQMsg...
Hi If there is some other forum which is more relevent for posting questions concerning OCI please let me know. Anyway my question is: I have written an app in...
hi; i'm having trabel to veiw the one table throw dba studiw ; what i did is i left to table Data Editor so it has open one screan to select 1. Display All...
We had 8i clients quering 8i and 9i databases with AMERICAN_AMERICA.WE8ISO8859P1 characterset working fine Now we upgraded to 9i client and new oo4o and the MS...
Hi When I am using oraclm32.lib in 9i, and the app is running 24hr/day, I catch an exception on ...... ole32, let my app crash. Can someone point out how to...
Hi When I am using oraclm32.lib in 9i, and the app is running 24hr/day, I catch an exception on ...... ole32, let my app crash. Can someone point out how to...
Sorry, I think I didn't describe the problem clearly. I am using OLE in my application, server side. In client I send a message to server side , call a stored...