Bonjour mes fréres ,
voici mon code :
Dim myconnection As New O bcConnection
myconnection .ConnectionString = " dsn=jimi"
myconnection .Open()
Di mycommande As OdbcCommand = myconnection. CreateCommand
Di myreader As OdbcDataReader
mycommande.CommandText = "insert into mid values('" & Me .TextBox1. Text & "','" & Me. TextBox2 .Text & "','" & Me .TextBox3 .Text & "')"
myreader = mycommande ExecuteReader
myreader.Close()
'Me TextBox1 Clear()
'Me TextBox2 Clear()
'Me TextBox3 Clear()
myconnection.Close()
et voici l'erreur :
ERROR [42S02] [Microsoft][ODBC SQL Server Driver][SQL Server]' mid ' : nom d'objet incorrect .
je porte a votre connaissance que je travail avec mode connecté
et mid c'est le nom de ma table dans sql server