Hi:
I'm programming an aspx in visual basic.net code in notepad.
From my aspx I'm trying to make a query to a database that is in access but I get a
System.Data.OleDb.OleDbException saying Nz function is not defined.
The query is something like this
SELECT Nz(SUM(Total),0)
FROM CargoD
WHERE Folio=4224
When I try the query in access it works but from my aspx not.
What could be wrong?
What can I do?
Thanks!
I'm programming an aspx in visual basic.net code in notepad.
From my aspx I'm trying to make a query to a database that is in access but I get a
System.Data.OleDb.OleDbException saying Nz function is not defined.
The query is something like this
SELECT Nz(SUM(Total),0)
FROM CargoD
WHERE Folio=4224
When I try the query in access it works but from my aspx not.
What could be wrong?
What can I do?
Thanks!