Re: How do I use Access 2003 with SQL Server Express?
- From: "Brendan Reynolds" <brenreyn@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 8 Oct 2006 20:18:59 +0100
Access 2003 is probably not the right tool to choose for developing SQL
Server Express databases. If you really want to use Access to design the
database, you could try using Access 2007. I have done some very basic tests
and have verified that I am able to create tables in a SQL Server Express
database using Access 2007 Beta 2 TR, but I have not done any more extensive
testing than that.
Alternatively you could use Access 2003 and MSDE instead of SQL Server
Express during development and transfer the database to SQL Server Express
when deploying it to the production server.
Alternatives to Access include the Visual Studio 2005 built-in database
designers, and SQL Server Management Studio Express, available as a free
download from Microsoft's web site.
--
Brendan Reynolds
Access MVP
"NGM MS Office" <NGM MS Office@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:76C14533-1146-4A92-A008-967DDDC6DFC4@xxxxxxxxxxxxxxxx
I have SQL Server Express installed and am trying to create an Access 2003
project. When Access asks for an SQL server I specify (local) however I
get
the following error message:
Microsoft SQL Server Login
Connection failed:
SQLState: '01000'
SQL Server Error: 2
[Microsoft][ODBC SQL Server Driver][Shared
Memory]ConnectionOpen(Connect()).
Connection failed:
SQLState: '08001'
SQL Server Error: 17
[Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not
exist
or access denied.
My ultimate goal is to create a website with Visual Web Developer 2005
with
a parametric filter (search engine) to pull records from an SQL database
that
was created via Access 2003.
.
- Prev by Date: Re: download MS Office Suite 2001.
- Next by Date: Re: Access Runtime on PC without MS Office
- Previous by thread: Re: download MS Office Suite 2001.
- Next by thread: Re: How do I use Access 2003 with SQL Server Express?
- Index(es):
Relevant Pages
|
Loading