archer2002
Programmer
Hello there.
I have such problem:
I have simple VB module in Access with some function
Public Function ABC() as String
...
ABC = "Hello all"
End Function
When I access this function from Access, using
SQL: SELECT ABC();
I have normal result "Hello all".
When I access this funciton form external C# application using OleDb SQL call I receive SQL error "Unknow function ABC".
Does that means, that VB modules are not recognized as .MDB data part.
SandboxMode is disabled.
Please, help.
I have such problem:
I have simple VB module in Access with some function
Public Function ABC() as String
...
ABC = "Hello all"
End Function
When I access this function from Access, using
SQL: SELECT ABC();
I have normal result "Hello all".
When I access this funciton form external C# application using OleDb SQL call I receive SQL error "Unknow function ABC".
Does that means, that VB modules are not recognized as .MDB data part.
SandboxMode is disabled.
Please, help.