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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1598 - 1627 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1598
I'm new to this group. Is there any documentation on OIP (OIP-04154 OPI=Oracle In-Process Server I think) error codes?...
john_rainey5908
Offline Send Email
Apr 1, 2004
3:15 pm
1599
Using VB 6.0 I open a transaction, issue an insert SQL statement then call a procedure and close the transaction. The Code stops on the procedure call and...
john_rainey5908
Offline Send Email
Apr 1, 2004
3:20 pm
1600
I will be out of the office starting 03/31/2004 and will not return until 04/06/2004. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Send Email
Apr 1, 2004
4:00 pm
1601
Friends We have the following requirements. You may refer any of your friends/ ex colleagues also to us. The details can be viewed in the attachment. A brief...
Anjali Gupta
jobs_jobs85
Offline Send Email
May 12, 2004
5:46 am
1602
can u tell me the job location i have 1 year eperince in vb.net and aso.net Anjali Gupta <jobs_jobs85@...> wrote: Friends We have the following...
Daud Aziz
mdaudaziz
Offline Send Email
May 12, 2004
9:01 am
1603
Am designing a visualC++ application that has to access relational tables. Different kind of users will have to use the application at various levels. Is it...
codeforever2003
Offline Send Email
Jun 1, 2004
8:08 pm
1604
I would say... Use a Stored Procedure on the Server to request particular queries of data - that way you can restrict the flow of information server side and...
Dustin Brisebois
originalbratttt
Offline Send Email
Jun 2, 2004
12:40 am
1605
... From: "AJAY BAWA" <AJAY.BAWA@...> To: <oo4ole-owner@yahoogroups.com> Sent: Sunday, June 20, 2004 12:15 PM Subject: Query [Urgent]...
Steve C Chapman
scc14433
Offline Send Email
Jun 21, 2004
10:48 pm
1606
is it required you use oo4o as oracle has a native support for .NET called ODP.NET otherwise, you need to make sure you install the new oo4o lib from oracle....
louie_medina
Online Now Send Email
Jun 22, 2004
12:11 am
1607
Hi all used oo4ole with Visual C++ , How to save image (stored in BLOB data type ) Using OO4O ; thanks alaa __________________________________________________ ...
Alaa Mostafa
alaa210
Offline Send Email
Jun 22, 2004
5:03 am
1608
This is code that we used. It is quite old as we no longer use oo4o and prefer to use OCI directly. The method is taken from a class that encapsulated this...
Adrian Capp
a.capp@...
Send Email
Jun 22, 2004
2:18 pm
1609
Adrian : Thank you for your replay and now , I try your code and get the error on fstream sf ; 'fstream' : undeclared identifier thank alaa Adrian Capp...
Alaa Mostafa
alaa210
Offline Send Email
Jun 23, 2004
6:01 am
1610
You need to incluide the fstream library into the code. Try inserting this line in the top of your code:- #include "fstream.h" Adrian _____ From: Alaa Mostafa...
Adrian Capp
a.capp@...
Send Email
Jun 23, 2004
8:50 am
1611
Hello, Somebody tell me how too tell VC.net to link ORACLM32.lib. Whith VC6 all i had to do was go to Project/Settings. How do I tell VC.nets compiler to link...
codeforever2003
Offline Send Email
Jun 28, 2004
5:20 pm
1612
Open your solution. Select Tools/Options... Select Library files and add the location of your ORACLM32.LIB file..... Click OK to save. Right Click on your...
Adrian Capp
a.capp@...
Send Email
Jun 30, 2004
10:46 am
1613
Hi All, Our Client is an ISO 9001 Certified Company spreads over 8 countries across the globe - with regional headquarters in the USA, UK, India and Singapore....
SIS (www.sisconsultan...
techiesopenings
Offline Send Email
Jul 1, 2004
4:54 pm
1614
Hi I am interested to this position. I am currently in USA, interested to re-locate. I would like to know about the package and the offer. Please let me know ...
A.P Muruganantham
apmuru
Offline Send Email
Jul 2, 2004
6:06 pm
1615
After several days of searching oracle documentation, I have not found a definitive answer on this issue. I am currently getting lost in the terminology of...
Fred Kidd
fkidd_mesahq...
Offline Send Email
Jul 9, 2004
6:14 pm
1616
Hi all..... I didn't find a GetRows method in ODynaset class. Since GetRows does exist in IOraDynaset interface, I'm wondering why Oracle programmers didn't...
Jaime Stuardo
jaime_stuardo
Offline Send Email
Jul 29, 2004
4:26 pm
1617
When you have a ODynaset object you have the rows! usaly you loop in a : while not ODynaset.EOF 'do your stuff on current row like debug.print...
Ofer Gal
ofergal
Offline Send Email
Jul 29, 2004
4:33 pm
1618
The fact is that I'm programming a COM in Visual C++ to be called from a Visual Basic program (using the ODynaset C++ class). That VB program is expecting the...
Jaime Stuardo
jaime_stuardo
Offline Send Email
Jul 29, 2004
5:32 pm
1619
Call me simple but I don't see the advantage of using oo4o for a COM in Visual C++ that will be used in VB, when you can use oo4o directly in VB. I have yet to...
Ofer Gal
ofergal
Offline Send Email
Jul 29, 2004
8:53 pm
1620
I know that and I have even used OO4O in VB. The fact is that I'm encapsulating oracle pool management as a Windows Service. I have already a pool...
Jaime Stuardo
jaime_stuardo
Offline Send Email
Jul 29, 2004
9:09 pm
1621
I can't argue with most of what you bring here but one fact though you can make a windows service with VB with or without an OCX Look for NTSVC.OCX ...
Ofer Gal
ofergal
Offline Send Email
Jul 30, 2004
12:23 am
1622
Of course you can't argue since you are not a C++ programmer, so you don't know the advantages C has over VB. I told you that I don't want to use other...
Jaime Stuardo
jaime_stuardo
Offline Send Email
Jul 30, 2004
12:58 pm
1623
Read this in the pages you gave me: "Microsoft does not currently recommend, and does not support, running Visual Basic applications as Microsoft Windows NT,...
Jaime Stuardo
jaime_stuardo
Offline Send Email
Jul 30, 2004
1:05 pm
1624
Please respond to my below message Note: forwarded message attached. ... Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! We are unable to...
sonal nadkarni
sonnadkarni
Offline Send Email
Aug 5, 2004
8:48 pm
1625
I have a table with 2 fields of BLOB types. The BLOB fields contains the images. How can I display the Images from this fields into ASP web page. If any one...
Arun Tayal
tayalarun
Offline Send Email
Aug 16, 2004
11:08 am
1626
Look for the Example: Multiple piece-wise Read of a LOB in the <orahome>\Mshelp\oracleo.hlp file You can make it write to a program created filename then...
Ofer Gal
ofergal
Offline Send Email
Aug 16, 2004
6:50 pm
1627
I need to package an application I have been developing. I had too use a product from bcgsoft(bcgcontrolbar). Unfortunately the files I downloaded are licensed...
codeforever2003
Offline Send Email
Sep 2, 2004
9:33 am
Messages 1598 - 1627 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