Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 not connected

Author  Topic 

abudak
Starting Member

11 Posts

Posted - 2004-08-02 : 03:36:52
Question 1
I wrote a programme with power builder 9.0. I used database sql server 2000 and windows xp. For connecting to database, I used to provide power builder 9.0 system. If I run this programmefrom whatever computer has xp operating system, it will be connect to database. If the programme hasn't windows xp , I don't connect database. What is the reason?

Note : For database connection I didn't do odbc.

Question 2
How and where I find SQL 2K Client access?

Please Help!!!!!!

mohdowais
Sheikh of Yak Knowledge

1456 Posts

Posted - 2004-08-02 : 09:25:41
Answer to questions 1 & 2: You probably need to install the Microsoft Data Access Components (MDAC) on the client before you run your application. You should consider bundling it as part of your application installation, if you have one. The MDAC can be downloaded here: http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&displaylang=en

OS
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-08-02 : 10:18:59
Note : For database connection I didn't do odbc.

Well, this is helpful. :) What did you use?

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -