Search results for query: *

  1. H

    Problem connecting to SQL server in web application

    O yes, this is the code for the connection string variable: Public Const ConnectionString = "Persist Security Info=False;User ID=sa;Password=sa;Initial Catalog=WorkFlow;Data Source=196.33.215.6"
  2. H

    Problem connecting to SQL server in web application

    Hi. Thanks for the reply. Here's the code from the Windows app, which works fine. I call the GetUserByUsername function. Imports System.Data.SqlClient Public Class Users Public UserData As New Data.DataTable() Public UserDataSet As New Data.DataSet() Dim Conn As New...
  3. H

    Problem connecting to SQL server in web application

    I'm busy writing my first proper web application in VB.NET, however there's no way I can manage to get my app to simply connect to our SQL server. It always gives me the error: SQL server does not exist or access denied. Just to make sure, I made a Windows application in VB.NET wich uses the...
Back
Top