FROM ASP with access 2000 database:
<%
Set m_Conn = server.CreateObject("ADODB.Connection")
m_Conn.Open "eq14CVs", "", ""
SQL = "Select TOP 5 [field] as toto from table orderby fct([field],'the_word') desc" ' MyFunc is not permit here
Set...
FROM ASP with access 2000 database :
<%
Set m_Conn = server.CreateObject("ADODB.Connection")
m_Conn.Open "eq14CVs", "", ""
SQL = "Select TOP 5 [field] as toto from table orderby fct([field],'the_word') desc" ' MyFunc is not permit here
Set...
FROM ASP with access 2000 database:
<%
Set m_Conn = server.CreateObject("ADODB.Connection")
m_Conn.Open "eq14CVs", "", ""
SQL = "Select TOP 5 [field] as toto from table orderby fct([field],'the_word') desc" ' MyFunc is not permit here
Set...
FROM ASP with access 2000 database :
<%
Set m_Conn = server.CreateObject("ADODB.Connection")
m_Conn.Open "eq14CVs", "", ""
SQL = "Select TOP 5 [field] as toto from table orderby fct([field],'the_word') desc" ' MyFunc is not permit here
Set...
To complete with my last work ..., i do this from web ASP page:
"Requete6" is an already existing request in database.
<%
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase "base.mdb", False
Set db =...
hercule2 (Programmer) Nov 30, 2003
Hi, I'm french,
Using Access 2000 I have written a small VBA routine inside of standard module. I have also written a query that calls this routine to modify one of the columns in a table, ie. to strip punctuation characters from the column, eg.
select name...
hercule2 (Programmer) Nov 30, 2003
Hi, I'm french,
Using Access 2000 I have written a small VBA routine inside of standard module. I have also written a query that calls this routine to modify one of the columns in a table, ie. to strip punctuation characters from the column, eg.
select name...
Hi, I'm french,
Using Access 2000 I have written a small VBA routine inside of standard module. I have also written a query that calls this routine to modify one of the columns in a table, ie. to strip punctuation characters from the column, eg.
select name, MyFunc([name])
from myTable
where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.