Click here to Skip to main content
16,004,820 members
Home / Discussions / Database
   

Database

 
QuestionFROM SQL SERVER 2005 DOWNLOAD FILES FROM PSFTP Pin
ps_prakash0212-Jul-09 6:15
ps_prakash0212-Jul-09 6:15 
AnswerRe: FROM SQL SERVER 2005 DOWNLOAD FILES FROM PSFTP Pin
Jan Wild21-Dec-09 4:30
Jan Wild21-Dec-09 4:30 
QuestionHow do i retrieve data from an MS sql database hosted on a web server Pin
ChiSmile11-Jul-09 4:16
ChiSmile11-Jul-09 4:16 
AnswerRe: How do i retrieve data from an MS sql database hosted on a web server Pin
ChiSmile12-Jul-09 4:39
ChiSmile12-Jul-09 4:39 
AnswerRe: How do i retrieve data from an MS sql database hosted on a web server Pin
Mycroft Holmes12-Jul-09 19:38
professionalMycroft Holmes12-Jul-09 19:38 
GeneralRe: How do i retrieve data from an MS sql database hosted on a web server Pin
ChiSmile13-Jul-09 9:28
ChiSmile13-Jul-09 9:28 
AnswerRe: How do i retrieve data from an MS sql database hosted on a web server Pin
Vimalsoft(Pty) Ltd13-Jul-09 4:11
professionalVimalsoft(Pty) Ltd13-Jul-09 4:11 
GeneralRe: How do i retrieve data from an MS sql database hosted on a web server Pin
ChiSmile13-Jul-09 9:17
ChiSmile13-Jul-09 9:17 
Thanks Vuyiswa!

I have tried ur suggestions as follows:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>

    <add key ="MyCon" value ="User id= UserIdTextBox.Text;
    Password=PasswordTextBox.Text;Data Source =mark.internet-webhosting.com\SQLEXPRESS;Trusted_Connection=Yes; Database=sbbmhcom_TESTDB"></add>
    
      </appSettings>

</configuration>


And
Dim str As String = System.Configuration.ConfigurationManager.AppSettings("MyCon")
            'open connection
             myConnection.ConnectionString = (str)
            myConnection.Open()


But with the following error:
login failed for user" . The user is not associated with a trusted SQL server connection.

Do I need to do any further configuration?
And for ur info. my firewall is disabled, I no its not save but this project is my priority at the moment.
Any more advice/suggestions/corrections?
Am just a newbie!!
Thanks for ur time!
GeneralRe: How do i retrieve data from an MS sql database hosted on a web server Pin
Vimalsoft(Pty) Ltd13-Jul-09 20:06
professionalVimalsoft(Pty) Ltd13-Jul-09 20:06 
GeneralRe: How do i retrieve data from an MS sql database hosted on a web server Pin
ChiSmile14-Jul-09 13:37
ChiSmile14-Jul-09 13:37 
GeneralRe: How do i retrieve data from an MS sql database hosted on a web server Pin
Vimalsoft(Pty) Ltd14-Jul-09 20:29
professionalVimalsoft(Pty) Ltd14-Jul-09 20:29 
QuestionHiring Home Based Workers (3016) Pin
maliksp11-Jul-09 1:35
maliksp11-Jul-09 1:35 
AnswerAdvertisment Pin
Eddy Vluggen11-Jul-09 3:53
professionalEddy Vluggen11-Jul-09 3:53 
QuestionHow do you handle computed colums when using bulk copy? Pin
jay.net200511-Jul-09 0:54
jay.net200511-Jul-09 0:54 
AnswerRe: How do you handle computed colums when using bulk copy? Pin
Vimalsoft(Pty) Ltd14-Jul-09 20:34
professionalVimalsoft(Pty) Ltd14-Jul-09 20:34 
QuestionIntellisense not showing up in sqlserver 2008 Pin
Krishna Aditya10-Jul-09 3:59
Krishna Aditya10-Jul-09 3:59 
AnswerRe: Intellisense not showing up in sqlserver 2008 Pin
Manas Bhardwaj17-Jul-09 4:51
professionalManas Bhardwaj17-Jul-09 4:51 
GeneralRe: Intellisense not showing up in sqlserver 2008 Pin
Krishna Aditya19-Jul-09 20:38
Krishna Aditya19-Jul-09 20:38 
QuestionHow to Filter variables for SP, to return only one value from many in SQL View Pin
Krishna Aditya9-Jul-09 2:00
Krishna Aditya9-Jul-09 2:00 
AnswerRe: How to Filter variables for SP, to return only one value from many in SQL View Pin
Mycroft Holmes9-Jul-09 11:36
professionalMycroft Holmes9-Jul-09 11:36 
GeneralRe: How to Filter variables for SP, to return only one value from many in SQL View Pin
Krishna Aditya10-Jul-09 2:16
Krishna Aditya10-Jul-09 2:16 
GeneralRe: How to Filter variables for SP, to return only one value from many in SQL View Pin
Blue_Boy10-Jul-09 3:33
Blue_Boy10-Jul-09 3:33 
QuestionStored Proc Optimisation Pin
Paul Unsworth8-Jul-09 23:19
Paul Unsworth8-Jul-09 23:19 
AnswerRe: Stored Proc Optimisation Pin
www.Developerof.NET9-Jul-09 0:17
www.Developerof.NET9-Jul-09 0:17 
GeneralRe: Stored Proc Optimisation Pin
Paul Unsworth9-Jul-09 0:21
Paul Unsworth9-Jul-09 0:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.