[Firebird-net-provider] [FB-Tracker] Created: (DNET-873) Default value

2019-03-14 Thread Ulf Prill (JIRA)
Reporter: Ulf Prill Assignee: Jiri Cincura public class Rating { public long ID { get; set; } public uint Value { get; set; } } public class IssueProjDaten : DbContext { public DbSet Ratings { get; set; } protected override void OnConfiguring

[Firebird-net-provider] FbBatchExecution

2006-10-20 Thread Ulf
do I have to do anything more to complete my fbe execution? BR Ulf -- View this message in context: http://www.nabble.com/FbBatchExecution-tf2481002.html#a6918427 Sent from the firebird-net-provider mailing list archive at

Re: [Firebird-net-provider] Table is in use with FbBatchExecution

2006-10-19 Thread Ulf
closes the connection to the database and reopen it, then I get the error. Or if all execution is done in one script. The script executes fine in Flamerobin, without the RECONNECT; row before the "ALTER TABLE statment. Any ideas? BR Ulf - >I'm pretty sure it's not a server