Website Help

M

mestrebisli

im building a website and i tried using an accesss DB but i have 2 main
problems with it!
1. when i try to create the connection using:
new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=db.mdb");
(in a c# code page) the debuger says he cannot find the file in the system32
folder. and the same goes if i try using Data Source=http://localhost/db.mdb.
do anyone knows what it could be? and how can i solve it?

2. how can i create a query using parameters? like a value of an input box.

3.
 
Top