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...
Show off your group to the world. Share a photo of your group with us.

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 1580 - 1609 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1580
I would like to find out how I can bind a BLOB field as one of the parameters to an INSERT statement to be passed to an ExecuteSQL call? I was trying to use...
John T. So
jkso33
Offline Send Email
Oct 3, 2003
4:06 pm
1581
I was having some major problems selecting fields from two different tables with identical field names. e.g. SELECT A.Name, B.Name from TABLE1 A, TABLE2 B...
John So
jkso33
Offline Send Email
Oct 23, 2003
5:42 pm
1582
I will be out of the office starting 10/23/2003 and will not return until 10/27/2003. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Send Email
Oct 24, 2003
6:02 am
1583
=================================================================== To post a message, send email to: oo4ole@yahoogroups.com To subscribe, send an email to:...
ert ert
heyim4uo
Offline Send Email
Oct 24, 2003
8:34 am
1584
I thought that this is how it is supposed to work. I have seen a similar thing with ODBC. I think its to do with binding the data to the columns in the...
jim.markham
jim.markham@...
Send Email
Oct 24, 2003
9:49 am
1585
... have ... I'll strongly disagree. If you have 2 tables and want to link them together, having the field be the same name makes a lot of sense. For example:...
thisguy
notshakespeare
Offline Send Email
Oct 31, 2003
7:42 pm
1586 Antonio Carlos
aco7342
Offline Send Email
Nov 14, 2003
10:57 am
1587
Does any know how to use Oracle Data Control in VB.NET? I can add this active control to the toolbox and then add to the form. But i cannot figure out how to...
xin_peng
Offline Send Email
Jan 13, 2004
3:46 pm
1588
Hi, I'm just starting with OO4O (VB6) and I got problems I don't understand : DB Context : 1 table 'EMP' + 1 table 'ALIAS' where 1 EMP can have several...
François Jacquemart
francois_jac...
Offline Send Email
Jan 20, 2004
11:24 am
1589
Greetings How can I create an MS Access table from an Oradynaset in VBA? An Oradynaset is an Oracle Object for OLE (OO4O). I have a VBA module that connects...
arteaga7
Offline Send Email
Feb 23, 2004
4:07 am
1590
... an ... Hi, I don' know how to create one neither. However, I use a trick of appending data to an existing Access table. If you are interested in it. Let...
jeanie
jnyh1971
Offline Send Email
Feb 24, 2004
3:43 pm
1591
Maybe using two connection.... like this: ' conn1: connection to OO4O ' conn2: connection to MSAccess ' rs_recordset: the query to OO4O Do while not...
Mario Alejandro Garci...
magaba
Offline Send Email
Feb 24, 2004
6:29 pm
1592
Hi, Yes, I used 2 connections but executing SQL string. I set conn2.rs.field.value = conn1.fields.value in a subloop of field numbers of conn1.rs_recordset...
jeanie nguyen
jnyh1971
Offline Send Email
Feb 24, 2004
7:03 pm
1593
hi there i want all the selftest softwares of oracle 9i developer track, in return i can give the selftest softwares of oracle 9i dba track, kindly email me at...
latest_tests
Offline Send Email
Feb 27, 2004
6:33 pm
1594
... 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...
Steve C Chapman
scc14433
Offline Send Email
Mar 21, 2004
3:33 pm
1595
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...
Hüseyin
huseyinyagli
Offline Send Email
Mar 25, 2004
8:01 am
1596
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 ...
Jaime Stuardo
jaime_stuardo
Offline Send Email
Mar 26, 2004
2:07 pm
1597
... The problem was here. I put a ";" after "attachement" and it worked: Response.AddHeader "content-disposition", "attachment; filename=" +.....
Hüseyin
huseyinyagli
Offline Send Email
Mar 29, 2004
11:11 am
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
Messages 1580 - 1609 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