Hi,

I'm playing with new build system for weekly builds and I've found, that 
there's a "redundant" database creation in *.sql files.

Why we should do?
CREATE DATABASE '127.0.0.1:C:\SESSION_STATE.FDB'
USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE 4096
DEFAULT CHARACTER SET UNICODE_FSS;

1. It will not work on unix server.
2. It will not work on non-local server.
3. I think for your ASP.NET app. you already have DB, so only table 
definitions are valid, isn't it?

Comments?

-- 
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to