... From: don don To: oo4ole-owner@yahoogroups.com Sent: Sunday, March 21, 2004 7:06 AM Subject: How do i cast a number(oracle type) to a an int. When i cast...
hi, I'm trying to let the user download an exe file stored in a blob in oracle database. Everything but the filename works fine. When the save as dialog shows...
Hi all.... I'm new to this group. I hope I could participate actively with it. At first, I will do with a question: Programming language: Visual C++ 6.0 ...
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...
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@...
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...
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...
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...
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....
Hi all used oo4ole with Visual C++ , How to save image (stored in BLOB data type ) Using OO4O ; thanks alaa __________________________________________________ ...
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@...
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...
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@...
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...
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@...
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....
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 ...
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...
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...
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...
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...
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 ...
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...
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,...