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 952 - 983 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
952
Direct Email Marketing Works! Do you have a product or service you would like to promote? Do you need quality leads? Email marketing is the most effective way...
bart_lyon01@...
Send Email
Jan 8, 2001
4:27 am
953
Hi i had created one table (a lot of data) from oracle database. but now i need to copy this table to other PC (different PC) into Oracle database too. Can...
k_hsoon@...
Send Email
Jan 8, 2001
2:09 pm
954
Hi, You could try the following using oracle's import export utility: on the source machine: exp username/password@orasid file=mytable.dmp log=mytable.log ...
Griffiths, Stewart
stewart.griffiths@...
Send Email
Jan 8, 2001
2:21 pm
955
A simple solution is to use Toad ( freeware at http://www.toadsoft.com/downld.html ) and export the table in a SQL file (a file with an INSERT statement for...
Antonio Guadagnin
antonioguadagnin@...
Send Email
Jan 8, 2001
4:10 pm
956
Hi, I'm a newbie in using OO4O to make my asp pages (i'm using VBScript) interact with my database, through Oracle Objects for Ole. But my procedure is not...
saccani@...
Send Email
Jan 15, 2001
3:25 pm
957
OraDatabase.Parameters.Add "sPname",sPname, ORAPARM_INPUT OraDatabase.Parameters ("sPname").ServerType = ORATYPE_VARCHAR2 Where have you defined constants...
Sunil Madrecha
sse@...
Send Email
Jan 17, 2001
6:15 am
958
I get this error when I run a query that seems to work fine for Oracle. I have tested this query in SQLnet 8.0 and it works fine. Could this be a bug in a...
ltrujillo@...
Send Email
Jan 22, 2001
11:04 pm
959
I am presently using oo4o to fetch data from my Oracle database; and, am using VB for the frontend. I am really confused as to which is better. I'd like know...
Pradeep Shetty
pradeepshetty@...
Send Email
Jan 25, 2001
7:17 am
960
1. your best bet is in Oracle Technet...also, help files that came with your Oracle Client software has a VB help in there. you will not find any help from...
Medina, Louie
Louie_Medina@...
Send Email
Jan 25, 2001
2:45 pm
961
i$imiz sizin listeye kaldiysa kara gune kalmi$ be gencler.. ben sorunu cozeli saatler oldu siz hala fetch'tesiniz row'dasiniz.. i$ yapalim biraz hadi gulum.. ...
Sedat Kapanoglu
sedatk@...
Send Email
Jan 25, 2001
2:53 pm
962
You won't find oo4o in MSDN because oo4o is an Oracle product not a Microsoft product. One source of info I found is Oracle Programming with Visual Basic by...
Arthur Meacham
meacham@...
Send Email
Jan 25, 2001
3:03 pm
963
I asked the same question about a year ago and came of with the following conclusion: There is no real right answer. I've added the following books to my...
ComputerMike
megri@...
Send Email
Jan 25, 2001
3:08 pm
964
Excellent questions, Pradeep. We are also using VB for the front end of our Oracle database. If you have Oracle Client installed on your computer, for example...
Fulmer, John
JFULMER@...
Send Email
Jan 25, 2001
4:16 pm
965
1) Technet is really the absolute best bet, to that I'd add a book like "Visual Basic Oracle 8" (ISBN 1-861001-78-9) and a reference to Oracle in general (I...
Daemon@...
Send Email
Jan 25, 2001
5:35 pm
966
I am using VISUAL BASIC 6.0, MS OFFICE 2000 (i.e EXCEL 2000 for the database) and I want to connect the database to my program. We are using OO4O (ORACLE...
neelayshah@...
Send Email
Jan 30, 2001
2:41 pm
967
You have to install some components from the Visual Studio (or VB) cd, look under the database options. You need the ISAM for Excel. GVdP...
Daemon@...
Send Email
Jan 30, 2001
2:44 pm
968
I am using VISUAL BASIC 6.0, MS OFFICE 2000 (i.e EXCEL 2000 for the database) and I want to connect the database to my program. We are using OO4O (ORACLE...
neelayshah@...
Send Email
Jan 30, 2001
2:51 pm
969
Does anybody know how i can go about binding the oradynaset object to an activeX bound grid control? I have also tried using the Oracle Data Control in Visual...
tam_huynh@...
Send Email
Jan 31, 2001
12:19 am
970
Dear Friends.. Check it out this site..free and easy credit cards ..the best part when signup u will be in top of the geneology tree...a newly startup ...
srisan@...
Send Email
Jan 31, 2001
6:11 am
971
oradc.ocx should do it. ... From: <tam_huynh@...> To: <oo4ole@yahoogroups.com> Sent: Tuesday, January 30, 2001 3:55 PM Subject: [oo4ole] binding...
Sedat Kapanoglu
sedatk@...
Send Email
Jan 31, 2001
8:10 am
972
I tried using the Oracle Data Control in Visual Interdev and it keeps coming back with error! I tried it with the Microsoft DBGrid.. HELP... 'Set the username...
tam_huynh@...
Send Email
Feb 1, 2001
3:08 am
975
Don't set DBGrid1.datasource to the recordset of the ORADC1. It has to point to the ORADC1 itselfs. example: private sub form_load() master.connect...
Hans Noordhof
kinetics@...
Send Email
Feb 4, 2001
2:23 pm
976
If i did this, i get "type mismatch DBGrid1.DataSource was not handled" in Visual Interdev..I can set it in VB 6.0 but not in Visual Interdev. Is the data...
tam_huynh@...
Send Email
Feb 6, 2001
8:01 pm
977
DBGrid is incompatible with ORADC. Try MS FlexGrid instead of DBGrid. ... From: tam_huynh@... <tam_huynh@...> To:...
Gennady
gennadyb@...
Send Email
Feb 6, 2001
10:06 pm
978
CREATE OR REPLACE PACKAGE InsertUser as PROCEDURE addUser(userName IN VARCHAR2, passwd IN VARCHAR2, defaultTbsp IN VARCHAR2, tempTbsp INVARCHAR2); END...
tam_huynh@...
Send Email
Feb 6, 2001
11:21 pm
979
SAME ERROR!! ORADC1.Connect "username/psswd" 'Set the database name. ORADC1.DatabaseName = "alias" 'Set the record source. ORADC1.RecordSource = "select...
tam_huynh@...
Send Email
Feb 6, 2001
11:50 pm
980
why donīt ypu try setting a blankspace after each 'IN' From: tam_huynh@... Reply-To: oo4ole@yahoogroups.com To: oo4ole@yahoogroups.com Subject:...
Juan Jose Cruz Orozco
juanjose_cruz@...
Send Email
Feb 7, 2001
12:30 am
981
i fixed it but i still get the same error message except now it's referring to my input parameters! ... ORA=06550 line 1, column 7 PLS-00201 Identifier 'm'...
tam_huynh@...
Send Email
Feb 7, 2001
12:56 am
982
declare m varchar2(50); . . -- other variables declared here . begin InsertUser.addUser(m,df,default,temp); end;...
Mark Tomlinson
marktoml@...
Send Email
Feb 7, 2001
1:01 am
983
in order to test a SP in ORACLE you have to define a PL/SQL block... so.. if you're connected .. SQL> declare 2 var_name var_type; 3 var_name var type; 4...
Juan Jose Cruz Orozco
juanjose_cruz@...
Send Email
Feb 7, 2001
1:13 am
Messages 952 - 983 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