Thread: Connect to MS SQL DB

  1. #1
    Kevin_Meziere
    Guest

    Connect to MS SQL DB

    I am in a crunch to make a simple program to grab some data from a MS Access database, do some editing, and then put it back into a MS SQL server database. Like I said Im in a crunch so I had to download Dev-C++ from Bloodshed and I'm infamilar with how to access a Access and SQL database. Any Idea?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Two seconds and a search engine. Look at link three or four.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385

    Question

    links 3 and 4 being a training course and how to use delphi (??)
    Monday - what a way to spend a seventh of your life

  4. #4
    Kevin_meziere
    Guest
    Thanks for the help!? I was just looking in all hte wrong places i guess (microsoft.com and other useless websites).

  5. #5
    uggggg
    Guest

  6. #6
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Originally posted by iain
    links 3 and 4 being a training course and how to use delphi (??)
    Neat. Looks like the search order changed. Currently the number one hit has a C/C++ library for accessing SQL databases.

    Quzah.
    Hope is the first step on the road to disappointment.

  7. #7
    Registered User
    Join Date
    Jul 2006
    Posts
    1
    http://www.sqlapi.com/

    This library is shareware, but with a "little while" you can fulfill you requirements

    In about once per five connection requests (in UNIX), it throws an exception (a kind of error, a "error" class, if you don't know) due to the trial. But there are no functionality restrictions if you don't register.

    Ah... i almost forgot... in Win32, this doesn't happens. Instead, a window appears with the trial message.

    Perhaps I answered too late, but if someone search as I did 10 minutes ago, he will find this answer
    Last edited by Dave_Sinkula; 07-13-2006 at 10:40 AM. Reason: Unbolding.

  8. #8
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by Pedro Ferreira
    Perhaps I answered too late, but if someone search as I did 10 minutes ago, he will find this answer
    You mean like three years too late?


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  2. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  3. if is faster than switch?
    By skorman00 in forum C++ Programming
    Replies: 32
    Last Post: 03-06-2004, 01:15 PM
  4. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM
  5. The Timing is incorret
    By Drew in forum C++ Programming
    Replies: 5
    Last Post: 08-28-2003, 04:57 PM