Search the web
Sign In
New User? Sign Up
oo4ole · Oracle Objects for OLE (OO4O) Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1282 - 1311 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1282
hii all, I want to retrive limited number of data from a large amount of data.I am using oracle database and OO4OLE for connection from my asp page. I would...
gtmathew
Offline Send Email
Jan 7, 2002
12:07 pm
1283
hi all, i just saw the query which was posted by one of the members about inserting image in the database.i am just trying to insert the image directly in the...
pall29k
Offline Send Email
Jan 17, 2002
5:54 am
1284
Hi Pallavi Let me know what tools u r using. Regds Mahesh Sethuraman Wellington House, 273 - 275 High Street, London Colney, St Albans, Herts, AL2 1HA Tel:44...
Mahesh Sethuraman
sxmahesh
Offline Send Email
Jan 17, 2002
9:53 am
1285
Greetings, Use this link cuz I asked Tom Kyte Oracle Corp. about that problem and he replied me. ...
Fahim Ahmed
fames28@...
Send Email
Jan 17, 2002
10:12 am
1286
Hi, i heard about a product(not from Oracle), that can replace OO4O. Any Ideas ? Kind regards Marco Patzwahl...
mpatzwah
Offline Send Email
Jan 18, 2002
7:14 am
1287
I know Oracle 9i comes with OCCI which is a C++ Classs Library version of the OCI. One feature in OO4O that you rarely find in other similar Oracle products is...
Adrian Capp
a.capp@...
Send Email
Jan 18, 2002
9:25 am
1288
I believe that ODBC is the main alternative to OO4O. ... -- Ken Sutherland J-MAC SYSTEM, INC. 81+11-726-6262 ken@... http://www.j-mac.co.jp...
Ken Sutherland
ragbag99jp
Offline Send Email
Jan 21, 2002
6:22 am
1289
I have some llama questions regarding OO4O. Can anyone point me to a good FAQ? The online docs aren't all that helpful. Just a teaser: I'm trying to test my...
erichnewell
Online Now Send Email
Jan 24, 2002
7:04 pm
1290
Hello I would appreciate some advice on increasing the speed of processing fields from an Oracle Database. I have a client\server situation and I require the...
jero_43
Offline Send Email
Jan 25, 2002
12:46 am
1291
Probably the best thing you could do is use 'GetRows' instead of MoveFirst/MoveNext. GetRows just puts the entire recordset into an array, and moving through...
Sam Berlin
thenplay
Offline Send Email
Jan 25, 2002
1:19 am
1292
Hi, Could someone explain to me how to use the following OraDataBase's method CreateCustomDynaset (SQL, Options, sliceSize, PerBlock, Blocks, FetchLimit,...
Xxxxxxxxxxx Emmanuel
man69fr
Offline Send Email
Jan 25, 2002
8:56 am
1293
I don't know, but it should be slightly faster or lesser slow. But I think you're expecting another kind of suggestion. With Dynaset For i = 0 To Fieldcount -...
yo_la_tengo@...
kem01br
Offline Send Email
Jan 25, 2002
10:24 am
1294
Have you considered doing the concatenation at the server end? If each row returned was just one field rather than 12 there would be less to do in the loop. ...
Jim Markham
jim.markham@...
Send Email
Jan 25, 2002
5:40 pm
1295
There is no need for you to execute the "Set Field = Fields(i)" command in the 2nd "i" loop inside the process of the rows in the dynaset. First, this is an...
doug.boling@...
Send Email
Jan 28, 2002
1:39 pm
1296
This should be considerably quicker: Private Session as OraSession Private Database as OraDatabase Private Dynaset as OraDynaset Private Fields as OraFields ...
Tennett, Eric R.
etennett
Offline Send Email
Jan 28, 2002
8:09 pm
1297
hi, i am creating an module which will generate Storedprocedure for Oracle table using VB. I write the Storeprocedure in VB and i need to store it in Oracle. ...
purushoth_t
Offline Send Email
Jan 29, 2002
7:12 am
1298
1. I have been recently asked to check and improve the performance of a Vb dll, which is used in a web application. The person who designed the application has...
trevornews
Offline Send Email
Jan 29, 2002
8:44 am
1299
I'd imagine whichever SQL statement you use to generate procedures through SQL Plus would work just as well within VB, just use the 'execute' method, and know...
Sam Berlin
thenplay
Offline Send Email
Jan 29, 2002
10:24 am
1300
1) If you have lots of visitors, it's probably better not to store the connection in your session object. This is because each new visitor will cause the...
Sam Berlin
thenplay
Offline Send Email
Jan 29, 2002
10:33 am
1301
Thanks To Fabio who informed my of the slow speed of the '&' operator. Using an adapted StrConcat function I improved performance by a further 26 seconds. ...
jero_43
Offline Send Email
Jan 30, 2002
8:08 am
1302
... Of course it does -- or atleast the latest version does (I'm using 3.11). 'assuming a database pool has been created in the OraSession variable dim...
Sam Berlin
thenplay
Offline Send Email
Jan 30, 2002
10:10 am
1303
Just to know.. why don't you use a view to return you a single field already concatenated, instead of cycling through all the fields in the for..next loop? ...
Daemon@...
xrook
Offline Send Email
Jan 30, 2002
1:28 pm
1304
I don't know if it would work but it should be worthy a try... The server machine probably is better than the client one. Probably, I don't know, Oracle may...
yo_la_tengo@...
kem01br
Offline Send Email
Jan 31, 2002
1:34 am
1305
Latest News :-- #9658;Because of lots of requests, the exam rates are slashed drastically Check the rates at the end (MCSE pack & CCNA +CCNP pack for as low as...
vicky s
vicky75_vicky
Offline Send Email
Jan 31, 2002
5:41 pm
1306
Thanks to all the people giving me ideas... To Sam Berlin... it turned out I had an old version of 0040 and hence I had no GetRows method. I have since...
jero_43
Offline Send Email
Feb 1, 2002
2:01 am
1307
... Subject: Re: Welcome to oo4ole Date: Thu, 31 Jan 2002 14:21:14 -0800 From: "Lazar Milicevic" <lazzarom@...> To: "oo4ole Moderator"...
Steve Chapman
scc14433
Offline Send Email
Feb 2, 2002
3:18 am
1308
I have Oracle 8 personal edition and OO4O. But I don't seem to have a documentation of properties and methods of the objects. Can someone tell me what...
ct_hiker_99
Offline Send Email
Feb 8, 2002
3:17 am
1309
Can you use oo4o with personal edition? I haven't heard anything either way, though I'd tend to guess 'no'. I'd be interested to know if its possible. Sam ...
Sam Berlin
thenplay
Offline Send Email
Feb 8, 2002
3:56 am
1310
I have OO4O apps running against personal oracle on my laptop with no difference or problems at all. Works very well. Regards, Todd Trask MicroEase Ltd. ... ...
Trask, Todd (ELG/EGL)
ttrask@...
Send Email
Feb 8, 2002
12:52 pm
1311
Look for the help file that installs with OO4O; it contains all the documentation. You should have a shortcut to it from your start menu if OO4O is correctly...
Mark Tomlinson
marktoml@...
Send Email
Feb 9, 2002
2:48 pm
Messages 1282 - 1311 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help