Hello:

Correct me if I am wrong, but...
The new ADO in framework 2 allows use of different databases with the same
code using DbProviderFactory (except for database specific SQL).
Correct.

When I would make use of FbDbType it would be database specific, in this case
Firebird specific. Reason why one should use System.Data.DbType which is
universal.
Correct too, while in teh case of Firebird there will be types ( like arrays that aren't covered by the DbType enumeration ). ( In the case of the FbParameter class, and if i'm not wrong in the ms providers as well, it will try to infer thew type of the parameter when FbParameter.Value is set depending on the constructor overload used to create the class instance. )

--
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to