Search results

  1. N

    Question Connecting to a database requisites

    Hi guys. I am learning access by self-study and googling internet. I have question on connecting to a database. Im not quite familiar yet with database, recordset, connection, and other requisites to connect to a database and retrieve record from a table and assign it to a particular variable...
  2. N

    Question What is the problem with my connection string?

    cn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0; " & _ "Data Source=" & App.Path & "\users.accdb" & _ "Jet OLEDB:Database Password=yani;" that is my connection string. can somebody please tell me what's not right on it? I cant figure it out. I am a newbie in learning access and I...
Back
Top Bottom