Posts Tagged ‘ forum-newbie ’

simple log in program with database access – Visual Basic .NET Forums

March 18, 2010

ogimy ogimy is offline. VB .NET Forum Newbie .NET Framework: .NET 4.0. Join Date: Mar 2010. Age: 19. Posts: 1. Reputation: 0. ogimy is on a distinguished programming path ahead ... Dim command As New OleDb.OleDbCommand conn.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:Documents and SettingsProkillerMy Documents Visual Studio Projectsin processNew Folder (2)22username.mdb" conn.Open() command.CommandText =...
Read more »

Tags: , , , , , , , , ,
Posted in Source | No Comments »

Question Send text to label from code module – Visual Basic .NET …

March 18, 2010

WG1 WG1 is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Mar 2010. Age: 39. Posts: 7. Reputation: 0. WG1 is on a distinguished programming path ahead ... Dim command As New OleDb.OleDbCommand conn.ConnectionString = " PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:Documents and SettingsProkillerMy Documents Visual Studio Projectsin processNew Folder (2)22username.mdb" conn.Open() command.CommandText...
Read more »

Tags: , , , , , , , ,
Posted in Source | No Comments »

Question HELLP! No value given for one or more required parameters …

March 16, 2010

mpau23 mpau23 is offline. VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Dec 2009. Posts: 12. Reputation: 6. mpau23 is on a distinguished programming path ahead .... Visual Basic .NET Forums - Privacy Statement - Top ...
Read more »

Tags: , , , , , , ,
Posted in Tutorial | No Comments »

How-To Troubleshooting a Live local ASP.Net Web Application …

March 14, 2010

VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Mar 2010. Posts: 1. Reputation: 0. gspeedtech is on a distinguished programming path ahead ... Net web application that has been deployed, and is in use, on a local server. How to do I access the application, useing Visual Studio 2008, if I...
Read more »

Tags: , , , , , , , , ,
Posted in Source | No Comments »

Visual Basic.NET Syntax error in INSERT INTO statement? – Visual …

March 13, 2010

Versaiteis Versaiteis is offline. VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Mar 2010. Age: 17. Posts: 1. Reputation: 0. Versaiteis is on a distinguished programming path ahead ... Data source = AddressBook.mdb. The whole program works absolutely fine. I am able to add the new record to the AddressBook database, but...
Read more »

Tags: , , , , , , , , ,
Posted in Source | No Comments »

Question Access connection – Visual Basic .NET Forums

March 9, 2010

VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Jan 2010. Age: 21. Posts: 7. Reputation: 0. bennettfan is on a distinguished programming path ahead. Default Access connection. Dim str As String = "Provider=Microsoft.Jet.Oledb.4.0; Data source =family.mdb" Dim conn As OleDbConnection = New OleDbConnection(str) conn.Open() Dim str1 As String = "INSERT INTO...
Read more »

Tags: , , , , , , ,
Posted in Source | No Comments »

Question Question about HttpModule and Rewriting – Visual Basic …

March 4, 2010

VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Mar 2010. Age: 29. Posts: 1. Reputation: 0. r3plica is on a distinguished programming path ahead. Default Question about HttpModule and Rewriting. Good morning all, I have run into this problem a few times and it is quite frankly driving me nuts. First...
Read more »

Tags: , , , , , , , , , , ,
Posted in Source | No Comments »

Need help with webbrowser control =( – Visual Basic .NET Forums

February 26, 2010

VB .NET Forum Newbie .NET Framework: .NET 3.5. Join Date: Feb 2010. Posts: 1. Reputation: 0. Terzaghi is on a distinguished programming path ahead. Default Need help with webbrowser control =(. hey guys. nice to meet you, im new in this forum im developing an application that constantly checks a particular webpage for...
Read more »

Tags: , , , , , , , ,
Posted in Source | No Comments »

bind textbox to table – Visual Basic .NET Forums

February 21, 2010

tprsan tprsan is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 20. Posts: 2. Reputation: 0. tprsan is on a distinguished programming path ahead ... ConnectionString = "Data Source =QUANO-462F6EB27;Initial Catalog=qraghul;Integrated Security=True" cmdg = New SqlCommand("SELECT totalamount FROM disstock where id='" + TextBox1.Text + "'", cong) cong.Open() Dim...
Read more »

Tags: , , , , , , , ,
Posted in Source | No Comments »

insert record failed – Visual Basic .NET Forums

February 17, 2010

scevola scevola is offline. VB .NET Forum Newbie .NET Framework: .NET 2.0. Join Date: Feb 2010. Age: 34. Posts: 1. Reputation: 0. scevola is on a distinguished programming path ahead ... SqlConnection("Data Source =|DataDirectory|Database1. sdf;Initial Catalog=terreno;Integrated Security=True") Try conn.Open() sql = "INSERT INTO terreno (campo1,campo2) VALUES (2,valore2)" Dim d As New System.Data.SqlClient.SqlConnection. Dim cmd...
Read more »

Tags: , , , , , , ,
Posted in Source | No Comments »

Search

Recent Comment