2
Answers

Reusing Db connection

jamg44

jamg44

20y
2.1k
1
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)