A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

MDB to SQL



 
 
Thread Tools Display Modes
  #1  
Old May 12th, 2008, 07:03 PM posted to microsoft.public.access.forms
AG[_3_]
external usenet poster
 
Posts: 129
Default MDB to SQL

I am about to convert a pair of Access 2000 programs from an mdb back end to
SQL Server 2005 back end. I will still be using mdb front ends.
Is there any advantage of converting the front ends to 2003 or even 2007?

Thanks,

--

AG
Email: discussATadhdataDOTcom


  #2  
Old May 12th, 2008, 07:19 PM posted to microsoft.public.access.forms
Albert D. Kallal
external usenet poster
 
Posts: 2,874
Default MDB to SQL

"AG" wrote in message
...
I am about to convert a pair of Access 2000 programs from an mdb back end
to SQL Server 2005 back end. I will still be using mdb front ends.
Is there any advantage of converting the front ends to 2003 or even 2007?

Thanks,


In most of these types of conversions, you wind up leaving the front and as
an mdb. in this type of scenario, there's no advantage to move into 2003 or
later.

it for some reason you choose the route of making an access project (adp),
that in fact there are some advantages as the later versions (2007) will
work correctly with sql server 2005. another words, if you use an access
data project, then you can use the built in query design tools inside of MS
access to design and develop your tables. however, I've always recommended
this approach if you're starting from scratch, or you don't have an existing
application with very much code (sense, if you go to access data project,
you'll have to rewrite all of your dao code).

If you're just going the ODBC link table way, then you can stick with what
you've have since you'll be using the SQL server management tools to build
and set up your tables on the server side.


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada



  #3  
Old May 12th, 2008, 08:23 PM posted to microsoft.public.access.forms
AG[_3_]
external usenet poster
 
Posts: 129
Default MDB to SQL

Thanks for the quick reply Albert. I have long found your posts and articles
very helpful.
Yes, the front ends have a great deal of DAO code and quite a few linked
temp tables (which also lets out an ADP). The longest running routines will
be converted to run server side. I am quite comfortable working in SQL
Management Studio.

--

AG
Email: discussATadhdataDOTcom
"Albert D. Kallal" wrote in message
...
"AG" wrote in message
...
I am about to convert a pair of Access 2000 programs from an mdb back end
to SQL Server 2005 back end. I will still be using mdb front ends.
Is there any advantage of converting the front ends to 2003 or even 2007?

Thanks,


In most of these types of conversions, you wind up leaving the front and
as an mdb. in this type of scenario, there's no advantage to move into
2003 or later.

it for some reason you choose the route of making an access project (adp),
that in fact there are some advantages as the later versions (2007) will
work correctly with sql server 2005. another words, if you use an access
data project, then you can use the built in query design tools inside of
MS access to design and develop your tables. however, I've always
recommended this approach if you're starting from scratch, or you don't
have an existing application with very much code (sense, if you go to
access data project, you'll have to rewrite all of your dao code).

If you're just going the ODBC link table way, then you can stick with what
you've have since you'll be using the SQL server management tools to build
and set up your tables on the server side.


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.