Click here to Skip to main content
15,891,033 members
Home / Discussions / Database
   

Database

 
GeneralRe: Blob in 60 seconds [modified] Pin
Eric Dahlvang31-May-06 5:08
Eric Dahlvang31-May-06 5:08 
GeneralRe: Blob in 60 seconds [modified] Pin
BeerFizz31-May-06 5:30
BeerFizz31-May-06 5:30 
GeneralRe: Blob in 60 seconds [modified] Pin
Eric Dahlvang31-May-06 6:19
Eric Dahlvang31-May-06 6:19 
GeneralRe: Blob in 60 seconds [modified] Pin
BeerFizz31-May-06 6:17
BeerFizz31-May-06 6:17 
QuestionPls Help - Visual C++ with ADO Pin
antonaras30-May-06 5:52
antonaras30-May-06 5:52 
AnswerRe: Pls Help - Visual C++ with ADO [modified] Pin
George L. Jackson30-May-06 11:29
George L. Jackson30-May-06 11:29 
QuestionADO Books Pin
Rajkamal_dfine30-May-06 4:23
Rajkamal_dfine30-May-06 4:23 
QuestionConnection error Pin
Paps230-May-06 3:22
Paps230-May-06 3:22 
Hi ppl,

I have installed Server 2005 and when I try to run my application I get the following error mssg:

An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll

Additional information: System error.


Code:
Imports System.Data
Imports System.Data.SqlClient

Public Conn As SqlConnection = New SqlConnection
Dim da As New SqlDataAdapter

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Conn.ConnectionString = "Data Source=(local);" & _
"Initial Catalog=Rsch1;" & _
"Integrated Security=SSPI"

Conn.Open() ----------> Error Mssg


What could be the problem?

Tnx

AnswerRe: Connection error Pin
Jerry Hammond30-May-06 7:18
Jerry Hammond30-May-06 7:18 
QuestionTrap difference between two records... Pin
deep730-May-06 2:31
deep730-May-06 2:31 
AnswerRe: Trap difference between two records... Pin
Colin Angus Mackay30-May-06 2:47
Colin Angus Mackay30-May-06 2:47 
GeneralRe: Trap difference between two records... Pin
deep730-May-06 18:15
deep730-May-06 18:15 
GeneralRe: Trap difference between two records... Pin
r.stropek4-Jun-06 6:35
r.stropek4-Jun-06 6:35 
QuestionHow to convert the Sql tables to stored procedure Pin
a_n_sowmya30-May-06 0:31
a_n_sowmya30-May-06 0:31 
AnswerRe: How to convert the Sql tables to stored procedure Pin
Colin Angus Mackay30-May-06 2:12
Colin Angus Mackay30-May-06 2:12 
AnswerRe: How to convert the Sql tables to stored procedure Pin
sathish s31-May-06 2:06
sathish s31-May-06 2:06 
GeneralRe: How to convert the Sql tables to stored procedure Pin
a_n_sowmya31-May-06 5:46
a_n_sowmya31-May-06 5:46 
GeneralRe: How to convert the Sql tables to stored procedure Pin
sathish s31-May-06 19:02
sathish s31-May-06 19:02 
GeneralRe: How to convert the Sql tables to stored procedure Pin
a_n_sowmya31-May-06 19:31
a_n_sowmya31-May-06 19:31 
Questionhow to apply where condition on date field in msaccess Pin
GANsJob29-May-06 22:02
GANsJob29-May-06 22:02 
AnswerRe: how to apply where condition on date field in msaccess Pin
Michael Potter30-May-06 8:46
Michael Potter30-May-06 8:46 
GeneralRe: how to apply where condition on date field in msaccess Pin
GANsJob1-Jun-06 3:55
GANsJob1-Jun-06 3:55 
QuestionJust Time in DateTime Field Pin
Ali Beirami29-May-06 9:00
Ali Beirami29-May-06 9:00 
AnswerRe: Just Time in DateTime Field Pin
Michael Potter30-May-06 8:48
Michael Potter30-May-06 8:48 
QuestionRe: Just Time in DateTime Field Pin
Ali Beirami30-May-06 12:51
Ali Beirami30-May-06 12:51 

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.