472,958 Members | 2,442 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

Limits of Access 2003 using ADP on SQL Server Express BE?

On another newsgroup an Access knowledgable party posted:
You should be able to connect an Access ADP to an existing SQLExpress
database running in SQLS 2000 compatibility mode. The only thing you
won't be able to do is access any of the design surfaces for SQLS
objects in the ADP. I checked with the Access team on this :-)

I appealed for clarification but without reply. Maybe somone on this
newsgroup can provide insight.

************
Our Access 2002 (will install A03 soon) help says:

"An Access project is called a project because it contains only
code-based or HTML-based database objects: forms, reports, data access
pages, macros, and modules. These are the database objects that you
use to create an application. Unlike a Microsoft Access database, an
Access project does not contain any data or data definition based
objects: tables, views, database diagrams, or stored procedures (which
can also contain application code). Instead, these database objects
are stored in the SQL Server database."

Do I understand correctly from your posting at the top. If we use an
Access 2003 ADP to link using DB.OLE or ADO to SQLExpress then we
can no longer use Access's GUI to create and edit "data or data
definition based objects: tables, views, database diagrams, or stored
procedures (which can also contain application code)"? That erases
much of the benefit of using Access 2003's GUI (in concert with
SQLExpress) doesn't it?

I was hoping against hope that we could add the benefits of SQLExpress
(a whole other discussion; not pertinent here) and still retain the
ease of defining and editing reports and queries using SQL statements
(involving mult-table joins with various clauses [filters]) .
Likewise, can we no longer use Access 2003 GUI to create and edit
bound forms and subforms if the tables are stored on SQLExpress?

I realize this is almost certainly NOT part of the Access Team's
mission. ;>) Still, if the Access 2003 GUI is largely compromised
when accessing SQLExpress as a BE, then what SQL database tool is
available for the casual coder. Will Visual Basic Expess include a
scaled down version of Microsoft's SQL Database Tools (VDT?) for the
non professional community?

[Wishing I could have my cake and eat it too...]
Nov 13 '05 #1
1 2795
I have not tried using an ADP with SQL Server Express, but believe what this
says is that the current version of Access does not allow you design
capabilities on SQL Server Express as it does in SQL Server or MSDE. I would
be a bit surprised (but have been before, so don't rely on my surprise) if
this meant that you could not create/edit bound forms or reports. The (free)
alternative to the Express version (last I read, Express was only available
in Beta) is Microsoft SQL Server Desktop Edition (sometimes known as the
Microsoft Data Engine, MSDE) that comes with Access 2003.

Larry Linson
Microsoft Access MVP

"Matt Alanzo" <ac**********@emailias.com> wrote in message
news:kp********************************@4ax.com...
On another newsgroup an Access knowledgable party posted:
You should be able to connect an Access ADP to an existing SQLExpress
database running in SQLS 2000 compatibility mode. The only thing you
won't be able to do is access any of the design surfaces for SQLS
objects in the ADP. I checked with the Access team on this :-)

I appealed for clarification but without reply. Maybe somone on this
newsgroup can provide insight.

************
Our Access 2002 (will install A03 soon) help says:

"An Access project is called a project because it contains only
code-based or HTML-based database objects: forms, reports, data access
pages, macros, and modules. These are the database objects that you
use to create an application. Unlike a Microsoft Access database, an
Access project does not contain any data or data definition based
objects: tables, views, database diagrams, or stored procedures (which
can also contain application code). Instead, these database objects
are stored in the SQL Server database."

Do I understand correctly from your posting at the top. If we use an
Access 2003 ADP to link using DB.OLE or ADO to SQLExpress then we
can no longer use Access's GUI to create and edit "data or data
definition based objects: tables, views, database diagrams, or stored
procedures (which can also contain application code)"? That erases
much of the benefit of using Access 2003's GUI (in concert with
SQLExpress) doesn't it?

I was hoping against hope that we could add the benefits of SQLExpress
(a whole other discussion; not pertinent here) and still retain the
ease of defining and editing reports and queries using SQL statements
(involving mult-table joins with various clauses [filters]) .
Likewise, can we no longer use Access 2003 GUI to create and edit
bound forms and subforms if the tables are stored on SQLExpress?

I realize this is almost certainly NOT part of the Access Team's
mission. ;>) Still, if the Access 2003 GUI is largely compromised
when accessing SQLExpress as a BE, then what SQL database tool is
available for the casual coder. Will Visual Basic Expess include a
scaled down version of Microsoft's SQL Database Tools (VDT?) for the
non professional community?

[Wishing I could have my cake and eat it too...]

Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: MLH | last post by:
I print to a device that creates a PDF. Knowing the filename, how can I then embed the PDF into the body text of an OutLook Express outbound email & send to a specified address in a table? I want...
41
by: Matt Alanzo | last post by:
Our SOHO 2 person compay sells furniture (not programmers). In '98 we paid $,$$$ for a VBA -Access '97 accounting application, including VBA source code .... an huge investment for us then (and...
33
by: Uwe Range | last post by:
Hi to all! A customer of mine told me some days ago that her IT-people told her ACCESS would not be such a good idea for continuing with our project, because Access will not be continued in the...
4
by: RM | last post by:
Had VS .Net 2002 installed on W2k Server SP3 and supported a number of web sites. Installed VS .Net 2003 on Friday and now all web sites using .Net & MS ACCESS get this strange error upon open. ...
9
by: Neil | last post by:
We have an Access 2000 MDB with a SQL 7 back end. We are upgrading SQL Server to SQL 2005, and are considering upgrading to Access 2003. Someone mentioned that they had heard about some...
3
by: RayPower | last post by:
I'm having a system using Access 2000 as both front-end (queries, forms, reports & temp tables for reports) & back-end (data) with back-end running on the server. The application runs on the...
4
by: jmnaste | last post by:
Hi, I tried to migrate data of an Access 2003 application (.mdb) to SQL Server 2005 Express. Using the Wizard and choosing 'create a new database', I receive (a French message saying roughly)...
6
by: Donald Grove | last post by:
I do programming in Access 2000 and 2003. I don't have a copy of 2003 myself, though. I have read about the adp software that comes with Access 2003, that converts an application to an access...
14
by: ARC | last post by:
Hello All, I have a major application for quoting and invoicing that is written in Access 97 (both front and back ends). I have a user base of over 300 customers, and currently I don't require...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.