Search the web
Sign In
New User? Sign Up
oo4ole · Oracle Objects for OLE (OO4O) Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1536 - 1565 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1536
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 ...
simonz1997
Offline Send Email
Jun 2, 2003
2:00 pm
1537
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]...
Nguyen Huy Phan
nhphan2001
Online Now Send Email
Jun 2, 2003
2:06 pm
1538
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....
simonz1997
Offline Send Email
Jun 2, 2003
5:58 pm
1539
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) ...
Shiju Thomas
shijuthomask
Offline Send Email
Jun 2, 2003
6:08 pm
1540
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@...
Send Email
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...
simonz1997
Offline Send Email
Jun 2, 2003
6:42 pm
1542
Hi All, Can anyone write me the code using OO4O for the below ADO code ' Comments : This function executes the plsql , the pl/sql that is to be...
Ritu
ritu_1357
Offline Send Email
Jun 6, 2003
3:49 am
1543
check the below site. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdaexamples_vc03.asp Regards, Rajashree ... ...
Rajashree Sudarshan
rajjurao
Offline Send Email
Jun 9, 2003
1:10 pm
1544
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@...
Send Email
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...
xia_sanjose
Offline Send Email
Jun 9, 2003
10:04 pm
1546
... From: "nagesh govindaiah" <g_nagesh100@...> To: <oo4ole@yahoogroups.com> Sent: Friday, June 20, 2003 11:46 AM Subject: OIP:4117 Errors...
Steve C Chapman
scc14433
Offline Send Email
Jun 22, 2003
11:03 pm
1547
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...
nagesh govindaiah
g_nagesh100
Offline Send Email
Jun 23, 2003
2:43 pm
1548
Hi, What is 'sql' in this code? Set rs=OraCreateDynaSet(Conn,OraDatabase,sql) Regards, Uzma Aman ... From: "nagesh govindaiah" <g_nagesh100@...> To:...
Uzma Aman
uzaman5
Offline Send Email
Jun 23, 2003
2:53 pm
1549
Hi Aman, The sql in the code is select * from user_group. Thanks in advance, Nagesh ... __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now...
nagesh govindaiah
g_nagesh100
Offline Send Email
Jun 23, 2003
5:32 pm
1550
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...
Uzma Aman
uzaman5
Offline Send Email
Jun 23, 2003
5:52 pm
1551
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...
nagesh govindaiah
g_nagesh100
Offline Send Email
Jun 23, 2003
6:44 pm
1552
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 govindaiah
g_nagesh100
Offline Send Email
Jun 23, 2003
6:56 pm
1553
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. ...
louie_medina
Online Now Send Email
Jun 23, 2003
9:00 pm
1554
Louie, Changing the cursor type to explicit updatable didn't help fix the error. Thanks, Nagesh ... === message truncated === ...
nagesh govindaiah
g_nagesh100
Offline Send Email
Jun 24, 2003
5:10 pm
1555
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...
senthil_sivasubramanian
senthil_siva...
Offline Send Email
Jul 7, 2003
11:19 am
1556
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@...
Send Email
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...
GROUT, Julien
squickattack
Offline Send Email
Jul 7, 2003
11:49 am
1558
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...
Senthil Sivasubramanian
senthil_siva...
Offline Send Email
Jul 7, 2003
12:09 pm
1559
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...
senthil_sivasubramanian
senthil_siva...
Offline Send Email
Jul 8, 2003
7:35 am
1560
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...
senthil_sivasubramanian
senthil_siva...
Offline Send Email
Jul 11, 2003
10:07 am
1561
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...
hip hop
HIPHOP_AB
Offline Send Email
Jul 21, 2003
10:10 am
1562
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...
Ofer Gal
ofergal
Offline Send Email
Jul 21, 2003
10:24 pm
1563
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...
zycmy6103
Offline Send Email
Jul 23, 2003
4:14 pm
1564
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...
zycmy6103
Offline Send Email
Jul 23, 2003
4:15 pm
1565
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...
zycmy6103
Offline Send Email
Jul 24, 2003
3:53 pm
Messages 1536 - 1565 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help