Dear Oracle CRM Guru, I represent Zend Consulting Services, a premier Recruitment Solutions organization specializing in IT and Senior Level placements. Our...
Dear Broadvision Consultant, I represent Zend Consulting Services, a premier Recruitment Solutions and Executive Search firm specializing in Information...
Dear Oracle Apps Consultant, How are you doing !! I represent Zend Consulting Services, a premier Recruitment Solutions organization. We specialise in IT and...
Dear Oracle Apps DBA, I represent Zend Consulting Services, a premier Recruitment Services Organization specializing in IT and Senior Level Executive Search...
Dear Oracle Apps Consultant, How are you doing !! I represent Zend Consulting Services, a premier Recruitment Solutions organization. We specialise in IT and...
MessageThis member has been banned. OO4OLE Moderator ... From: Anthony Ballo To: oo4ole@yahoogroups.com Sent: Thursday, March 27, 2003 12:56 PM Subject: RE:...
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...
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...
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...
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 ...
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@...
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 ...
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...