![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Since there's very little reason to use ADO in Access MDBs/ACCDBs, I think there's almost no justification to turn on SQL 92 mode. |
#3
| |||
| |||
|
|
On 5 Nov 2010 21:35:46 GMT, "David-W-Fenton" NoEmail (AT) SeeSignature (DOT) invalid> wrote: Since there's very little reason to use ADO in Access MDBs/ACCDBs, I think there's almost no justification to turn on SQL 92 mode. A client likes ADO when connected to a SQL Server database. There are more "things" that you can do easier, or maybe even at all, compared to DAO. Trouble is I don't recall what they are right now. They do run a lot of stored procedures which return recordsets to the bound forms. Again not sure why. |
#4
| |||
| |||
|
|
Indeed, one of the things it does is convert all LIKE comparisons in stored SQL statements (stored QueryDefs, recordsources and rowsources) that use traditional Access wildcards to use ALIKE (which allows you to use the opposite mode's wildcards; e.g., if you're in SQL 89, you can use ALIKE "this%", or if in SQL 92, you can use ALIKE "this*"). |
#5
| |||
| |||
|
|
On 5 Nov 2010 21:35:46 GMT, "David-W-Fenton" NoEmail (AT) SeeSignature (DOT) invalid> wrote: Since there's very little reason to use ADO in Access MDBs/ACCDBs, I think there's almost no justification to turn on SQL 92 mode. A client likes ADO when connected to a SQL Server database. There are more "things" that you can do easier, or maybe even at all, compared to DAO. Trouble is I don't recall what they are right now. Disconnected recordsets are the biggest benefit. Other than that, I see no |
#6
| |||
| |||
|
|
Since there's very little reason to use ADO in Access MDBs/ACCDBs, I think there's almost no justification to turn on SQL 92 mode. A client likes ADO when connected to a SQL Server database. There are more "things" that you can do easier, or maybe even at all, compared to DAO. Trouble is I don't recall what they are right now. Disconnected recordsets are the biggest benefit. Other than that, I see no reas on to prefer DAO when using Access as the front end/ |
#7
| |||
| |||
|
|
No, they're not using disconnected recordsets. * I think it was that you could call a stored procedure and get a recordset returned. * |
#8
| |||
| |||
|
#9
| |||
| |||
|
#10
| |||
| |||
|
|
No, they're not using disconnected recordsets. * I think it was that you could call a stored procedure and get a recordset returned. * But DAO also fully supports returning recordsets from stored procedures. |
![]() |
| Thread Tools | |
| Display Modes | |
| |