| | |
How to connect sql database in asp.net using VB?
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
ASP.NET Syntax (Toggle Plain Text)
Dim strConn As String = "Provider=SQLOLEDB.1;Password=xxxx;Persist Security Info=True;User ID=xxx;Initial Catalog=Your database name;Data Source=Your server Name" Dim strsql As String = "Your SQL Command" Dim myconn As New OleDbConnection(strConn) Dim myCommand As New OleDbDataAdapter(strsql, myconn)
And don't forget to add
Imports System.Data.OleDb
Above your public class(On the top of the page
^^
![]() |
Similar Threads
- How to connect MSAccess database in ASP.NET (C#)
- add nodes and subnodes to a treeview from sql database by coding in asp.net 2.0 (ASP.NET)
- ~~ ASP.NET (VB) Help Needed ~~~ 10q (ASP.NET)
- need help with sql database in asp.net using VB (ASP.NET)
- SQL Server, Images and DataGrid in ASP.NET (ASP.NET)
- plz help me to connect more than one table in the ms access database to the asp.net (ASP.NET)
- tool for converting java/sql codes to asp.net/sqol2000 (Java)
Other Threads in the ASP.NET Forum
- Previous Thread: DataTable
- Next Thread: DropDownList
| Thread Tools | Search this Thread |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# c#gridviewcolumn cac checkbox click commonfunctions compatible confirmationcodegeneration content courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dialog dropdownlist dynamically edit fileuploader fill flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





