Dear Oracle Professionals, How are you doing ! I represent Zend Consulting Services, a premier Executive Search Firm specializing in IT and BFSI providing...
I was having problem with using OField's GetServerSize() of the OO4O class library. It's returning size 0 for some CHAR fields; noticably for fields that were...
I will be out of the office starting 02/05/2005 and will not return until 02/19/2005. I am travelling on an official assignment from 6th Feb 05 to 19th feb...
Murali Venkataraman
muralive@...
Feb 5, 2005 2:36 pm
1659
... Regards, Kiran VJ *********************************************************************************** Information contained in this email message is...
Hello All, I need some help with this object OO4O, i´m developing a huge financial application using this OO4O with ASP. They made connections and queries ......
Cesar Mateus
cesar.mateus@...
Feb 22, 2005 8:01 pm
1661
Its hard to know how to fix it if you don't know where the software is making the error - or actually seeing the code itself. If you are developing it in...
Dustin, I´m develping with VBSCRIPT in ASP. But this part of the system is a quite simple, just a simple insert. I tried make some debug and nothing. Some...
Cesar Mateus
cesar.mateus@...
Feb 22, 2005 9:13 pm
1663
Please do post the code. ... From: Cesar Mateus To: oo4ole@yahoogroups.com Sent: Tuesday, February 22, 2005 1:13 PM Subject: RES: [oo4ole] ASP with OO4O -...
Como Vay? From My experience try the code in VB 6.0first you will get a better error description. Also Make sure the error is not in the SP(run the SP in toad...
Hi there, The C0000005 exception is "Access Violation" exception. Check to see if your code access a null pointer somewhere. Is this bug reproducible? If so, ...
_____ De: Ofer Gal [mailto:ofergal@...] Enviada em: terça-feira, 22 de fevereiro de 2005 20:46 Para: oo4ole@yahoogroups.com Assunto: RE: [oo4ole] ASP...
Cesar Mateus
cesar.mateus@...
Feb 23, 2005 4:08 pm
1667
Dear Tri, I´m developing in ASP i believe "null pointer" cant happen in vbscript. ... De: HuuTri Le [mailto:huutrile@...] Enviada em: quarta-feira, 23...
Cesar Mateus
cesar.mateus@...
Feb 23, 2005 4:18 pm
1668
Dustin, I got a function that made all work to connect and create the ORADYNASET. Our SP return a REF CURSOR with all information that i need. (n) columns ...
Cesar Mateus
cesar.mateus@...
Feb 23, 2005 4:28 pm
1669
Dear all What is the best way of writing the following statement using OO4ole INSERT into TAB1 values(1,"AMIT",23,"Hello") assuming that there are 4 fields in...
You can use Open. Records are only fetched if you repeated call MoveNext(). _____ From: Amit Dhawan [mailto:amit_dhawan@...] Sent: 01 March 2005...
Adrian Capp
a.capp@...
Mar 1, 2005 2:27 pm
1671
In order to eliminate much of the overhead associated with opening a dynaset with a select statement, you can construct your Select statement so that is always...
Maybe the trappable can occur in database level, some SP can generate an error ??? If I made an EXCEPTION in SP with conditional "OTHERS" can i see the error ?...
Cesar Mateus
cesar.mateus@...
Mar 2, 2005 6:23 pm
1675
Anyone have any idea about this error ? Active Server Pages error 'ASP 0240' Script Engine Exception /iisHelp/common/500-100.asp A ScriptEngine threw expection...
Cesar Mateus
cesar.mateus@...
Mar 3, 2005 4:47 pm
1676
Anyone have any idea about this error ? Active Server Pages error 'ASP 0240' Script Engine Exception /adm/CombustivelDO.asp A ScriptEngine threw expection...
Cesar Mateus
cesar.mateus@...
Mar 3, 2005 5:20 pm
1677
Dear Friends, I´ll try to make na DatabasePool putting the object in GLOBAL.ASA but didn´t work !!! <OBJECT RUNAT="Server" SCOPE="Application"...
Cesar Mateus
cesar.mateus@...
Mar 3, 2005 8:05 pm
1678
we have <OBJECT RUNAT=Server SCOPE=ApplicationID=OraSession PROGID="OracleInProcServer.XOraSession" VIEWASTEXT></OBJECT> then OraSession.CreateDatabasePool...
Yep ! Cause when CreateObject works well ! Server.CreateObject("OracleInProcServer.XOraSession") Att. _____ De: Ofer Gal [mailto:ofergal@...] Enviada em:...
Cesar Mateus
cesar.mateus@...
Mar 4, 2005 11:12 am
1680
And <OBJECT RUNAT=Server SCOPE=Application ID=OraSession PROGID="OracleInProcServer.XOraSession" VIEWASTEXT></OBJECT> does not? Cesar Mateus...
Hello All, I need reinstall OO4O but i found in ORACLE Website the object standalone, i have to install the client software to use the object or i can install...
Cesar Mateus
cesar.mateus@...
Mar 4, 2005 7:06 pm
1682
Now It´s working ! I recreated the virtual directory and restart the IIS ....... and .... But mine ethernal problem ... with TRAPPABLE continue .... in some ...
Cesar Mateus
cesar.mateus@...
Mar 4, 2005 8:06 pm
1683
Hi! Group, I have Oracle 8i installed on my computer.i want to delete the data from the table.it seems to be very simple, but what I want is that , table name...
you want the table information ? SHOW CREATE TABLE - this will return the table outline but DROP TABLE will kill the table ... From: barjeshforyou To:...