Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 10th, 2006, 11:05 PM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 180
Thanks: 1
Thanked 1 Time in 1 Post
Send a message via ICQ to dpkbahuguna Send a message via MSN to dpkbahuguna Send a message via Yahoo to dpkbahuguna
Default Oracle Not connected.

Hi All!!!

I am not able to connect with oracle with my any project.
I am getting this error..
what can be reason???
Does someone has any idea?


       Run-Time error '2147467259'(80004005)':
        [Microsoft][ODBC driver for oracle][Oracle]


thanks !!

DPK..
__________________
DPK..
 
Old August 14th, 2006, 03:39 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

There is no way to help without details. You need to “put us in the driver’s seat,” “be our eyes,” and so on.
Describe the environment.
Show the code you are using, and tell us the contents of the variables involved.
Show us the line of code that raised the error.
(And add anything else you think you might need to know if someone came to you with a problem like this.)
 
Old August 16th, 2006, 10:57 PM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 180
Thanks: 1
Thanked 1 Time in 1 Post
Send a message via ICQ to dpkbahuguna Send a message via MSN to dpkbahuguna Send a message via Yahoo to dpkbahuguna
Default

This is the source I am using.....
It was running perfectly..
I dont know what happened suddenly..

Private Sub Form_Load()
    Dim con
    Set con = CreateObject("ADODB.Connection")
    con.ConnectionString = "dsn=oracle_ansun;pwd=slider5;uid=ansun5"

    con.Open 'Exception Raising here

End Sub

DPK..
 
Old August 17th, 2006, 04:02 AM
Authorized User
 
Join Date: Sep 2003
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to prabodh_mishra
Default

Can u tell me your oracle version?

Cheers
Prabodh
 
Old August 17th, 2006, 10:52 PM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 180
Thanks: 1
Thanked 1 Time in 1 Post
Send a message via ICQ to dpkbahuguna Send a message via MSN to dpkbahuguna Send a message via Yahoo to dpkbahuguna
Default

Sure ...
It is oracle9i...

DPK..





Similar Threads
Thread Thread Starter Forum Replies Last Post
connected to domain? kscase Visual Basic 2005 Basics 1 May 15th, 2007 10:28 AM
how are the classes connected FT BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 November 21st, 2006 08:45 PM
detect whether ppc is connected or not abcd_wxyz56 General .NET 0 November 17th, 2006 05:27 AM
Limited users connected at once. salemkoten SQL Server 2005 5 October 10th, 2006 09:26 PM
SQL Server can't get connected liweiguo BOOK: ASP.NET Website Programming Problem-Design-Solution 1 October 6th, 2006 10:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.