2
Reply

Reusing Db connection

jamg44

jamg44

Sep 13 2004 1:39 PM
2.1k
Hello all, I am beginning with ASP.NET and I need to reuse the database connection from one page to the next pages. Where do I must put the connection object to make it persistent between pages? I have this code working: <%@ Page Language="C#" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="FirebirdSql.Data.Firebird" %>

Simple Data Report


Thanks in advance. jamg

Answers (2)