473,387 Members | 1,624 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Embeding Sql With 'c'

HI,
I wanted to embed sql with 'c'
so for that do i require any third party header file or ....and third party tool

If and link please suggest...
i have not use sql with 'c' so please let me know...
Dec 29 '06 #1
1 1254
willakawill
1,646 1GB
HI,
I wanted to embed sql with 'c'
so for that do i require any third party header file or ....and third party tool

If and link please suggest...
i have not use sql with 'c' so please let me know...
Hi. You can use sql in c and c++ in the form of text statements:
Expand|Select|Wrap|Line Numbers
  1. "SELECT [fieldname] FROM [tablename]"
In order to make use of the sql statements you will need to connect to a database. This is where things get a little crazy.

You will need to learn about DAO, ADO, ODBC, database connections and recordsets. All fairly advanced subjects.

Happy learning :)
Dec 29 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Fabien SK | last post by:
Hi, I wrote a plugin for Visual C++ 6 that uses Python 2.2 (it worked perfectly for months). I just installed Python 2.3, and recompiled my plugin, and now it crashes. My plugin do the following...
0
by: Vardhman Jain | last post by:
Hi, I am trying out the concept of python code being executed from a C program. I got a peice of code from the tutorial but I don't know how to compile/use it The code is #include <Python.h> ...
0
by: Brano Zarnovican | last post by:
Hi ! I need to import a module and create an instance of a class from that module (in C). import mod o = mod.klass() (mod.klass is a subclass of tuple)
2
by: Sascha Kerschhofer | last post by:
Hi, I am embeding my SVG Files in HTML in this way: <OBJECT DATA="foo.svg" WIDTH="300" HEIGHT="200" TYPE="image/svg+xml"> (using Acrobat SVG Viewer) Since I create the SVG dynamicaly the WIDTH...
4
by: Mark Watson | last post by:
While converting my main web site opening page to XHTML yesterday, I was a little shocked to find out that there is no standard way to embed RDF directly in XHTML and still have XHTML validate. ...
1
by: Piotrek W | last post by:
Hi, Little problem... How to write some text into current document at text coursor position? Peter
2
by: BigOne | last post by:
I'm looking for a script that embeds the text typed on a hidden(and protected) page in to a other page that can be viewed for visitors this text must stay till the owner sets a new text this is...
3
by: Mike Smith | last post by:
I have an application which is similar in function to Setup.exe. The user downloads it, uses it once in most cases and throws it away. I am trying to coax .NET into making it one file and it is...
5
by: dan.neely | last post by:
I need to embed excel functionality into my app, but can't find a complete solution. The article below shows how to embed it as activeX in a browser control, but the control doesn't support...
1
by: tokcy | last post by:
Hi, I am embeding flash player in my site but i have some problem like... suppose i have 5 songs and i am playing one song but i want to play another while first one is not completed then both...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.