Jump to content

access db on other server

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
barnigan

barnigan

    Newbie

  • Members
  • PipPip
  • 11 posts
I am trying to acces an sql DB and all they gave me was a server name and the DB Name i tried server/DB and server/.../DB, is there a path definition that will tell it to look everywhere including sub folders on the server

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
You have to have the username/password as well if it's SQL Server.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
barnigan

barnigan

    Newbie

  • Members
  • PipPip
  • 11 posts
I should be able to use my computer login and password for the db
I have a progam that can access it (Databasereporter.exe) but i need to be able to pull automaticly from the db

Edited by barnigan, 21 November 2008 - 09:24 AM.