Kudos to you, Sam. I had a feeling that there was something about the environment that would resolve my obstacle. Your recommendation has made me a happy...
Hi, I hope somebody could help me, I have this problem; I'm have already an app with vb and oo4o it works fine over an ethernet lan, but when I try to connect ...
Does anyone know why or if ExecuteSQL should return the number of rows deleted by use of a delete from statement. I get a return of 0 (zero) for each delete...
Hello! I`m searching for help or suggestions for the following problem: I want to create in WORD a VBA-Prog. that uploads and downloads WORDDOC`s in ORACLE. ...
I am new to oo4o and am trying to connect to an Oracle8i database. I have downloaded the version for the 8i database. I have extracted the files and installed....
Here is a way for get values from a function in oo4o ' INITIALIZING VALUES ' Your In parameters ObjOraDataBase.Parameters("VARIN1").Value = Trim(MyVBVar) '...
In your method you get the value of the parameter and not the value of the function. Have you managed to get the return value for the function? I have thought...
. Avail this golden opportunity Would you like to buy the softwares by which you can test yourself? I have them for you and have got them at a very cheap cost....
This method have two parameters CHARIN1 as in parameter and VAROUT1 as out parameter it makes a declare for out parameter and make it equal to the result of...
I know that the method with the select statement will only work if the function does not alter any data. I have lots of functions and want to avoid having to...
Yes, just use the utl_file package that comes with Oracle and write a CSV ... From: buzz1000_98 [mailto:buzz1000_98@...] Sent: Monday, May 13, 2002 5:13...
Hello friends, When i fetch single record into oradc and try to delete it the following error is generated. OIP-00000: MESSAGE 0 NOT FOUND; PRODUCT=OO4O;...
For recordset with one reocrd inside and after deletion of on that record there is no records and oracle can not handle that null recordset for this purpose...
Fahim Ahmed
fames28@...
May 14, 2002 8:18 am
1380
Hi guys~~~~ I have been making of a monitoring program using oo4o and excel vba. v_$sequence view is only selected by sys user.(sys.v_$sequence doesn't ...
Hi, While i was going through net searching for information on BEA WEBLOGIC SERVERS and i came across a usergroup based on BEA. I think its good. You could...
I use oracle data control in my VB6.0 program. Then i use package and deployment to made the setup program. When i setup this program and run on another...
For deployment Package you have to install oo4o software explicitly with that since Dep package does not include oo4o DLLs.Try this ... Fahim Ahmed. ... ...
Fahim Ahmed
fames28@...
May 16, 2002 8:30 am
1384
Hello, Fahim, Could you please give me more hints? I am not sure what is oo4o DLLs and where to find them. Please help! Thank you. ... ...
Hi, I have a table structure like this on one SQL server ID int, Blob image Now my problem is i want to read the image data field from the table and insert...
There is a section in the help file that discusses the dependencies for OO4O projects. It gives you a specific list of what parts must be redistributed. Search...
Mark Tomlinson
marktoml@...
May 18, 2002 3:37 pm
1388
I am trying to setup oracle names on a 2000 server. I used the net 8 configuration assistant to do it but, when I run the Net 8 assistant to finish up the...
Hi, i'm here ina fix while creating my VBA.i want to export a picture thats in my excel sheet and paste it on a word application object thats been opened at...
Would you like to buy the softwares by which you can test yourself? I have them for you and have got them at a very cheap cost. All the followings are the...
I am currently using OO4O in Borland C++ Builder5. I import the type lib and using the COM interface directly. I am also using array parameter to insert data...
Can you send part of your code to see what is your implemmentation. because i don't understand the use of the COM interface directly. I will try to help you,...