+ Reply to Thread
Results 1 to 4 of 4

Excel and ODBC

Hybrid View

  1. #1
    pereyra
    Guest

    Excel and ODBC

    How to send SQL statement via ODBC using the VBA (by Excel) to the database
    (Postgres). Please help

  2. #2
    Dick Kusleika
    Guest

    Re: Excel and ODBC

    pereyra wrote:
    > How to send SQL statement via ODBC using the VBA (by Excel) to the
    > database (Postgres). Please help


    Here's some general info on ADO

    http://www.*****-blog.com/archives/2...ordset-basics/

    Depending on what you want to do, you may be interested in the Execute
    method.


    --
    **** Kusleika
    MVP-Excel
    www.dailydoseofexcel.com



  3. #3
    pereyra
    Guest

    Re: Excel and ODBC



    „Dick Kusleika” pisze:

    > pereyra wrote:
    > > How to send SQL statement via ODBC using the VBA (by Excel) to the
    > > database (Postgres). Please help

    >
    > Here's some general info on ADO
    >
    > http://www.*****-blog.com/archives/2...ordset-basics/
    >
    > Depending on what you want to do, you may be interested in the Execute
    > method.
    >
    >
    > --
    > **** Kusleika
    > MVP-Excel
    > www.dailydoseofexcel.com
    >
    >
    >

    I'm intersted in execute a SQL statement like UPDATE... or INSERT... . I
    don't wont to get the results or this statement into the Excel.
    I saw this metods but I coudn't find the ODBC driver for Postgres. If you
    know a ODBC driver for Postgres I'll be very grateful.



  4. #4
    Dick Kusleika
    Guest

    Re: Excel and ODBC

    pereyra wrote:
    > "**** Kusleika" pisze:
    >
    >> pereyra wrote:
    >>> How to send SQL statement via ODBC using the VBA (by Excel) to the
    >>> database (Postgres). Please help

    >>
    >> Here's some general info on ADO
    >>
    >> http://www.*****-blog.com/archives/2...ordset-basics/
    >>
    >> Depending on what you want to do, you may be interested in the
    >> Execute method.
    >>
    >>

    > I'm intersted in execute a SQL statement like UPDATE... or INSERT...
    > . I don't wont to get the results or this statement into the Excel.
    > I saw this metods but I coudn't find the ODBC driver for Postgres. If
    > you know a ODBC driver for Postgres I'll be very grateful.


    http://gborg.postgresql.org/project/....php?downloads looks
    like an ODBC driver for Postgres. If you use the Execute method, you can
    execute any sql statement including update and insert.

    --
    **** Kusleika
    MVP-Excel
    www.dailydoseofexcel.com



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1