Exforsys

Online Training

plz help its urgent

This is a discussion on plz help its urgent within the Microsoft .NET Tutorials and Articles forums, part of the Articles and Tutorials category; hi, i m very happy to be member of this group. i m new in sql server i have got ...


Go Back   Exforsys > Articles and Tutorials > Microsoft .NET Tutorials and Articles

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-22-2007, 04:47 AM
Junior Member
 
Join Date: Jan 2007
Posts: 3
Gurpreet Kaur is on a distinguished road
plz help its urgent

hi,

i m very happy to be member of this group.
i m new in sql server i have got error.Plz tell me what is the problem.
front-end(vb.net) and back-end(sql server).
An unhandled exception of type "System.data.sqlclient.sqlexception" occured in system.data.dll

Additional Information: system errror

Plzzzzzzzzzzzzzzzzzzzzz help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-24-2007, 09:55 AM
Junior Member
 
Join Date: Oct 2006
Posts: 3
rameshuddaraju is on a distinguished road
Hello
how can we get information about your error with out your written code
Paste your code here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-25-2007, 09:49 AM
Junior Member
 
Join Date: Jan 2007
Posts: 3
Gurpreet Kaur is on a distinguished road
hello

I m using sql server.my coding is
Imports System.Data.sqlclient

Public Class code
Inherits System.Windows.Forms.Form

Dim CON As New SqlConnection
Dim CMD As New SqlCommand
Dim ADP As New SqlDataAdapter
Dim CB As New SqlCommandBuilder
Dim DS As New DataSet
Dim DR As DataRow
Dim P(1) As DataColumn

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

CON.ConnectionString = "USER ID=SA; DATA SOURCE=server name;INITIAL CATALOG=FIRST"
CMD.Connection = CON
ADP.SelectCommand = CMD
CMD.CommandText = "SELECT * FROM EMP"
ADP.Fill(DS, "EMP")
P(0) = DS.Tables("EMP").Columns("CODE")
DS.Tables("EMP").PrimaryKey = P
MsgBox("CONNECTED TO DATABASE")

End sub

Quote:
Originally Posted by rameshuddaraju View Post
Hello
how can we get information about your error with out your written code
Paste your code here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-29-2007, 06:13 AM
Senior Member
 
Join Date: Mar 2005
Posts: 909
techguru is on a distinguished road
here is step by step tutorials on data binding ..

http://www.exforsys.com/content/view/1547/350/

read more vb.net 2005 tutorials

http://www.exforsys.com/content/category/17/266/350/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-02-2007, 06:05 AM
Junior Member
 
Join Date: Jan 2007
Posts: 3
Gurpreet Kaur is on a distinguished road
THANKS very much


Quote:
Originally Posted by techguru View Post
here is step by step tutorials on data binding ..

http://www.exforsys.com/content/view/1547/350/

read more vb.net 2005 tutorials

http://www.exforsys.com/content/category/17/266/350/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-02-2007, 05:27 AM
Junior Member
 
Join Date: Mar 2007
Posts: 1
natraj1983 is on a distinguished road
Post answer

Quote:
Originally Posted by Gurpreet Kaur View Post
hi,

i m very happy to be member of this group.
i m new in sql server i have got error.Plz tell me what is the problem.
front-end(vb.net) and back-end(sql server).
An unhandled exception of type "System.data.sqlclient.sqlexception" occured in system.data.dll

Additional Information: system errror

Plzzzzzzzzzzzzzzzzzzzzz help me

u just type the following coding to that field.
imports system.data.sqlclient

this is enof ya. ok try it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
plz help ...its urgent luvureet Interview Questions 1 06-15-2005 08:42 AM
Urgent Requirement for Java/.NET Architects/Business Analysts/Telecom profession kalareddy Experienced Job Seekers - India 0 05-23-2005 06:41 PM
Urgent opening for Jr Developers for a leading IT company. techguru Freshers Jobs 0 05-23-2005 06:57 AM
Urgent Opening for the Lorus Notes Fresher - Mumbai techguru Freshers Jobs 0 05-06-2005 11:17 AM
Urgent Opening for the Lorus Notes Fresher - Mumbai admin Freshers Jobs 0 05-04-2005 09:50 AM


All times are GMT -4. The time now is 07:16 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.