N
NoviceProgramer
Hi Every body
I want to use VB.net2005 environmment with access database
I loaded the tabels and queries only to VB2005
The code and parameters' queries did not load
I have no problem to rewrite code in VB.net syntax
BUT the problem is that VB.net is unable to link its code to the
database
for example it loaded a table, say emploee table, a query should be
built to geather those having 3 years or more and to raise there
salary according to specific function NewSalary(DateOfStart,
BasicSalary, PositionID)
This was done in Access by simply definig Public function in a module
and every thing ok
When I defined a public function in VB.net, the query can not identify
that function and returns an error.
In SQL server the stored procedures fixed the problem but in access
database no stored procedures.
What Can I Do to make the access engine read VB.net public functions?
Thanks in advance
Dr. M. B. N.
I want to use VB.net2005 environmment with access database
I loaded the tabels and queries only to VB2005
The code and parameters' queries did not load
I have no problem to rewrite code in VB.net syntax
BUT the problem is that VB.net is unable to link its code to the
database
for example it loaded a table, say emploee table, a query should be
built to geather those having 3 years or more and to raise there
salary according to specific function NewSalary(DateOfStart,
BasicSalary, PositionID)
This was done in Access by simply definig Public function in a module
and every thing ok
When I defined a public function in VB.net, the query can not identify
that function and returns an error.
In SQL server the stored procedures fixed the problem but in access
database no stored procedures.
What Can I Do to make the access engine read VB.net public functions?
Thanks in advance
Dr. M. B. N.