[Firebird-net-provider] [FB-Tracker] Created: (DNET-551) Fix sql generating for table with only one column

2014-04-15 Thread Jiri Cincura (JIRA)
Fix sql generating for table with only one column
-

 Key: DNET-551
 URL: http://tracker.firebirdsql.org/browse/DNET-551
 Project: .NET Data provider
  Issue Type: Improvement
  Components: Entity Framework support
Affects Versions: 4.1.0.0
Reporter: Jiri Cincura
Assignee: Jiri Cincura
Priority: Minor


https://github.com/cincuranet/NETProvider/pull/3

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] ADO.NET provider for Firebird 4.1.5.0 is ready

2014-04-15 Thread Jiri Cincura
ADO.NET provider for Firebird 4.1.5.0 is ready:
http://blog.cincura.net/233450-ado-net-provider-for-firebird-4-1-5-0-is-ready/

-- 
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Entity Framework woes (cannot update model from database)

2014-04-15 Thread Joseph Martinez
When I try to do Update model from database, I get the following error:

An exception of type
'Microsoft.VSDesigner.Data.Local.ConnectionStringConverterServiceException'
occurred while attempting to update from the database. The exception
message is: ''.

I searched this error, and I find a reply from Jiri from about a year ago
that says, DDEX not installed correctly.

I then performed the following steps:
1) Uninstalled the Firebird DDEX provider and the Firebird ADO.Net provider
2) Replaced machine.config in the following folders with the
machine.config.default file:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config
3) Reinstalled ADO.NET provider from NETProvider-4.1.0.0.msi
4) Reinstalled DDEX provider from DDEXProvider-3.0.1.0.msi

However, I still get the same error.  I can open the .EDMX file and view
the entities, but I cannot update the model from the database.

Here is my connection string:
metadata=res://*/TRS11Model.csdl|res://*/TRS11Model.ssdl|res://*/TRS11Model.msl;provider=FirebirdSql.Data.FirebirdClient;provider
connection string='initial catalog=C:\Program Files
(x86)\TRS11\Data\DATA1100.FDB;user id=sysdba;password=masterkey;data
source=localhost'

The database path, userid, and password are all correct.

Does this still sound like an issue with DDEX not being installed correctly?
If so, what else should I do to install it correctly, if my above steps are
not sufficient.

-Joe
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Entity Framework woes (cannot update modelfrom database)

2014-04-15 Thread Marco Castro - McSoft
Title: EMail McSoft

	
		

		

		

		
		

		

		

		
		

		

		
		Hi, try with DDEX 3.0.0.
		Best regards,

		Marco Aurelio Castro
		
		Director
		McSoft
		
		

		
		
McSoft
|
A Empresa
|
Nosso sistema

		

		
		

		

		
- Original Message -
From: Joseph Martinez [mailto:j...@jmmsoftware.com]
To: firebird-net-provider@lists.sourceforge.net
Sent: Tue, 15 Apr 2014 11:05:06 -0700
Subject: [Firebird-net-provider] Entity Framework woes (cannot update modelfrom database)
When I try to do "Update model from database", I get the following error:An exception of type 'Microsoft.VSDesigner.Data.Local.ConnectionStringConverterServiceException' occurred while attempting to update from the database. The exception message is: ''.
I searched this error, and I find a reply from Jiri from about a year ago that says, "DDEX not installed correctly."
I then performed the following steps:1) Uninstalled the Firebird DDEX provider and the Firebird ADO.Net provider
2) Replaced machine.config in the following folders with the machine.config.default file:C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config3) Reinstalled ADO.NET provider fromNETProvider-4.1.0.0.msi
4) Reinstalled DDEX provider fromDDEXProvider-3.0.1.0.msiHowever, I still get the same error. I can open the .EDMX file and view the entities, but I cannot update the model from the database.
Here is my connection string:metadata=res://*/TRS11Model.csdl|res://*/TRS11Model.ssdl|res://*/TRS11Model.msl;provider=FirebirdSql.Data.FirebirdClient;provider connection string='initial catalog="C:\Program Files (x86)\TRS11\Data\DATA1100.FDB";user id=sysdba;password=masterkey;data source=localhost'
The database path, userid, and password are all correct.Does this still sound like an issue with DDEX not being installed correctly?
If so, what else should I do to install it correctly, if my above steps are not sufficient.-Joe

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider