Hi all, Is there any GetRows() function available in ODynaset object of OLE C++ class libraries???.. I am using 3.15.0.0 version of oo4o... If not how to...
I use this code: ores = dyn.Open(datab, ssql); if (ores != OSUCCESS){ strcpy(error,dyn.GetErrorText()); }else while (!dyn.IsEOF()){ dyn.GetFieldValue(cmp,...
Hi Os., Thanks for the immediate response. In your example you are storing the field value in a OValue object(correct me if i am wrong). But GetRows() will...
Hi. I'm new in OO4O. I just recently replace my vb code from ADO to OO4O and works fine. But how to code it in Delphi.. my old Delphi code using zeos. I am...
You may want to look at ODAC from www.crlab.com This library uses OCI directly to communicate with Oracle and works on Oracle 7/8 & 9. ... From: stanley_cia...
Adrian Capp
a.capp@...
Sep 5, 2002 8:30 am
1465
Avail this golden opportunity Would you like to buy the selftest softwares? I have the following selftest softwares of 9i each available for only $35. 1> New...
Hi, I'm trying use OO4O from asp and can get everything to work except one problem - temp file access error. I gave full permission to iuser and iwam to the...
Enter your vote today! A new poll has been created for the oo4ole group: Do you plan to use Oracle Objects for OLE in future software applications you write? ...
oo4ole@yahoogroups.com
Sep 13, 2002 12:15 am
1469
oracle 9i selftest softwares hello i have the selftest softwares of sql 9i and fundamental-1 9i and want the selftest softwares of fundamental-2 of 9i and...
Dear Oracle Consultant, I represent Zend Consulting Services a premier Recruitment solutions organization catering to IT/Software industry. We deal with some...
Dear Oracle Financials Professional, I represent Zend Consulting Services, a premier Recruitment Solutions organization. At this time we have immediate...
Hello experts, I developed my VB6.0 application with Oracle8i(oo4o 8.1.6) in WindowNT. Later on i copy my application to an another machine with Window xp and...
Xin - Peng
xpeng@...
Oct 3, 2002 3:22 pm
1473
Hi all, I got this error at the line where I am calling a stored procedure from database (Oracle), I don't have any date field in my database and in my code. ...
Hi All, I want name of foriegn table and foreign keys of a table, I have table name only. please help. send me the query. Thanks Lalitesh Kumar ===== Lalitesh...
Hello mate You can do this by running the following select statement, this will show foreign keys on the table you want. You will need to log into the database...
dear friends, I am tryin to install Oracle8i client, it gives an error as "jwre Illigal opration, contact ur programm vendon." What might be the possible...
Hello mate Had this same problem myself and routed it to the JRE, try installing v131 from java.sun.com. This should solve the problem for ya Cheers Graham...
hi members i really need urgent help. i have designed a database application in VB and want to generate dynamic reports (ie reports on dynamic queries) i came...
My VB app allows the user to select which columns they want to see on the report. The crystal report file has formula's rather than fields. Then I just plop...
The following oo4ole poll is now closed. Here are the final results: POLL QUESTION: Do you plan to use Oracle Objects for OLE in future software applications...
oo4ole@yahoogroups.com
Nov 1, 2002 8:32 am
1484
Just a word of advice... It looks as though Oracle may be phasing this out in favor of ODP.Net of the OLEDB provider. There have been no OFFICIAL statements,...
I am using oo4o(oracle9i) in Borland C++ Builder6, I import the oip9.tlb and use the COM interface directly. But there is a strange question for me: When I...
I'm a newbie to Oracle, so please bear with me... I need to query my database using parameters from a VB form. I read over and over that it's poor form to...
Hi, I am trying to extract members of procedure of an Oracle package from visual basic. I tried to use metadata object, but I have to call recursively in case...
I will be out of the office starting 11/08/2002 and will not return until 11/18/2002. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Nov 12, 2002 7:01 am
1489
Is it me or is oo4o very slow to open a database? I'm using ASP>Oracle and instantiating the object using the OraSession way, and OraSession.OpenDatabase is...