-
p_conFirst.Open()
'error 4060
I was trying different connectionStrings,reinstall
Sql server and Visual Basic but have the same massage:"Cannot open database.Login failed".Maybe somebody has answer
Thanks,Boris
">I've just downloaded VB 2005 Express and SQL server 2005 express.Built database and tryingto connect and open DB.My code is:Public p_conFirst As New SqlConnection() p_conFirst.ConnectionString = "Server=bk;Database=First;Trusted_Connection=True;"p_conFirst.Open() 'error 4060I was trying different connectionStrings,reinstallSql server and Visual Basic but have the same massage:"Cannot open database.Login failed".Maybe somebody has answerThanks,Boris
-
-
VB.NET List Box
How can i retrieve records of a column having certain criteria and display the records in a list box? Please help me...
-
Windows-based application code segment
You develop a Windows-based application that includes the following code segment. (Line numbers areincluded for reference only.)01 Public Sub password_Validating (ByVal sender As _02 Object, ByVal e As _03 System.ComponentModel.CancelEventArgs)04 Handles password.Validating05 If ValidPassword() = False Then06 'Insert new code.07 End If08 End SubYou must ensure that users cannot move control focus away...
-
Root NameSpace Of The .Net
Object
-
JIT (in .NET ) stands for:
A) Just in TimeB) Job in TransitC) Java Intermediate TranslationExplanation: JIT compiler in .NET stands provides Just in time compilation feature.
-
The vbc.exe compiler generates:
A) IL CodeB) Native codeC) Byte Code
-
How do you Dereference an Object in VB.NET
A) By setting the object to NullB) By setting the object to NothingC) With Close keywordD) None of the above
-
In VB.NET default value for Boolean variable?
A) TrueB) FalseC) NothingD) Null
-
What is the significance of Shadowing a method in VB.Net ?
A) It makes a method OverridableB) It makes a method not inheritableC) It replaces all the implementation from high in the inheritance chain
-
How do you terminate code execute with in a VB.NET method
A) Exit SubB) ExitC) Close
-
How you refer the parent class in VB.Net
A) ParentB) MyBaseC) Super
-
-
-
How to determine if a variable has not been initialized in VB.NET?
A) ISNull( )B) IsEmpty( )C) IsDdNull( )
-
Which is not a collection type in VB.Net
A) HashtableB) ArrayListC) HeapD) Stack
-
-
-
Date Time Picker
HiI am doing a project on bug tracking tool using VB.NET. For that i need a date time picker control as one in usual vb. I checked the tool box but i couldn't find it. So for the time being i am using a text box and a button to enable the calender control,using which i am selecting the date. Is there any reference to add to get that control.Can some one help. Regards...
-
Visual Studio .NET Windows-based application
You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that does not support resizing.You must ensure that users cannot resize, minimize, or maximize GraphForm. Which three actions should you take? (Each answer presents part of the solution. Choose three)A....
VB.NET Interview Questions
Ans