hi, but My project is Windows application. for tat how to assign both the values.
On Fri, Feb 11, 2011 at 5:50 PM, John Davidson <[email protected]> wrote: > Those values are the names you assigned to the schema and the catalog in > the database when you created it. Only you know the values. > > A hint: What would the values be for the connection string if this were not > an NHibernate project, but just an ASP.Net project? > > John Davidson > > On Thu, Feb 10, 2011 at 10:27 PM, vinoth v <[email protected]> wrote: > >> hi, >> >> <xs:enumeration value="default_schema" />Schema Name Rite??? >> <xs:enumeration value="default_catalog" /> what values will come here??? >> <xs:enumeration value="connection.connection_string" /> here connection >> details server name ,schema name,user name password will come that i know >> like default schema and default catalog what values need to assign. >> >> thanks in advance. >> >> >> >> >> On Thu, Feb 10, 2011 at 11:45 PM, Fabio Maulo <[email protected]>wrote: >> >>> <xs:element name="property"> >>> <xs:complexType> >>> <xs:simpleContent> >>> <xs:extension base="xs:string"> >>> <xs:attribute name="name" use="required"> >>> <xs:simpleType> >>> <xs:restriction base="xs:string"> >>> <xs:enumeration value="connection.provider" /> >>> <xs:enumeration value="connection.driver_class" /> >>> <xs:enumeration value="connection.connection_string" /> >>> <xs:enumeration value="connection.isolation" /> >>> <xs:enumeration value="connection.release_mode" /> >>> <xs:enumeration value="connection.connection_string_name" /> >>> <xs:enumeration value="dialect" /> >>> <xs:enumeration value="default_schema" /> >>> <xs:enumeration value="show_sql" /> >>> <xs:enumeration value="max_fetch_depth" /> >>> <xs:enumeration value="current_session_context_class" /> >>> <xs:enumeration value="transaction.factory_class" /> >>> <xs:enumeration value="cache.provider_class" /> >>> <xs:enumeration value="cache.use_query_cache" /> >>> <xs:enumeration value="cache.query_cache_factory" /> >>> <xs:enumeration value="cache.use_second_level_cache" /> >>> <xs:enumeration value="cache.region_prefix" /> >>> <xs:enumeration value="cache.use_minimal_puts" /> >>> <xs:enumeration value="cache.default_expiration" /> >>> <xs:enumeration value="query.substitutions" /> >>> <xs:enumeration value="query.factory_class" /> >>> <xs:enumeration value="query.imports" /> >>> <xs:enumeration value="hbm2ddl.auto" /> >>> <xs:enumeration value="hbm2ddl.keywords" /> >>> <xs:enumeration value="sql_exception_converter" /> >>> <xs:enumeration value="adonet.wrap_result_sets" /> >>> <xs:enumeration value="prepare_sql" /> >>> <xs:enumeration value="command_timeout" /> >>> <xs:enumeration value="adonet.batch_size" /> >>> <xs:enumeration value="use_proxy_validator" /> >>> <xs:enumeration value="use_outer_join" /> >>> <xs:enumeration value="xml.output_stylesheet" /> >>> <xs:enumeration value="generate_statistics" /> >>> <xs:enumeration value="query.startup_check" /> >>> <xs:enumeration value="default_catalog" /> >>> <xs:enumeration value="proxyfactory.factory_class" /> >>> <xs:enumeration value="adonet.factory_class" /> >>> <xs:enumeration value="default_batch_fetch_size" /> >>> <xs:enumeration value="default_entity_mode" /> >>> <xs:enumeration value="use_sql_comments" /> >>> <xs:enumeration value="format_sql" /> >>> <xs:enumeration value="collectiontype.factory_class" /> >>> </xs:restriction> >>> </xs:simpleType> >>> </xs:attribute> >>> </xs:extension> >>> </xs:simpleContent> >>> </xs:complexType> >>> </xs:element> >>> >>> >>> On Thu, Feb 10, 2011 at 2:39 PM, vinoth v <[email protected]> wrote: >>> >>>> What Values need to assign for For both the Property >>>> >>>> On 2/10/11, Fabio Maulo <[email protected]> wrote: >>>> > try to add the nhibernate-configuration.xsd to de editor in Visual >>>> Studio >>>> > >>>> > On Thu, Feb 10, 2011 at 8:16 AM, vino <[email protected]> wrote: >>>> > >>>> >> Hi All, >>>> >> >>>> >> In Hibernate.cfg.xml File How to assign >>>> >> <property Name="Default Catalog"> and >>>> >> <property Name="Default Schema"> values for Mysql And SqlLite >>>> Database >>>> >> >>>> >> Thanks in Advance >>>> >> >>>> >> -- >>>> >> You received this message because you are subscribed to the Google >>>> Groups >>>> >> "nhusers" group. >>>> >> To post to this group, send email to [email protected]. >>>> >> To unsubscribe from this group, send email to >>>> >> [email protected]. >>>> >> For more options, visit this group at >>>> >> http://groups.google.com/group/nhusers?hl=en. >>>> >> >>>> >> >>>> > >>>> > >>>> > -- >>>> > Fabio Maulo >>>> > >>>> > -- >>>> > You received this message because you are subscribed to the Google >>>> Groups >>>> > "nhusers" group. >>>> > To post to this group, send email to [email protected]. >>>> > To unsubscribe from this group, send email to >>>> > [email protected]. >>>> > For more options, visit this group at >>>> > http://groups.google.com/group/nhusers?hl=en. >>>> > >>>> > >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "nhusers" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/nhusers?hl=en. >>>> >>>> >>> >>> >>> -- >>> Fabio Maulo >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "nhusers" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/nhusers?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "nhusers" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/nhusers?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
