Re: ODBC to SQL Server Express?
- From: "Mary Chipman [MSFT]" <mchip@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 08:23:05 -0500
Have you tried SQL Native Client? It wraps up both OleDb and Odbc. See
http://msdn2.microsoft.com/en-us/library/ms130892 for more
information.
--Mary
On Fri, 11 Nov 2005 15:36:04 -0800, "BeanDog"
<BeanDog@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>Can I create an ODBC connection to SQL Server Express? I just installed SQL
>Server Express and Visual Web Developer Express (for a database frontend
>only). I need to access the SQL Server Express databases via ODBC. I turned
>on Named Pipes and TCP/IP access to the server via the SQL Server
>Configuration Manager.
>
>When I try to create a new ODBC connection, I have two relevant ODBC driver
>options: SQL Server and SQL Native Client. I go into the ODBC Administration
>screen through the control panel in Windows XP and try to create a new system
>data source. When I click the dropdown box for which server to use (under
>either driver), I get both (local) and LAPTOP, this computer's name, listed.
>No matter which I choose, or which driver I'm using, when I try to test the
>connection I get this error:
>
>Named Pipes Provider: Could not open a connection to SQL Server (2)
>
>This despite the fact that I've changed the settings to allow named pipes
>connections, shut down both the SQL Server and the SQL Server Browser
>services, and started them both back up again.
>
>Under Visual Web Developer, I can create a new local database file, but I
>cannot make a connection to the actual SQL Server that's running. Even
>making an ODBC connection to the database file itself would be enough, I
>suppose.
>
>What can I do?
>
>
>
>~BenDilts( void );
.
- Prev by Date: show tables
- Next by Date: Re: ODBC to SQL Server Express?
- Previous by thread: show tables
- Next by thread: Re: ODBC to SQL Server Express?
- Index(es):
Relevant Pages
|
|