Thread: How to using SQLite with WINAPI

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    10

    Cool How to using SQLite with WINAPI

    Hellow;

    How to introducing dat into data base using edit controls, the sites in the web only examples with MFC and console.

    But, in the WINAPI how?????.

    The data bases is SQLite, not programming class.

    The compiler is Dev-C++, tank for small help.

    Bye.

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Well you can add the SQLite sources to your project, and then call the database functions that are in sqlite3.h. Using sqlite has absolutely nothing at all to do with the Windows API, so I'm not sure what that has to do with your question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WinAPI & threading
    By @nthony in forum Windows Programming
    Replies: 17
    Last Post: 10-15-2007, 04:41 PM
  2. Using SQLite?
    By IM! in forum C++ Programming
    Replies: 18
    Last Post: 03-16-2005, 04:00 AM
  3. do i still need winAPI
    By datainjector in forum Windows Programming
    Replies: 8
    Last Post: 07-12-2003, 01:43 AM
  4. references for the winapi
    By stallion in forum Windows Programming
    Replies: 9
    Last Post: 01-28-2003, 02:56 AM
  5. What is the one place that has it all for the winapi
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-27-2002, 12:49 PM