So you mean that VS 2005 will not work with their sql 7 ?
Main Topics
Browse All TopicsI am building a windows form application using visual studio 2005 VB.Net. The companies data is using SQL 7 for data. I have not been able to link the data into the program. I keep getting compatability errors or connection string errors.
What do I need to do to get this to work?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
A bit late of a response though this is possible.
Use an ODBC connection in the server explorer.
Then add a dataset object.
Drag and drop the SQL7 tables you wish to use into the dataset.
There are caveats...
It appears that table joins have to be performed in a staggered manner...
meaning that only one join works per query. So you would have to use a series of temp tables to perform a complex join.
Other than that it seems to work.
:)
Business Accounts
Answer for Membership
by: BriCrowePosted on 2008-03-17 at 12:38:03ID: 21145380
First I would tell them to upgrade their SQL, they're 10 years behind which would probably explain the compatibility issues.