Results 1 to 5 of 5

Thread: Which database to use with c and gtk?

  1. #1
    Join Date
    Oct 2008
    Location
    INDIA
    Beans
    331
    Distro
    Ubuntu 12.04 Precise Pangolin

    Which database to use with c and gtk?

    Hello friends,

    I am developing a package in linux with C and GTK support. I want to know is there any file database system in linux which I can use in my project.

    Actually, I don't want mysql or postgresql databases. I want something like Windows accounting package TALLY does, separate database for separate firms.

    Please help.
    Controlling complexity is the essence of computer programming. - Brian

  2. #2
    Join Date
    Dec 2011
    Location
    The Netherlands
    Beans
    1,087
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Which database to use with c and gtk?

    sqlite?
    "Everything that has a beginning, has an end." --an unexpectedly wise wallpaper

  3. #3
    Join Date
    Oct 2008
    Location
    INDIA
    Beans
    331
    Distro
    Ubuntu 12.04 Precise Pangolin

    Thumbs down Re: Which database to use with c and gtk?

    Quote Originally Posted by roelforg View Post
    sqlite?
    Thanks a lot for the reply. That solved my problem, By the way roelforg, does TALLY also uses SQLite...
    Controlling complexity is the essence of computer programming. - Brian

  4. #4
    Join Date
    Dec 2011
    Location
    The Netherlands
    Beans
    1,087
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Which database to use with c and gtk?

    Quote Originally Posted by etdsbastar View Post
    Thanks a lot for the reply. That solved my problem, By the way roelforg, does TALLY also uses SQLite...
    Dunno (never even heard of tally before), i just suggested sqlite because i use it myself and it seemed like what you're looking for.
    "Everything that has a beginning, has an end." --an unexpectedly wise wallpaper

  5. #5
    Join Date
    Oct 2008
    Location
    INDIA
    Beans
    331
    Distro
    Ubuntu 12.04 Precise Pangolin

    Thumbs down Re: Which database to use with c and gtk?

    Quote Originally Posted by roelforg View Post
    Dunno (never even heard of tally before), i just suggested sqlite because i use it myself and it seemed like what you're looking for.
    Thanks for your help and it solved my problem.
    Controlling complexity is the essence of computer programming. - Brian

Tags for this Thread

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
  •