methods missing in IConnectionPropertyDictionary

7 messages Options
Embed this post
Permalink
geostarter

methods missing in IConnectionPropertyDictionary

Reply Threaded More More options
Print post
Permalink
Hallo

I'm writing some code accessing FDO with the managed FDO API. I want to find out if a connection property is a filename or filepath, before establishing a connection, but in the IConnectionPropertyDictionary interface the methods isFilename and isFilepath are missing. In the unmanaged API I can find this methods in the FdoIConnectionPropertyDictonary class (I'm confused  ).

In the managed API i have find these methods in IDataStorePropertyDictonary interface, but this i get only executing a Create or Destroydatastore Command, what i don't want, because i want to read files via FDO.

What can i do to get the "isFilename" and "isFilePath" information before establishing a connection? Hope someone can help me! Thanks!!!


greets
geostarter
Jackie Ng

Re: methods missing in IConnectionPropertyDictionary

Reply Threaded More More options
Print post
Permalink
It looks like those two methods are not exposed in the managed API. Otherwise they would be in here: http://trac.osgeo.org/fdo/browser/trunk/Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.cpp

Best to file a ticket.

- Jackie

geostarter wrote:
Hallo

I'm writing some code accessing FDO with the managed FDO API. I want to find out if a connection property is a filename or filepath, before establishing a connection, but in the IConnectionPropertyDictionary interface the methods isFilename and isFilepath are missing. In the unmanaged API I can find this methods in the FdoIConnectionPropertyDictonary class (I'm confused  ).

In the managed API i have find these methods in IDataStorePropertyDictonary interface, but this i get only executing a Create or Destroydatastore Command, what i don't want, because i want to read files via FDO.

What can i do to get the "isFilename" and "isFilePath" information before establishing a connection? Hope someone can help me! Thanks!!!


greets
geostarter
Greg Boone

RE: methods missing in IConnectionPropertyDictionary

Reply Threaded More More options
Print post
Permalink
Why don't you make the required changes and submit a patch?

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Jackie C. Ng
Sent: Wednesday, September 10, 2008 5:06 AM
To: [hidden email]
Subject: Re: [fdo-internals] methods missing in IConnectionPropertyDictionary


It looks like those two methods are not exposed in the managed API. Otherwise
they would be in here:
http://trac.osgeo.org/fdo/browser/trunk/Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.cpp

Best to file a ticket.

- Jackie


geostarter wrote:

>
> Hallo
>
> I'm writing some code accessing FDO with the managed FDO API. I want to
> find out if a connection property is a filename or filepath, before
> establishing a connection, but in the IConnectionPropertyDictionary
> interface the methods isFilename and isFilepath are missing. In the
> unmanaged API I can find this methods in the
> FdoIConnectionPropertyDictonary class (I'm confused :confused: ).
>
> In the managed API i have find these methods in
> IDataStorePropertyDictonary interface, but this i get only executing a
> Create or Destroydatastore Command, what i don't want, because i want to
> read files via FDO.
>
> What can i do to get the "isFilename" and "isFilePath" information before
> establishing a connection? Hope someone can help me! Thanks!!!
>
>
> greets
> geostarter
>


-----
http://themapguyde.blogspot.com

http://www.linkedin.com/in/jackieng
--
View this message in context: http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19409465.html
Sent from the FDO Internals mailing list archive at Nabble.com.

_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
Jackie Ng

RE: methods missing in IConnectionPropertyDictionary

Reply Threaded More More options
Print post
Permalink
Done.

http://trac.osgeo.org/fdo/ticket/388

- Jackie

gregboone wrote:
Why don't you make the required changes and submit a patch?

-----Original Message-----
From: fdo-internals-bounces@lists.osgeo.org [mailto:fdo-internals-bounces@lists.osgeo.org] On Behalf Of Jackie C. Ng
Sent: Wednesday, September 10, 2008 5:06 AM
To: fdo-internals@lists.osgeo.org
Subject: Re: [fdo-internals] methods missing in IConnectionPropertyDictionary


It looks like those two methods are not exposed in the managed API. Otherwise
they would be in here:
http://trac.osgeo.org/fdo/browser/trunk/Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.cpp

Best to file a ticket.

- Jackie


geostarter wrote:
>
> Hallo
>
> I'm writing some code accessing FDO with the managed FDO API. I want to
> find out if a connection property is a filename or filepath, before
> establishing a connection, but in the IConnectionPropertyDictionary
> interface the methods isFilename and isFilepath are missing. In the
> unmanaged API I can find this methods in the
> FdoIConnectionPropertyDictonary class (I'm confused :confused: ).
>
> In the managed API i have find these methods in
> IDataStorePropertyDictonary interface, but this i get only executing a
> Create or Destroydatastore Command, what i don't want, because i want to
> read files via FDO.
>
> What can i do to get the "isFilename" and "isFilePath" information before
> establishing a connection? Hope someone can help me! Thanks!!!
>
>
> greets
> geostarter
>


-----
http://themapguyde.blogspot.com

http://www.linkedin.com/in/jackieng
--
View this message in context: http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19409465.html
Sent from the FDO Internals mailing list archive at Nabble.com.

_______________________________________________
fdo-internals mailing list
fdo-internals@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
fdo-internals@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-internals
Greg Boone

RE: methods missing in IConnectionPropertyDictionary

Reply Threaded More More options
Print post
Permalink
Can you send me the .patch file directly? I can't download if from the wiki.

You should also fill out and submit a contributor agreement.

Greg

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Jackie C. Ng
Sent: Wednesday, September 10, 2008 10:57 PM
To: [hidden email]
Subject: RE: [fdo-internals] methods missing in IConnectionPropertyDictionary


Done.

http://trac.osgeo.org/fdo/ticket/388

- Jackie


gregboone wrote:

>
> Why don't you make the required changes and submit a patch?
>
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of Jackie C. Ng
> Sent: Wednesday, September 10, 2008 5:06 AM
> To: [hidden email]
> Subject: Re: [fdo-internals] methods missing in
> IConnectionPropertyDictionary
>
>
> It looks like those two methods are not exposed in the managed API.
> Otherwise
> they would be in here:
> http://trac.osgeo.org/fdo/browser/trunk/Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.cpp
>
> Best to file a ticket.
>
> - Jackie
>
>
> geostarter wrote:
>>
>> Hallo
>>
>> I'm writing some code accessing FDO with the managed FDO API. I want to
>> find out if a connection property is a filename or filepath, before
>> establishing a connection, but in the IConnectionPropertyDictionary
>> interface the methods isFilename and isFilepath are missing. In the
>> unmanaged API I can find this methods in the
>> FdoIConnectionPropertyDictonary class (I'm confused :confused: ).
>>
>> In the managed API i have find these methods in
>> IDataStorePropertyDictonary interface, but this i get only executing a
>> Create or Destroydatastore Command, what i don't want, because i want to
>> read files via FDO.
>>
>> What can i do to get the "isFilename" and "isFilePath" information before
>> establishing a connection? Hope someone can help me! Thanks!!!
>>
>>
>> greets
>> geostarter
>>
>
>
> -----
> http://themapguyde.blogspot.com
>
> http://www.linkedin.com/in/jackieng
> --
> View this message in context:
> http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19409465.html
> Sent from the FDO Internals mailing list archive at Nabble.com.
>
> _______________________________________________
> fdo-internals mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fdo-internals
> _______________________________________________
> fdo-internals mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fdo-internals
>
>


-----
http://themapguyde.blogspot.com

http://www.linkedin.com/in/jackieng
--
View this message in context: http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19426989.html
Sent from the FDO Internals mailing list archive at Nabble.com.

_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
Greg Boone

RE: methods missing in IConnectionPropertyDictionary

Reply Threaded More More options
Print post
Permalink
Don't bother sending me the .patch file. I figured it out thanks to Jason.

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone
Sent: Thursday, September 11, 2008 12:26 PM
To: FDO Internals Mail List
Subject: RE: [fdo-internals] methods missing in IConnectionPropertyDictionary

Can you send me the .patch file directly? I can't download if from the wiki.

You should also fill out and submit a contributor agreement.

Greg

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Jackie C. Ng
Sent: Wednesday, September 10, 2008 10:57 PM
To: [hidden email]
Subject: RE: [fdo-internals] methods missing in IConnectionPropertyDictionary


Done.

http://trac.osgeo.org/fdo/ticket/388

- Jackie


gregboone wrote:

>
> Why don't you make the required changes and submit a patch?
>
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of Jackie C. Ng
> Sent: Wednesday, September 10, 2008 5:06 AM
> To: [hidden email]
> Subject: Re: [fdo-internals] methods missing in
> IConnectionPropertyDictionary
>
>
> It looks like those two methods are not exposed in the managed API.
> Otherwise
> they would be in here:
> http://trac.osgeo.org/fdo/browser/trunk/Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.cpp
>
> Best to file a ticket.
>
> - Jackie
>
>
> geostarter wrote:
>>
>> Hallo
>>
>> I'm writing some code accessing FDO with the managed FDO API. I want to
>> find out if a connection property is a filename or filepath, before
>> establishing a connection, but in the IConnectionPropertyDictionary
>> interface the methods isFilename and isFilepath are missing. In the
>> unmanaged API I can find this methods in the
>> FdoIConnectionPropertyDictonary class (I'm confused :confused: ).
>>
>> In the managed API i have find these methods in
>> IDataStorePropertyDictonary interface, but this i get only executing a
>> Create or Destroydatastore Command, what i don't want, because i want to
>> read files via FDO.
>>
>> What can i do to get the "isFilename" and "isFilePath" information before
>> establishing a connection? Hope someone can help me! Thanks!!!
>>
>>
>> greets
>> geostarter
>>
>
>
> -----
> http://themapguyde.blogspot.com
>
> http://www.linkedin.com/in/jackieng
> --
> View this message in context:
> http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19409465.html
> Sent from the FDO Internals mailing list archive at Nabble.com.
>
> _______________________________________________
> fdo-internals mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fdo-internals
> _______________________________________________
> fdo-internals mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fdo-internals
>
>


-----
http://themapguyde.blogspot.com

http://www.linkedin.com/in/jackieng
--
View this message in context: http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19426989.html
Sent from the FDO Internals mailing list archive at Nabble.com.

_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
Greg Boone

RE: methods missing in IConnectionPropertyDictionary

Reply Threaded More More options
Print post
Permalink
The patch has been submitted.

Thanks Jackie!

Greg

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone
Sent: Thursday, September 11, 2008 12:41 PM
To: FDO Internals Mail List
Subject: RE: [fdo-internals] methods missing in IConnectionPropertyDictionary

Don't bother sending me the .patch file. I figured it out thanks to Jason.

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone
Sent: Thursday, September 11, 2008 12:26 PM
To: FDO Internals Mail List
Subject: RE: [fdo-internals] methods missing in IConnectionPropertyDictionary

Can you send me the .patch file directly? I can't download if from the wiki.

You should also fill out and submit a contributor agreement.

Greg

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Jackie C. Ng
Sent: Wednesday, September 10, 2008 10:57 PM
To: [hidden email]
Subject: RE: [fdo-internals] methods missing in IConnectionPropertyDictionary


Done.

http://trac.osgeo.org/fdo/ticket/388

- Jackie


gregboone wrote:

>
> Why don't you make the required changes and submit a patch?
>
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of Jackie C. Ng
> Sent: Wednesday, September 10, 2008 5:06 AM
> To: [hidden email]
> Subject: Re: [fdo-internals] methods missing in
> IConnectionPropertyDictionary
>
>
> It looks like those two methods are not exposed in the managed API.
> Otherwise
> they would be in here:
> http://trac.osgeo.org/fdo/browser/trunk/Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.cpp
>
> Best to file a ticket.
>
> - Jackie
>
>
> geostarter wrote:
>>
>> Hallo
>>
>> I'm writing some code accessing FDO with the managed FDO API. I want to
>> find out if a connection property is a filename or filepath, before
>> establishing a connection, but in the IConnectionPropertyDictionary
>> interface the methods isFilename and isFilepath are missing. In the
>> unmanaged API I can find this methods in the
>> FdoIConnectionPropertyDictonary class (I'm confused :confused: ).
>>
>> In the managed API i have find these methods in
>> IDataStorePropertyDictonary interface, but this i get only executing a
>> Create or Destroydatastore Command, what i don't want, because i want to
>> read files via FDO.
>>
>> What can i do to get the "isFilename" and "isFilePath" information before
>> establishing a connection? Hope someone can help me! Thanks!!!
>>
>>
>> greets
>> geostarter
>>
>
>
> -----
> http://themapguyde.blogspot.com
>
> http://www.linkedin.com/in/jackieng
> --
> View this message in context:
> http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19409465.html
> Sent from the FDO Internals mailing list archive at Nabble.com.
>
> _______________________________________________
> fdo-internals mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fdo-internals
> _______________________________________________
> fdo-internals mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fdo-internals
>
>


-----
http://themapguyde.blogspot.com

http://www.linkedin.com/in/jackieng
--
View this message in context: http://www.nabble.com/methods-missing-in-IConnectionPropertyDictionary-tp19407768p19426989.html
Sent from the FDO Internals mailing list archive at Nabble.com.

_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals
_______________________________________________
fdo-internals mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-internals