Click here to Skip to main content
15,897,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Printing bug vb.net Pin
Dave Kreskowiak23-May-07 7:28
mveDave Kreskowiak23-May-07 7:28 
GeneralRe: Printing bug vb.net Pin
js8008523-May-07 23:40
js8008523-May-07 23:40 
QuestionWhere do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 21:19
Mekong River22-May-07 21:19 
AnswerRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
The ANZAC22-May-07 21:37
The ANZAC22-May-07 21:37 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 22:43
Mekong River22-May-07 22:43 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
The ANZAC22-May-07 22:59
The ANZAC22-May-07 22:59 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 23:34
Mekong River22-May-07 23:34 
QuestionError System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd22-May-07 21:09
professionalVimalsoft(Pty) Ltd22-May-07 21:09 
Am new to VB.net, i have been reading my books very well and i swa a big difference between VB6 and .Net, i learned about ADO.net, Adapters and Datasets, and binding of Control, have Successfully done Database Application in.Net, taking Example from my Books. at my work place they use Visual Studio.Net a French version. am English, but know my way around. i have Completed my Connection to My MSSQl database and generate the dataset from Adapter as the Steps that am supposed to do. i Wrote my Code, but when i run my Program it Gives me the Following Error

"SinglePropertyApplication.exe!SinglePropertyApplication.frmSingle.frmsingle_Load(Object sender = {SinglePropertyApplication.frmSingle}, System.EventArgs e = {System.EventArgs}) Ligne 824 + 0x24 octets Basic"

"SinglePropertyApplication.exe!SinglePropertyApplication.frmSingle.Main() Ligne 3 + 0x1d octets Basic"

"Une Exception non geree du type'System.data.sqlClient.SqlException s'est produite dans system.data.dll"

i used google language tools to convert the language, but all this did not make sense.
secondly the name of my Table is Property, hence Property is a keywork in vb the system Allowed me to write it this way where am not able to but "".
and my Error point s to this line in the Form load
    Private Sub frmsingle_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
<br />
        Locktextboxes()'this one is Good<br />
<br />
        SqlDataAdapter1.Fill(DsProperty112) 'this is the green highlighted problem<br />
<br />
 End Sub<br />


like this follwoing code as i said my table is Property, here i had to put it under double qutes""
Dim intCurrentRecordNumber As Integer = Me.BindingContext(DsProperty112, "property").Position

but in this Code
Dim newRow As DataRow = DsProperty112._PROPERTY.New_PROPERTYRow
i had to Put an Underscore.
tell me is it right?, because when i use the name Property without an underscore it gives me a Problem.

Help


Vuyiswa

AnswerRe: Error System.data.sqlClient.SqlException Help Pin
klaydze22-May-07 22:56
klaydze22-May-07 22:56 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd23-May-07 0:00
professionalVimalsoft(Pty) Ltd23-May-07 0:00 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Dave Kreskowiak23-May-07 3:33
mveDave Kreskowiak23-May-07 3:33 
AnswerRe: Error System.data.sqlClient.SqlException Help Pin
klaydze24-May-07 0:07
klaydze24-May-07 0:07 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd24-May-07 0:14
professionalVimalsoft(Pty) Ltd24-May-07 0:14 
QuestionExport from Crystal report to MS Access Database Pin
charchabil0322-May-07 21:00
charchabil0322-May-07 21:00 
QuestionMS Flex Grid in vb.net 2005 [modified] Pin
Sonia Gupta22-May-07 19:59
Sonia Gupta22-May-07 19:59 
AnswerRe: MS Flex Grid in vb.net 2005 Pin
Dave Kreskowiak23-May-07 3:28
mveDave Kreskowiak23-May-07 3:28 
QuestionCoversion Pin
Preeti Khandelwal22-May-07 19:41
Preeti Khandelwal22-May-07 19:41 
AnswerRe: Coversion Pin
Harini N K22-May-07 20:34
Harini N K22-May-07 20:34 
QuestionRe: Coversion Pin
Sonia Gupta22-May-07 21:32
Sonia Gupta22-May-07 21:32 
AnswerRe: Coversion Pin
Xandip22-May-07 22:32
Xandip22-May-07 22:32 
QuestionRe: Coversion Pin
Sonia Gupta22-May-07 23:15
Sonia Gupta22-May-07 23:15 
GeneralRe: Coversion Pin
Sonia Gupta23-May-07 1:49
Sonia Gupta23-May-07 1:49 
AnswerRe: Coversion Pin
Xandip22-May-07 22:30
Xandip22-May-07 22:30 
AnswerRe: Coversion Pin
Preeti Khandelwal23-May-07 0:04
Preeti Khandelwal23-May-07 0:04 
AnswerRe: Coversion Pin
Rupesh Kumar Swami23-May-07 0:26
Rupesh Kumar Swami23-May-07 0:26 

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.