A
Alain Bourgeois
Dear all,
I have an asp module connecting to a MS-access database.
I have a vb function MKDate(date, time) in a vba module of this
database.
I would like to query :
SELECT MKDATE(col1, col2) FROM TABLE1
(real query is complex, using unions, etc, but I need one column in
resultset)
But I get an error opening the recordset
"Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Undefined function 'MKDATE' in
expression.
/selfmail/dossier.asp, line 729"
I also tried to copy the code of the function MKDate(date, time) inside
..asp module, no change.
Is it possible to call a vba function inside an asp sql statement?
Regards,
Alain
I have an asp module connecting to a MS-access database.
I have a vb function MKDate(date, time) in a vba module of this
database.
I would like to query :
SELECT MKDATE(col1, col2) FROM TABLE1
(real query is complex, using unions, etc, but I need one column in
resultset)
But I get an error opening the recordset
"Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Undefined function 'MKDATE' in
expression.
/selfmail/dossier.asp, line 729"
I also tried to copy the code of the function MKDate(date, time) inside
..asp module, no change.
Is it possible to call a vba function inside an asp sql statement?
Regards,
Alain