Hello Colleagues
I would like to display messages after entering the data example: "
data were successfully " or " Error send data" in advance
thanks.
Dim Coneccion As SqlConnection
Dim Comando As SqlCommand
Coneccion = New
SqlConnection(ConfigurationManager.ConnectionStrings("id").ConnectionString)
Comando = New SqlCommand("insertpbs", Coneccion)
Comando.CommandType = CommandType.StoredProcedure
Comando.Parameters.AddWithValue("@nombre", txtnombre.Text)
Try
Comando.Connection.Open()
Comando.ExecuteNonQuery()
Catch ex As Exception
ex.Message.ToString()
Finally
Comando.Connection.Close()
Response.Redirect("default.aspx")
End Try
Saving data from a form into a file
Hey everybody,Sorry, I am really new to PHP coding and such but a project kind of got thrust on me. I need to create a a form for people to input some information and then be able to collect the
ALV List display - header width adjust
Hi,
please help me... my password gets encrypted but not able to get in database
hai guys, please help me... in the following function my password gets encrypted but not able to get in database.is any error in the query please help me...... <?php $email =
PHP Script runs on CLI but not through web browser
I am running into an issue that I just can't seem to find the answer to. I have a Windows Server 2008 box that is running Apache 2.2.14, PHP 5.2.11, and MySQL 5.1.39. My problem is I am trying to call
Regarding accessing SQL query issued by any user in Oracle 10g
Hi all,
using explode() to fill in checkboxes
HiI have a field stored in a table that contains regions in the UK separated by commas. There could be any number of pieces held in this field from 1-12, based upon the users specified operating
How can I Compare two xml documents?
Hi all,
exclude characters from counting?
Hello, I wanted to ask if you have a string like:Code: $my_s='ASRGREGTGTR----REGREGRE+++RRRRRR....';is there a way to count the length of the string, excluding non-word characters (+,- or .)?thank you
Scheduler problems related to execution of a single BLT by many schedules
Hello all,
Two warning messages
Quote<b>Warning</b>: mysql_real_escape_string() expects parameter 1 to be string, array given in