Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-connect-dev] How to get the NewConnectionProfileWizard from a connection profile?


Thanks Rob,
        Your information does help. But I'm sorry that my previous question was not accurate. What I really want to do is: given a database vendor definition with vendor name and version, can I invoke the particular NewConnectionProfileWizard? Since you have mentioned the ConnectionProfileManager.getNewWizard(IConnectionProfile.getProviderID()) method, I think the question becomes: do we have a specific relationship between a database vendor definition and a connection profile provider?

Best Regards!

Max ( Hui ) Cao
Sr S/W Eng - Dev
Sybase, Inc. Shanghai, China
Tel: 86-21-68799918-3047




rcernich@xxxxxxxxxx
Sent by: dtp-connect-dev-bounces@xxxxxxxxxxx

12/23/2005 12:20 AM

Please respond to
DTP Connectivity project development list <dtp-connect-dev@xxxxxxxxxxx>

To
DTP Connectivity project development list <dtp-connect-dev@xxxxxxxxxxx>
cc
Subject
Re: [dtp-connect-dev] How to get the NewConnectionProfileWizard from a        connection profile?





Hey Max,

Looks like you have to use
ConnectionProfileManager.getNewWizard(IConnectionProfile.getProviderID()).
Ideally, this should be accessible through IConnectionProfileProvider.
I'll create a bugzilla entry to add this method to the public APIs.

Hope that helps,
Rob



                                                                         
            Hui.Cao@xxxxxxxxx                                            
            m                                                            
            Sent by:                                                   To
            dtp-connect-dev-b         dtp-connect-dev@xxxxxxxxxxx        
            ounces@xxxxxxxxxx                                          cc
            g                                                            
                                                                  Subject
                                      [dtp-connect-dev] How to get the    
            12/22/2005 03:47          NewConnectionProfileWizard from a  
            AM                        connection profile?                
                                                                         
                                                                         
            Please respond to                                            
            DTP Connectivity                                              
                 project                                                  
            development list                                              
            <dtp-connect-dev@                                            
              eclipse.org>                                                
                                                                         
                                                                         





Hi,
       Can anybody give me some hints about this problem? Since a concrete
NewConnectionProfileWizard is declared in the newWizard element of the
connectionProfile extension point, I believe there must be a way to get it
given a connection profile. Thanks!

Best Regards!

Max ( Hui ) Cao
Sr S/W Eng - Dev
Sybase, Inc. Shanghai, China
_______________________________________________
dtp-connect-dev mailing list
dtp-connect-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-connect-dev


_______________________________________________
dtp-connect-dev mailing list
dtp-connect-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-connect-dev



Back to the top