Results 1 to 3 of 3

Thread: How to remove SQLite function in C Program

  1. #1
    Join Date
    Nov 2011
    Posts
    74

    How to remove SQLite function in C Program

    I am using SQLite database file structure at my PC this file structure allows me to connect C program to the tables , now I wanted to remove SQLite function in C , if anyone knows how to remove the SQLite function and members ,than please advise me.

  2. #2
    Join Date
    Jul 2011
    Posts
    640

    Re: How to remove SQLite function in C Program

    You can remove SQLite function in C directly , for this you have to manually use your code to remove instances of the SQLite functions and members, you can do this by using Microsoft find utility to find each reference and remove it from the source code.

  3. #3
    Join Date
    May 2011
    Posts
    523

    Re: How to remove SQLite function in C Program

    You can easily remove the SQLite function in C program by following the steps given below.
    1 . first right click the source code file that contains the SQLite references and then choose “open with” and select your C editor.
    2.open the “find” dialog window by pressing “ctrl” and “f” . you will see a text box in the dialog window just type ”sqlite” in that box and press enter ,you will see the first reference of the SQLite libraries, you have to delete this line of code along with the variables.
    3. you can move to the next reference by pressing “f3” key , then similarly delete the next reference and variable that uses the reference data. You have to go through each reference until each SQLite variable and query is removed.
    4.finally press the save button,then to check that you have no coding errors click the run button in the editor to run the changes in the debugger.

Similar Threads

  1. Program Keyboard Function keys to Logitech G700 buttons
    By The$Tourist in forum Hardware Peripherals
    Replies: 5
    Last Post: 23-03-2011, 10:09 AM
  2. How To Remove the Startup program
    By Baijnath in forum Operating Systems
    Replies: 3
    Last Post: 18-10-2010, 10:34 PM
  3. How to program point function with Logitech Harmony Xbox 360?
    By Bindu-I in forum Hardware Peripherals
    Replies: 3
    Last Post: 05-06-2010, 04:57 PM
  4. Use of the isspace() function in the C program
    By Adene in forum Software Development
    Replies: 5
    Last Post: 10-02-2010, 08:45 PM
  5. Replies: 3
    Last Post: 22-09-2009, 09:38 AM

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
  •  
Page generated in 1,715,467,779.05533 seconds with 17 queries