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
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
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