Search:

Type: Posts; User: eXist

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    935

    Question about %directories%

    I know one can access AppData by using %AppData% located at:
    C:\Documents and Settings\user\Local Settings\Application Data

    But I was looking for a dynamic directory to:
    C:\Documents and...
  2. Thread: MySQL in C

    by eXist
    Replies
    5
    Views
    3,706

    All I want to do is use the C API as seen here:...

    All I want to do is use the C API as seen here: MySQL :: MySQL 5.0 Reference Manual :: 20.9.2 C API Function Overview

    in order to use C to connect to an online database. I don't see why I would...
  3. Thread: MySQL in C

    by eXist
    Replies
    5
    Views
    3,706

    Is there a way to correct this or do I have to...

    Is there a way to correct this or do I have to re-install MySQL?
  4. Thread: MySQL in C

    by eXist
    Replies
    5
    Views
    3,706

    MySQL in C

    I'm having trouble in general trying to get anything MySQL to work in C on Windows.

    My Code is as simple as this and it won't compile:



    #include <mysql.h>
    #include <stdio.h>

    int main()
Results 1 to 4 of 4