Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / SQL Server / ADP / February 2008

Tip: Looking for answers? Try searching our database.

Everything I Always Did With Access

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brian Smither - 12 Feb 2008 03:38 GMT
I'm trying out how I used to do things with Access, but now as the ADP
front to a SSE.

One such task was to search and replace for anything in a particular column
and replace it with NULL throughout the entire record set. I tried that
today. I recommend against it.

Yes, I will be reading up on the T-SQL language to see how I can do that
quickly and efficiently (maybe even make a SP out of it).

But, is there a well-respected book that exists which has a title something
like: Everything You Always Did Access But Now Can't Figure Out to Do It in
SS"?

Signature

Remove INVALID from e-mail address.

Brian Smither
Smither Consulting

raibeart - 12 Feb 2008 13:40 GMT
Since MS is not moving forward with the ADP type project, I would
stick to Access MDBs.

UPDATE YourTable
SET YourColumn = NULL
WHERE YourColumn LIKE '%SearchText%'

is the syntax to accomplish what you are wanting to do.

Robert

On Feb 11, 9:38 pm, Brian Smither <bsmitherINVA...@INVALIDcitlink.net>
wrote:
> I'm trying out how I used to do things with Access, but now as the ADP
> front to a SSE.
[quoted text clipped - 15 lines]
> Brian Smither
> Smither Consulting
Sylvain Lafontaine - 12 Feb 2008 18:44 GMT
If you want to work with SQL-Server, the first thing to do would be to learn
more about SQL-Server itself and the language it uses (T-SQL).  This is true
not only for ADP but for any other interface working with SQL-Server (ie.,
MDB/ACCDB databases with ODBC linked tables and passthrough queries, ASP,
ASP.NET, .NET technologies, etc., etc.) and will remains true in the future.
You don't need a book about ADP and T-SQL for this.

The second thing would be to learn a little more about ADO.  However and
contrary to SQL-Server, don't push this knowledge to far as ADO - like ADP
and other technologies based on COM/DCOM like VBA - is in the process of
being slowly deprecated by MS in order to be replaced with .NET.  This
doesn't mean that ADP, ADO or VBA will be removed from the next Office
platform; it means that you shouldn't expect any real new features in the
future for any of these technologies and that you should start thinking
about .NET if you want to integrate any new features in the future or have a
better integration with these current little things like a better support
for images, graphs, web services, notification services, transactions,
disconnected services, etc.

You should now see ADP, ADO, VBA and COM/DCOM/ActiveX as a static platform
that will not evolve any more.  We could probably say the same with DAO and
the ODBC linked tables.  In Access 2007, there have been some little
ameliorations to DAO, like support for multi-values fields and a few other
features.  However, these features are mainly related to a better support
for Sharepoint and are practically of no interest to you if you are not
interested in Sharepoint.  (Excerpt maybe for the multi-valued fields but
using these would be like opening a little Pandora's box in my opinion.).
If possible that in the future, some other features will be added to DAO
(like they have done with Office 2007); however, in comparaison to .NET,
probably that these will be little features and not real big new stuff.

For the rest, I would suggest that you take a look at the previous messages
posted in this newsgroup in the past.  Probably that you will find a lot of
useful things to know about ADP.

Signature

Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)

> I'm trying out how I used to do things with Access, but now as the ADP
> front to a SSE.
[quoted text clipped - 12 lines]
> in
> SS"?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.