Instantiate FbBatchExecution with a script file name
----------------------------------------------------

                 Key: DNET-355
                 URL: http://tracker.firebirdsql.org/browse/DNET-355
             Project: .NET Data provider
          Issue Type: Improvement
         Environment: Windows
            Reporter: Persevs Analiticvs
            Assignee: Jiri Cincura
            Priority: Minor


Just a guess: FbBatchExecution is most of the time supposed to execute a 
FbScript, which is in turn instantiated using a file name. It would be a real 
improvement to include these steps (instantiating a new FbScript given a 
filename) in a FbBatchExecution method. For example:
Dim batch as new FbBatchExecution(sqlConnection)
batch.execute(fileName)
The new FbBatchExecution method would create a new FbScript, parse() it, then 
execute() its statements.

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

        

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to