the following error code is vb 2010 with phpmysql
Column 'shcode' cannot be null
this happens for fields in the table
begining of code
Dim cb As New MySqlCommandBuilder(sharemain.daAddMem)
cb.GetInsertCommand.CommandText = ("INSERT INTO `sgtmdatawamp`.`memvbaddr` (`shcode`, `idno`, `pfolno`, `shname`, `shstreet`, `sharea`, `shcity`, `shstate`, `shjoint1`, `shjoint2`, `shjoint3`, `shitpan`, `itstatus`, `shmail`, `script`, `scriptno`, `noshare`, `remarks`, `photopath`, `scansign`) VALUES ('9068', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');")
cb.GetInsertCommand.ExecuteNonQuery()
ending of code
1 Replies - 503 Views - Last Post: 10 October 2012 - 08:48 AM
#1
error in appending record from vb 2010.net4 in phpmysql
Posted 10 October 2012 - 08:44 AM
Replies To: error in appending record from vb 2010.net4 in phpmysql
#2
Re: error in appending record from vb 2010.net4 in phpmysql
Posted 10 October 2012 - 08:48 AM
Do not create duplicate topics. Closing.
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote







|