Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    [VB6]Database proteto da password

    Salve ragazzi mi potreste gentilmente aiutare?. Ho un database protetto da password come posso accedervi nei segiuienti codici che uso?. Grazie



    Dim Query As String
    Query = "select * from Rubrica where ID like '*" & varUno & "*'"
    Data1.DatabaseName = App.Path & "\Agenda.mdb"



    Dim DB As Database

    Dim sQL As String
    List1.ListItems.Clear
    sQL = "select * from Rubrica "


    Set DB = OpenDatabase(App.Path & "\Agenda.mdb")
    Set rs = DB.OpenRecordset(sQL)

  2. #2
    Moderatore di Programmazione L'avatar di alka
    Registrato dal
    Oct 2001
    residenza
    Reggio Emilia
    Messaggi
    24,463

    Moderazione

    Ho spostato la discussione all'interno del forum dedicato a Visual Basic (VBx, VBA, ...) e ai linguaggi per .NET Framework (VB.NET, C#, ...).

    In futuro, poni in questo forum le domande relative a questi linguaggi.

    Ciao!
    MARCO BREVEGLIERI
    Software and Web Developer, Teacher and Consultant

    Home | Blog | Delphi Podcast | Twitch | Altro...

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.