[fdo-users] MySQL Problem

Cary Peebles Cary.Peebles at pb.com
Tue Mar 24 07:17:56 EDT 2009


I have just been using the binaries. I'll try to see if I can get the source built so I can debug into it. 


Hi,

Can you do debugging? 

"RDBMS: Invalid object type to describe" is thrown in a number of spots in the driver. The question is where and why?


Dan.
-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Cary Peebles
Sent: Monday, March 23, 2009 9:09 PM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] MySQL Problem


Hi, I am having trouble getting my FDO and MySQL environment set up properly. I have installed MySQl 5.0 and 5.1 and I've tried FDO 3.2.2, 3.3.0, and 3.3.2 and I cannot yet get an open connection. I am able to use the MySQL Administrator to connect so I know the server, user name, and pwd are right.
<br><br>I initially had problems with the provider unable to load libmysql.dll. I found some posts indicating that I should use an older version of this dll which I did and I was able to get further. I'm using C# and the code below. I would like to list out the datastores so I know what is available for me to use and the Execute method throws an exception:
<br>&nbsp; &nbsp; &nbsp; &nbsp; OSGeo.FDO.Common.Exception: RDBMS: Invalid object type to describe. 
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;at OSGeo.FDO.Commands.DataStore.IListDataStoresImp.Execute()
<br><br>IConnection connection = fdoConnectionManager.CreateConnection(&quot;OSGeo.MySQL.3.3&quot;);
<br>IConnectionInfo connectionInfo = connection.ConnectionInfo;
<br>IConnectionPropertyDictionary connectionProperties = connectionInfo.ConnectionProperties;
<br>connectionProperties.SetProperty(&quot;Service&quot;, &quot;capeeble-w1&quot;);
<br>connectionProperties.SetProperty(&quot;Username&quot;, &quot;root&quot;);
<br>connectionProperties.SetProperty(&quot;Password&quot;, &quot;mysql&quot;);
<br><br>ConnectionState Constate = connection.Open();
<br><br>using (IListDataStores dlist = connection.CreateCommand(CommandType_ListDataStores) 
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; as IListDataStores)
<br>{
<br>&nbsp; &nbsp; &nbsp; &nbsp; using (IDataStoreReader reader = dlist.Execute()) // Exception thrown here!
<br>&nbsp; &nbsp; &nbsp; &nbsp; {
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (reader.ReadNext())
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }
<br>&nbsp; &nbsp; &nbsp; &nbsp; }
<br>}
<br><br>Any help would be appreciated. Any small sample client C# project for MySQL would be great.
-- 
View this message in context: http://n2.nabble.com/MySQL-Problem-tp2524291p2524291.html
Sent from the FDO Users mailing list archive at Nabble.com.

_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users
_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users



-- 
View this message in context: http://n2.nabble.com/MySQL-Problem-tp2524291p2525948.html
Sent from the FDO Users mailing list archive at Nabble.com.



More information about the fdo-users mailing list