No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
When i'm trying to create a new SQL Server Database in VB.NET 2005 through Server Explorer i'm getting following error (no matter what authentication i select): [COLOR="Red"]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the …
HI!, i'm using VB.NET 2005. I want to use OleDbConnection in my .net application but it is not showing in the 'Data' section of the 'toolbox'. is there any way to import it to the toolbox. NOTE: (Also OleDbDataAdapter, SqlConnection,SqlDataAdapter, etc are missing in toolbox) Waiting for reply newbee Vivekanand
In my application i have used DataGridView for displaying the data available in my table (SQL database). The form containing the datagridview is accisible from the menu in MDI Form. [COLOR="red"]Problem: [/COLOR]Every time i access the datagridview form, the same data gets appended to the old data in the datagridview …
Tryout this code(It's bit different and i't tested): [CODE] [COLOR="Green"] Imports System.data Imports System.Data.OleDb Public Class frmLectureRecords Dim con As OleDbConnection Dim cmd As OleDbCommand() Dim da As OleDb.OleDbDataAdapter Dim ds As New DataSet() Dim Sql As String Private Sub frmLectureRecords_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load …
i'm creating an small application which uses sqlConnection for the purpose of connection to the database. but i'm not able to connect to the server the error is: [COLOR="Red"]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused …
Hi to all, Programmers. :icon_smile: [B]i require a general syntax for checking if the [COLOR="Red"]SQL table[/COLOR] is empty or Contains records.[/B] if the table is empty i'm suppose to add initial counter (like 0001) and if table already contain records then i'm suppose to increment the counter by ONE. The …
[COLOR="green"][B]heres what i think u r looking for[/B][/COLOR], you want data that u received from form1 controls should be transfered to form3 on click event of button say ORDER. if its so then the code is like: [COLOR="Red"]Module code:[/COLOR] [COLOR="Green"]Public fullname As String[/COLOR] [COLOR="Red"]form1 code:[/COLOR] [COLOR="Green"]Private Sub btnORDER_Click(ByVal sender As …
Hi this is Vivekanand from Mumbai. I have just given final year exam of BSc (Computer Science). I have got interest in programming in VB.Net and VB.NET is totally new to me. I hope all you programmers will help me in gaining knowledge of VB.NET. Thank You. [:)]
The End.
Vivek_1986