Click here to Skip to main content
15,898,134 members

Comments by Sanjith S (Top 5 by date)

Sanjith S 19-Oct-15 2:18am View    
yes... In postgresSQL astar algorithm is using...
Sanjith S 1-Oct-13 10:52am View    
how do i change content of a single division of a html page by using menus.?
Sanjith S 12-Aug-13 4:43am View    
Dim ConnnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=<database_name>.mdb"
Dim cn As New OleDbConnection(ConnnectionString)
cn.Open()


Dim db As String = "INSERT INTO <table> VALUES('" & TextBox1.Text & "','" & TextBox2.Text & "','" & TextBox3.Text & "','" & TextBox2.Text & "')"
Dim da As New OleDbCommand(db, cn)
Dim rd As OleDbDataReader
rd = da.ExecuteReader();
da.ExecuteNonQuery()
cn.Close()
Sanjith S 1-Aug-13 1:59am View    
ya button click.
Sanjith S 1-Aug-13 1:49am View    
i want save the data in permently....