Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

8 Posted Topics

Member Avatar for Vivek_1986

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 …

Member Avatar for reeeeeee
0
189
Member Avatar for Vivek_1986

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

Member Avatar for Rakesh_Sonu
0
1K
Member Avatar for Vivek_1986

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 …

Member Avatar for Vivek_1986
0
223
Member Avatar for tdapower

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 …

Member Avatar for Vivek_1986
0
163
Member Avatar for Vivek_1986

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 …

Member Avatar for dataobjx
0
117
Member Avatar for Vivek_1986

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 …

Member Avatar for sknake
0
1K
Member Avatar for Cliffs0fdover

[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 …

Member Avatar for toko
0
153
Member Avatar for Vivek_1986

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. [:)]

Member Avatar for debasisdas
0
41

The End.