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.
| Author |
Topic |
|
jayabr
Starting Member
3 Posts |
Posted - 2004-09-07 : 04:17:17
|
| hi,I have an application that uses bcp utility. If I run that in my client machine (WIN 2K) that doesn't have sql server client, it just gives an error that bcp is unrecognizable command. Can anyone tell me what are the dlls I have to install to make the application run. I don't want to install Sql server client or MSDE on client's machine. Thanks for your help |
|
|
raymondpeacock
Constraint Violating Yak Guru
367 Posts |
Posted - 2004-09-07 : 05:23:08
|
| Well, bcp is a dos utility so I'd have thought that the bcp.exe file was enough. Have you tried it with just the exe?Raymond |
 |
|
|
jayabr
Starting Member
3 Posts |
Posted - 2004-09-14 : 02:54:29
|
| Hey Raymond,Thanks for the reply.. I copied bcp.exe but it is saying, resource files are missing. I had to copy the entire binn directory. |
 |
|
|
jayabr
Starting Member
3 Posts |
Posted - 2004-09-14 : 05:11:56
|
| hey just found out that bcp.rll, bcp.exe , bcp.e70 are only files needed to run bcp. Thanks for your help. |
 |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-09-14 : 13:29:24
|
| Really?I thought all you need was bcp....I'm gonna test this...(Though I did already...)Brett8-) |
 |
|
|
|
|
|