Hello, I have the following types defined in Oracle: TYPE rec_inv_flex_col_details IS RECORD (ita_attrib_name nm_inv_type_attribs.ita_attrib_name%TYPE ...
Hi! this is pritam. I am doing a program in C++. But i am facing the coding problem. Here is the attachment. If you know how to code this please send me coding...
... From: andro hutson To: oo4ole Moderator Sent: Thursday, August 21, 2003 11:17 PM Subject: Looking for help to solve the c++ coding Hi! this is pritam. I am...
Thanks for the reply. Yea, thats what I thought too. I re-installed and downloaded the latest version and I still get the same thing. ... Yahoo! SiteBuilder...
I will be out of the office starting 08/28/2003 and will not return until 09/08/2003. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Sep 4, 2003 6:04 am
1575
I'm doing an array update using OO4O. Let's say I'm updating 1000 rows in a table, and it fails. How do I figure out *which* of the 1000 failed? I assume it...
Hi All; I have a package which is already installed on ORACLE side. this packages could run in a certain mode where it prints information as it goes on doing...
In this situation do I need to close the OParameter and OParameterCollection? Thanks for your help. ODatabase odb; OParameterCollection opa_Map; OParameter...
I would like to find out how I can bind a BLOB field as one of the parameters to an INSERT statement to be passed to an ExecuteSQL call? I was trying to use...
I was having some major problems selecting fields from two different tables with identical field names. e.g. SELECT A.Name, B.Name from TABLE1 A, TABLE2 B...
I will be out of the office starting 10/23/2003 and will not return until 10/27/2003. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Oct 24, 2003 6:02 am
1583
=================================================================== To post a message, send email to: oo4ole@yahoogroups.com To subscribe, send an email to:...
I thought that this is how it is supposed to work. I have seen a similar thing with ODBC. I think its to do with binding the data to the columns in the...
jim.markham
jim.markham@...
Oct 24, 2003 9:49 am
1585
... have ... I'll strongly disagree. If you have 2 tables and want to link them together, having the field be the same name makes a lot of sense. For example:...
Does any know how to use Oracle Data Control in VB.NET? I can add this active control to the toolbox and then add to the form. But i cannot figure out how to...
Hi, I'm just starting with OO4O (VB6) and I got problems I don't understand : DB Context : 1 table 'EMP' + 1 table 'ALIAS' where 1 EMP can have several...
Greetings How can I create an MS Access table from an Oradynaset in VBA? An Oradynaset is an Oracle Object for OLE (OO4O). I have a VBA module that connects...
... an ... Hi, I don' know how to create one neither. However, I use a trick of appending data to an existing Access table. If you are interested in it. Let...
Maybe using two connection.... like this: ' conn1: connection to OO4O ' conn2: connection to MSAccess ' rs_recordset: the query to OO4O Do while not...
Hi, Yes, I used 2 connections but executing SQL string. I set conn2.rs.field.value = conn1.fields.value in a subloop of field numbers of conn1.rs_recordset...
hi there i want all the selftest softwares of oracle 9i developer track, in return i can give the selftest softwares of oracle 9i dba track, kindly email me at...
... From: don don To: oo4ole-owner@yahoogroups.com Sent: Sunday, March 21, 2004 7:06 AM Subject: How do i cast a number(oracle type) to a an int. When i cast...
hi, I'm trying to let the user download an exe file stored in a blob in oracle database. Everything but the filename works fine. When the save as dialog shows...
Hi all.... I'm new to this group. I hope I could participate actively with it. At first, I will do with a question: Programming language: Visual C++ 6.0 ...