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 May 18th, 2006, 06:52 AM
Registered User
 
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access to SQL Server conversion

I'm a programmer and am converting an application from using an Access database to SQL Server (due to table limit restrictions in Access). The problem is, the Access Database has linked tables that are connected to tables on an I5. I want to make minimal changes to the application code, and was wondering if there was a way to link to tables in SQL Server so that it will behave like it currently does (minus the record limit restrictions). I have virtually no experience with SQL Server, and can't seem to find any examples of this being done. I'm kinda behind the

Thanks,

Mike
 
Old May 18th, 2006, 07:49 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 146
Thanks: 0
Thanked 1 Time in 1 Post
Default

Mike,
I would first recommend that you take some classes to become familiarized with SQL Server. I would be happy to recommend a quality training center to you, or some books.

Second, their is a way for SQL Server to link tables. It is called Linked Servers. In your SQL code you would refer to them by Servername.databasename.owner.tablename

By I5 I presume you are referring to the system formerly known as iSeries, formerly known as AS/400, and that it is in DB2.

I have user SQL Server to interface with an iSeries before. We loaded Client access 32 on the SQL Server and then we were able to set up connectivity. In that case we used DTS to copy data back and forth. But you could also use linked servers.


David Lundell
Principal Consultant and Trainer
www.mutuallybeneficial.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Access to SQL server conversion haseeb_dev Access 1 October 15th, 2008 02:05 PM
Conversion of access to sql server majidshahab SQL Server ASP 1 November 5th, 2007 03:48 PM
Conversion from C#/SQL Server 2005 to C#/MySQL code_lover General .NET 1 March 6th, 2007 08:51 AM
Access To SQL Conversion rfurman1161 Access 10 April 11th, 2006 10:15 PM
SQL in Access and in SQL Server mikko SQL Server 2000 1 July 29th, 2003 06:17 AM





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