![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi There, What's the better way to follow when we use sql string sql = "Inset into table(f1,f2) values (@f1, @f2)"; then add and passing parameters or in the first place itselef assign the values to the string string sql = "Inset into table(f1,f2) values (" + tbName.text + ", " + tbCity.Text +");"; |
#3
| |||
| |||
|
|
Hi There, What's the better way to follow when we use sql string sql = "Inset into table(f1,f2) values (@f1, @f2)"; then add and passing parameters or in the first place itselef assign the values to the string string sql = "Inset into table(f1,f2) values (" + tbName.text + ", " + tbCity.Text +");"; Thanks Ganesh |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |