I´ve been using it with Delphi where it´s also necessary to work directly with the interface. ... __________________________________________________ Do You...
Here is the testing code I created. The table I try to insert data into has the following definition: ERRORNUM Float DESCRIPTION VARCHAR2(1000) ERRORDATE...
Here is the testing code I created. The table I try to insert data into has the following definition: ERRORNUM Float DESCRIPTION VARCHAR2(1000) ERRORDATE...
How to print the Memo Field in VISUAL BASIC 6.0 DATA REPORT. I need it very urgent, please help in this regard. I tried to print the memo field in DATA REPORT...
Quick question -- Should I not try using GetRows to return a CLOB column? (I'm just trying to retrieve one row, one column.) When I try, I retrieve a blank...
I did it by creating a class module that created an empty ADO recordset, appended the fields I needed to the ado recrodset and then copied data over from an...
Trask, Todd (ELG/EGL)
ttrask@...
Jun 11, 2002 12:33 pm
1403
Hi , see i've a big prob in my VBA.a word object is generated which opens a file on a listbox's click.but if the word application document is closed and i try...
Hi All, Has anyone compaired ADO and Oracle Objects (Specially for record locking) I found with ADO record locking is not working for Oracle database so I used...
Greetings, We had evaluated ADO and VB OO and what we found was that OO was about 3 times as fast. This is to be expected, since 00 talks directly to the ...
William Boatman
wboatman@...
Jun 15, 2002 1:43 pm
1407
Hi William Boatman, Thanks for the mail. We have all the things you have mentioned. Still it is slow. Is there any other method that can be used instead of ADO...
Greetings, Lets see, Microsoft has stopped pushing ODBC, and last time I used Oracle's ODBC driver there was a 2k limitation on the SQL that was passed into...
William Boatman
wboatman@...
Jun 17, 2002 12:39 pm
1409
Hi I am using OO4O and trying to delete records from recordset, but it is giving error because of default lock. Dim odnDynaset As oradynaset Set odnDynaset =...
Hi I am using OO4O and trying to delete records from recordset, but it is giving error because of default lock. Dim odnDynaset As oradynaset Set odnDynaset =...
Greetings, 0& is the numeric value equivilent to opening a cursor that is scrollable in both directions, and that sets a lock on the current record. It is the...
William Boatman
wboatman@...
Jun 19, 2002 12:46 pm
1412
Hai all !! I have done a application using VB 6.0 with MS Access DB. Here, the DB will be in the server and it will be accessed by VB Exe file in Multiple...
Where exactly are you using OO4O? ... Hai all !! I have done a application using VB 6.0 with MS Access DB. Here, the DB will be in the server and it will be ...
eric.mccraw@...
Jun 20, 2002 12:03 pm
1414
Hi, I want to create an intranet with IIS 4.0 (HTML + ASP+VB Script) and an Oracle database 8.1.7. In terms of implementation the IIS server and database...
CREATE OR REPLACE PROCEDURE ATUALIZACAMPOPAGOSGCILA (contrato IN VARCHAR2, periodo IN DATE, NumeroErro OUT VARCHAR2, NomeErro OUT VARCHAR2) AS CURSOR c1...
Please help me, I don’t know is it convenient to ask this kind of question in your group but I will be really thankful if someone help me. I need to connect...
try this: <% Response.ContentType="application/xml " %> <?xml version="1.0"?> <dbExample> <% Dim OraSession Dim OraDatabase Dim strSQL Dim rs_RecordSet ' Make...
OO4O has to match the version of the client you have installed. The server version is almost irrelevant. Regards, Mark Tomlinson ... ...
Mark Tomlinson
marktoml@...
Jun 23, 2002 3:24 pm
1421
Thank u. I installed client with the the same version OO4O. Client version is 8.0.5. In Vb debug mode, oradc raise an automation error, but in compiled...
Hi All, We have Oracle 8i client and Oracle 8.0.5 server. We are using oo4o 3.0 version. We have NT server and Windows 2000 professional as client. As you can...