Would it be worth the effort to recode all DAO to ADO syntax(for databases that will be migrated for many more access generations)?
Any performance benefits?
When will DAO be dead?
How do you get a parameter value to pass through to a column value?
The parameter is set though a DTS global variable
for example (simplified example)
Select
? AS TestDate,
a.store_number,
a.trans_number
From
transaction_master a
Where
a.fill_Date > ?
I get a Syntax error or...
I need to extract the last 90 days worth of data from a DB2 database. I have ODBC drivers setup already and I can link in and get the data with a select query but it takes a long time. I was hoping a Access 2k Pass-Through query would speed it up, but I'm having problems with the SQL. I can...
I need to extract the last 90 days worth of data from a DB2 database. I have ODBC drivers setup already and I can link in and get the data with a select query but it takes a long time. I was hoping a Pass-Through query would speed it up, but I'm having problems with the SQL. I can get the...
This is what I need to do
1. check for Directory (already done)
2. if it's not there create it (already done)
3. check to see if it's shared to "Everyone"
4. if it's not share it.
This is on an NT4 box
Most users are logged on as administator but some are not.
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.