Hello: > I need to have the C# .NET 2.0 application that could use both firebird > and/or oracle as a database engine. What is the best way to hide the > difference in parameter prefix? In firebird it is '@' in oracle it is > ':' May be it is possible to explicitly set in firebird provider a > prefix to ':'?
Can you give more information about how you are using the command classes in both providers ?? Maybe an option to get the parameter prefix from the schema support that is built-in the provider and accesible using FbConnection.GetSchema ?? ( I think the oracle provider should have that as well using the DataSourceInformation metadata collection ) -- Carlos Guzmán Álvarez Vigo-Spain Blog : http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
