T
Tonya
Hi,
Im new to VB.net and wanted to find out about the best
way to code my connection to my access db.
I wanted to know if it is necessary to place the
connection string and create a new instance of the
olebconnection class on every page that uses a sql
statement.
Is it possible to place this code in a module and then
just use the varible the Conn String is placed in from
all the forms??
What about all the sql statements? can i also code then
in the module and call then whereever the are required in
my application??
Thx for your help
Im new to VB.net and wanted to find out about the best
way to code my connection to my access db.
I wanted to know if it is necessary to place the
connection string and create a new instance of the
olebconnection class on every page that uses a sql
statement.
Is it possible to place this code in a module and then
just use the varible the Conn String is placed in from
all the forms??
What about all the sql statements? can i also code then
in the module and call then whereever the are required in
my application??
Thx for your help