Search:

Type: Posts; User: lawliet

Search: Search took 0.00 seconds.

  1. Hi Salem, Finally it worked.. I tried the...

    Hi Salem,

    Finally it worked.. I tried the below command

    gcc -maix64 -I/usr/local/easysoft/unixODBC/include -I. -L/usr/local/easysoft/unixODBC/lib -lodbc -o data database.c
  2. Hi, Sorry for the late reply, Please find...

    Hi,

    Sorry for the late reply,

    Please find all the details below. Library path is correct. Still it wont compile.


    /usr/local/easysoft/unixODBC/lib$ls
    libodbc.a libodbc.so.1 ...
  3. Hi Jimmy, I already provided the installation...

    Hi Jimmy,

    I already provided the installation path in the first post itself, based on that only salem provided the example... It is the same path.... Still its not working...
    Don't know how to...
  4. Hi Salem , Thanks for the advise... I tried...

    Hi Salem ,

    Thanks for the advise... I tried your command, it still throws the same error... please advise


    /apps/rmb/scripts$gcc -I/usr/local/easysoft/unixODBC/include...
  5. Yes, I have tried various solutions provided in...

    Yes, I have tried various solutions provided in different sides, but could not solve it.

    One of the solution was to include the lib file "libodbc.a".

    It was not present inside /usr/lib but...
  6. Compilation fails everytime while using SQLAllocHandle

    Hi All,

    Im stuck with this error for a week and I cant move on... Please help me out... I have been trying to compile this simple C program on my AIX machine but getting the below error.

    ...
  7. Hi Jimmy, Thanks for the response. I will try...

    Hi Jimmy,

    Thanks for the response. I will try as you have advised without Fork. The Database Im using is MS Sql Server. I specificaly told to use Fork, thats y I asked.




    Nothing Secret...
  8. Hi All Thanks for the response. As u said in...

    Hi All

    Thanks for the response. As u said in new to c program (new in the sense barely worked on it in production ) but I'm not a beginner to programming ... I am in java projects for two years...
  9. Idea to enhance this code to hit the database and check the file size

    Hi All,

    I have been given a task of checking the size of file in Linux machine using C Program.

    Below is what I came up with



    #include <stdio.h>
    void main(int argc, char **argv)
Results 1 to 9 of 9