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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1530 - 1559 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1530
In trying to migrate an ASP application from NT server 4.0 to W2k server we find that the Externaly defined login isn't working properly. For some reason, the...
Mark Simone
msimone68
Offline Send Email
Apr 2, 2003
1:54 pm
1531
Have you tried using Active Directory Services to manage your Oracle security? This will provide you a single-sign-on feature....
louie_medina
Online Now Send Email
Apr 2, 2003
3:49 pm
1532
Greetings to all, I'm running into errors with the "OracleInProcServer.XOraSession" object unable to be created/instantiated in the asp global.asa file using...
man95002
Online Now Send Email
May 14, 2003
2:58 pm
1533
Hi All, I am facing problem while reading data from a Long Raw column using Oracle Object for OLE 8.1.7.3.15. Problem description: There is a column in the...
rama krishna
svrkrishna
Offline Send Email
May 16, 2003
2:50 pm
1534
Iam using VB6.0 and OO4O. Iam using the following code and Iam getting the runtime error:429. Appreciate if somebody can help with this: Option Explicit ...
syaramaka
Offline Send Email
May 27, 2003
6:46 pm
1535
Hi, Can any one tell how to run an stored function from C++ with 2 or more IN parameters (without any OUT parameters), and Returned value as Array of Numbers ...
Nagarjuna
nagarjuna@...
Send Email
May 31, 2003
1:42 pm
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
Offline 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
Messages 1530 - 1559 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