connectivity

  1. K

    Question help me with oracle connectivity..

    I get the following error when this code is executed Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Dim myConnection As New OracleClient.OracleConnection("Data Source=karthi;User ID=scott;Password=tiger") Dim...
  2. hmartins

    Question Developing a solution to get data from Outlook 2010

    I would like to develop a solution that can get the data from Outlook (from 2003 and specially 2010): Contacts, Tasks, Calendar, etc. I would then post this data to a DB. My problem is I don't know where to start looking on how to access the data from Outlook. Any recommendations?
Back
Top