Thread: SQL database Interaction

  1. #1
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339

    SQL database Interaction

    Hey,

    Is it possible using a winsock connection to connect and interact with an sql database?

    If anyone has any sample code or can give me an example of what i might send to the sql server to retrive a record i would be very appreciative,

    Thanks
    Lataz
    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    329
    Why not use ODBC or some other, already made database communication?
    If you plan to create this yourself, you have to design a server first.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. accessing an SQL database through C++
    By abachler in forum Windows Programming
    Replies: 11
    Last Post: 11-20-2008, 11:41 PM
  2. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  3. file system vs sql database
    By underthesun in forum C++ Programming
    Replies: 7
    Last Post: 01-05-2008, 02:50 PM
  4. Using database in C++ with SQL. is it posible???
    By Lauris in forum C++ Programming
    Replies: 4
    Last Post: 04-18-2007, 09:31 AM
  5. Parsing a flat file to a SQl Server database?
    By Michael71 in forum C Programming
    Replies: 0
    Last Post: 01-16-2007, 12:45 PM