Access database location in different folder
Hi, do you have any idea how to programmatically connect to a database (access 97) located in a different folder(domain) having a password? Like I want to connect to mydatabase which the location i
Hi, do you have any idea how to programmatically connect to a database (access 97) located in a different folder(domain) having a password? Like I want to connect to mydatabase which the location i
I am trying to utilze excel vba to connect to a microsoft access database that is linked to oracle tables at work. I have been able to do this by saving my password in access for the oracle linked ta
I have 2 websites. On the first i have a table with news articles in an access database. Now, my question: On the second site i'd like to open the access-db on the first site and display these new
Sir, Code: Private Sub bkLstMn_Click() Dim sconnectString As String sconnectString = "Provider=Microsoft.Jet.OLEDB.4.0;jet OLEDB:Database user Name=Admin,Password=xxx;Mode=share Deny None;Data S
I am trying to make ODBC connection using: 1. Primavera SDK 2. XE in Oracle 3. Microsoft for Oracle but always connection failed. I have windows 7 Ultimate x64 and Primavera P6 V7 with
I am using asp.net to create a project and i need a connection string to connect it with an Oracle server which is on a LAN network. I know its IP address, and port number I will arrange if required.