Link to home
Start Free TrialLog in
Avatar of pkmukkala
pkmukkala

asked on

VB question

Can you pls let me know what all steps to be followed for linking the sql server with sybase server.I'm using SQL server 7.0 Enterprise Manager client for linking.
Can you pls mention the list of dlls/supporting files/drivers needed to link the servers.

Thank & Regds
Praveen




Hi,

I want to do a join operation in the vb code.

The problem however is that , one table is in Sybase database and the other one is in Sql server database.

Can I do a join operation like this or not ??


Thanks & Regds
Praveen
ASKER CERTIFIED SOLUTION
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mike McCracken
Mike McCracken

If that doesn't work post a question with a link to this one on the Sybase and SQL forums.

mlmcc
Try something more like this....


Select table1.*, SybaseTable1.*
From Table1, SybaseTable1
Where table1.key = SybaseTable1.key


What this will do is similar to the InnerJoin but in a way that will allow non-connected databases communicate. It isn't as effecient but is really your only option in this case.
Hi pkmukkala,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will ask a Community Support Moderator to:

    Accept acperkins@devx's comment(s) as an answer.

pkmukkala, if you think your question was not answered at all or if you need help, just post a new comment here; Community Support will help you.  DO NOT accept this comment as an answer.

EXPERTS: If you disagree with that recommendation, please post an explanatory comment.
==========
DanRollins -- EE database cleanup volunteer
per recommendation

SpideyMod
Community Support Moderator @Experts Exchange