Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 24th, 2004, 09:49 AM
bph bph is offline
Friend of Wrox
 
Join Date: Dec 2003
Posts: 102
Thanks: 2
Thanked 0 Times in 0 Posts
Default Okay SQL Guru's - Help, please.

This seems like it should be possible, but I can't get it to work.

I have one table in an MSSQL Server database. I have an access front end. I linked the table.

I want to use Access front end append query GUI to append data into SQL server table.

I keep failing the connection. Do I need to enter connection string in query properties? If so, how does that look, so I can check with what I have tried?
Thanks, BPH

 
Old November 24th, 2004, 10:11 AM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 303
Thanks: 0
Thanked 0 Times in 0 Posts
Default

How are you connecting from MS Access to SQL Server DB? Are you using ODBC data source? Define a data source in ODBC data source administrator and try linking SQL server table to MS access. Let us know what kind of error(s) you are getting?


 
Old November 24th, 2004, 11:01 AM
bph bph is offline
Friend of Wrox
 
Join Date: Dec 2003
Posts: 102
Thanks: 2
Thanked 0 Times in 0 Posts
Default

I am using ODBC data source, file dsn, and then in the append query in Access i type the follwing string in the query properties, DestConnectStr

ODBC;DSN=server1;UID=userid;PWD=password;DATABASE= databasename;
Message when run = "OBDC connection to server1 failed."

It is possible to run an append query via access to SQL database table, correct?

Thanks for help.





Similar Threads
Thread Thread Starter Forum Replies Last Post
How Run .sql Script file in MS SQL Server 2000? aarkaycee SQL Server 2000 5 October 12th, 2009 05:43 AM
creating ssis packagte for sql server to sql serer Laxmikant_it ASP.NET 3.5 Professionals 0 November 26th, 2008 12:23 AM
Converting from MS SQL 2005 to Sql Epress edition saif44 SQL Language 0 February 16th, 2007 04:17 PM
Failed to copy objects from SQL server to SQL Serv monfu SQL Server 2000 4 December 4th, 2005 05:54 PM
Move SQL DB from one sql to another sql server Israr SQL Server 2000 3 January 24th, 2005 02:13 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.