Jump to content

Recommended Posts

Posted

Olá a todos! estou com um problema! 🙂

dantes conseguia eliminar os dados da minha bd em access, agora não sei porquÊ mas não elimina!

podem-me dizer qual o problema'?

o codigo é o seguinte:

Dim dbConn As OleDb.OleDbConnection = New OleDb.OleDbConnection()

        dbConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source = " + Application.StartupPath + "\..\..\moedas.mdb;"

        Dim t As String

        t = "DELETE FROM gescoin WHERE ID=" & number.Text

        Dim strQuery As String = t

        dbConn.Open()

        GescoinBindingSource.RemoveCurrent()

        GescoinBindingSource.EndEdit()

Alguem me pode dizer o que se passa??

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.