Browse by Tags

Related Posts

  • Re: asp with gloabal.asax file

    Hi There, To access session, all you need to do it: example: SqlConnection scon = New SqlConnection(Session( "ConnectionPath" ) ); The above method is not recommended, you can store your connectionstring in web.config example: 1) Add connection string to web.config <? xml version = "...
    Posted to Web Forms (Forum) by d4dennis@inspir3 on 08-02-2007, 12:00 AM
    Filed under: web.config, connectionstring
  • Re: asp with gloabal.asax file

    Hi There, Example given is in C#, hence VB version should be something like this Dim con As New SqlConnection Dim com, com1 As New SqlCommand con= new SqlConnection(configurationManager.ConnectionStrings( "misConnectionString") .ConnectionString) Hope it helps!
    Posted to Web Forms (Forum) by d4dennis@inspir3 on 08-02-2007, 12:00 AM
    Filed under: web.config, connectionstring
  • connection strings

    I developed an application and deployed it onto a hosted provider. I use SQL 2005 Express for development SQL 2000 for production. Both systems work. I backed up my production database and wish to use it for my development testing. I restored it as a SQL 2000 database on my development machine and changed...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tinsleyrd on 11-24-2007, 12:00 AM
    Filed under: .NET SQL Server 2000, Connnection String, Microsoft SQL Server 2005, Connection String, sql 2005, SQL 2000 Server Connection, SQL 2000 Server, ASP.NET 2.0 Data Binding SQl Server 2005 ASP, SQLServer, database owner, database ownership, visual web developer, web.config, connectionstring, sqlserver 2005, database connection, asp.net2.0, "Deploy"
  • web.config having multilple connection string name with same connection.

    Issue 1: < add name = " Conn1 " connectionString = " Data Source= SID;User Id=UN;Password=Pwd " providerName = " Oracle.DataAccess.Client " /> And use Conn1(Read and Write from DB) All over the application. (for exam: all Data Access Layer). Versus Issue 2: < add...
    Posted to Oracle (Forum) by BhaveshPatel on 01-30-2008, 12:00 AM
    Filed under: Oracle, .net 2.0, web.config, ConnectionString
Page 1 of 1 (4 items)