3. Since Karen's tools need the Visual Basic runtime files, you need to copy these into the portable drive folder you created in step...
Read more »
Posts Tagged ‘ forum-newbie ’
simple log in program with database access – Visual Basic .NET Forums
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 »
Question Send text to label from code module – Visual Basic .NET …
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 »
Question HELLP! No value given for one or more required parameters …
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 »
How-To Troubleshooting a Live local ASP.Net Web Application …
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 »
Visual Basic.NET Syntax error in INSERT INTO statement? – Visual …
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 »
Question Access connection – Visual Basic .NET Forums
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 »
Question Question about HttpModule and Rewriting – Visual Basic …
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 »
Need help with webbrowser control =( – Visual Basic .NET Forums
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 »
bind textbox to table – Visual Basic .NET Forums
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 »
insert record failed – Visual Basic .NET Forums
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 »