How can I avoid getting notifications to my own posts?
Fwd: SQL integration with C++
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > C/C++ Programming > Fwd: SQL integration with C++ 8 March 2007 10:20:07

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

Fwd: SQL integration with C++

FiRe 8 March 2007 10:20:07
 ---------- Forwarded message ----------
From: FiRe < bhratbrij-Re5JQEeQq­e8AvxtiuMwx3w@public­.gmane.org [mailto:bhratbrij-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]>
Date: Dec 28, 2005 8:54 PM
Subject: SQL integration with C++
To: c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org [mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org]

HI everyone..

I have a project in my college in which i have to integrate c++ with a
database (sql) as back end.
I have no clue how to do it?
I have google it a lot but could only find VC++ integraton with sql
not c++.
So,please help me.

CHEERS.....

BHRAT BRIJ

--
FiRe

--
FiRe

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.



SPONSORED LINKS

Basic programming language [http://groups.yahoo­.com/gads?t=ms&k=Bas­ic+programming+langu­age&w1=Basic+program­ming+language&w2=C+p­rogramming+language&­w3=Computer+programm­ing+languages&w4=Pro­gramming+languages&w­5=Java+programming+l­anguage&c=5&s=154&.s­ig=oYSjvOQeCk9m-PS6-­d-YNA]

C programming language [http://groups.yahoo­.com/gads?t=ms&k=C+p­rogramming+language&­w1=Basic+programming­+language&w2=C+progr­amming+language&w3=C­omputer+programming+­languages&w4=Program­ming+languages&w5=Ja­va+programming+langu­age&c=5&s=154&.sig=w­ZpGv_HSvSgp3_01mjn3y­Q]

Computer programming languages [http://groups.yahoo­.com/gads?t=ms&k=Com­puter+programming+la­nguages&w1=Basic+pro­gramming+language&w2­=C+programming+langu­age&w3=Computer+prog­ramming+languages&w4­=Programming+languag­es&w5=Java+programmi­ng+language&c=5&s=15­4&.sig=3_q8I6iDGyK-I­1--1yamPQ]

Programming languages [http://groups.yahoo­.com/gads?t=ms&k=Pro­gramming+languages&w­1=Basic+programming+­language&w2=C+progra­mming+language&w3=Co­mputer+programming+l­anguages&w4=Programm­ing+languages&w5=Jav­a+programming+langua­ge&c=5&s=154&.sig=U-­b0dJRkunjngqDnX2RaRQ­]

Java programming language [http://groups.yahoo­.com/gads?t=ms&k=Jav­a+programming+langua­ge&w1=Basic+programm­ing+language&w2=C+pr­ogramming+language&w­3=Computer+programmi­ng+languages&w4=Prog­ramming+languages&w5­=Java+programming+la­nguage&c=5&s=154&.si­g=CNOzV99vrCrQEyQFT5­znGw]


-------------------­--------------------­--------------------­----------

YAHOO! GROUPS LINKS

* Visit your group " c-prog [http://groups.yahoo­.com/group/c-prog]"
on the web.

* To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org [mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service [http://docs.yahoo.c­om/info/terms/].


-------------------­--------------------­--------------------­----------

Add comment
William D. Tallman 29 December 2005 00:32:58 permanent link ]
 On Wed, Dec 28, 2005 at 08:54:35PM +0530, FiRe wrote:> ---------- Forwarded message ----------> From: FiRe <bhratbrij-Re5JQEeQ­qe8AvxtiuMwx3w@publi­c.gmane.org>> Date: Dec 28, 2005 8:54 PM> Subject: SQL integration with C++> To: c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­
HI everyone..>
I have a project in my college in which i have to integrate c++ with a> database (sql) as back end.> I have no clue how to do it?> I have google it a lot but could only find VC++ integraton with sql not c++.> So,please help me.>
CHEERS.....>
BHRAT BRIJ

Lots of free code out there, but you have to know how to make use of it.
If you have no clue about what you're supposed to do, you need to ask
yourself why that is so! Are you not paying attention in class, or
doing due diligence with your homework? If so, your problem. OTOH, if
you are paying attention and you still don't get it, what's the problem
with the instruction you are receiving? Why are you in college if not
to learn, and on your own if not in class?

Getting things done for you for free will not help you when you go to
work and have to do stuff you don't understand! What you have to learn
to do is puzzle out what is required and then go get what you need. On
your own!

For instance, in this case, what do you know about databases? Do you
have a handle on SQL? If you are using a database, how does the program
you're using interact with the database? Do you know? If not, why not?
After all, this is what you're supposed to be learning, right?

The project you've been handed suggests that you should already know
these things, or know how to go about finding out. If that is so, what
is the problem?

Look, I'm not trying to belittle you, I'm trying to get you to look at
what you need to see here. You've got a problem and unless you solve
this one, the next one is going to be even worse. You with me here?

Bill Tallman



-------------------­----- Yahoo! Groups Sponsor -------------------­-~-->
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yah­oo.com/5UeCyC/BWHMAA­/TtwFAA/EbFolB/TM
-------------------­--------------------­--------------------­---------~->

Add comment
FiRe 29 December 2005 10:13:47 permanent link ]
 Hi William

Thanks for your replying to my message and giving me such valueable
suggestions.

I would like to reply to your queries....
Hope you will read them and give me more valueable suggestions..

First of all i have Google it lot and very few positive results have come
up. Mostly they are showing connectivity of VC++ or pro*C in sql(which has a
different compiler and standard.) I am using TURBO C++ 3.0 Compiler. I have
searched a lot in books of C++ and ORACLE/C++ but of no use.

Then , i have learnt basics of sql and already started making up a database,
so you can say i have got my hands wet in sql a little bit.

I know to be a programmer i need to work hard and should not get my things
done but i am a student of B.Sc.(H) Bio informatics (a relatively new field
in INDIA) and our teacher has said i have seen it but he does not know how
that person has done it and want us to do that.

Getting into minutiae of the project, i will let you know in computational
terms not in biological as i think you can get bugged.. We have to make a
database of certain sequences and a complete information related to that
string (enzyme in biological terms.) Then we have to put query sequence via
c++ and then using database as back end i have to display that query string
has how many sub strings in database and display a complete information of
the sub strings. Hope you get this.

So i think i have made you clear what i need to do.
Please now suggest what i need to do.

CHEERS....
BHRAT BRIJ





On 12/29/05, William D. Tallman <wdtallman-GyX0rGaO­JBDQT0dZR+AlfA@publi­c.gmane.org> wrote:>
On Wed, Dec 28, 2005 at 08:54:35PM +0530, FiRe wrote:> > ---------- Forwarded message ----------> > From: FiRe < bhratbrij-Re5JQEeQq­e8AvxtiuMwx3w@public­.gmane.org>> > Date: Dec 28, 2005 8:54 PM> > Subject: SQL integration with C++> > To: c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­ >
HI everyone..> >
I have a project in my college in which i have to integrate c++ with a> > database (sql) as back end.> > I have no clue how to do it?> > I have google it a lot but could only find VC++ integraton with sql not> c++.> > So,please help me.> >
CHEERS.....> >
BHRAT BRIJ>
Lots of free code out there, but you have to know how to make use of it.> If you have no clue about what you're supposed to do, you need to ask> yourself why that is so! Are you not paying attention in class, or> doing due diligence with your homework? If so, your problem. OTOH, if> you are paying attention and you still don't get it, what's the problem> with the instruction you are receiving? Why are you in college if not> to learn, and on your own if not in class?>
Getting things done for you for free will not help you when you go to> work and have to do stuff you don't understand! What you have to learn> to do is puzzle out what is required and then go get what you need. On> your own!>
For instance, in this case, what do you know about databases? Do you> have a handle on SQL? If you are using a database, how does the program> you're using interact with the database? Do you know? If not, why not?> After all, this is what you're supposed to be learning, right?>
The project you've been handed suggests that you should already know> these things, or know how to go about finding out. If that is so, what> is the problem?>
Look, I'm not trying to belittle you, I'm trying to get you to look at> what you need to see here. You've got a problem and unless you solve> this one, the next one is going to be even worse. You with me here?>
Bill Tallman>
To unsubscribe, send a blank message to <mailto:> c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­.>
SPONSORED LINKS> Basic programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=Basic+programm­ing+language&w1=Basi­c+programming+langua­ge&w2=C+programming+­language&w3=Computer­+programming+languag­es&w4=Programming+la­nguages&w5=Java+prog­ramming+language&c=5­&s=154&.sig=oYSjvOQe­Ck9m-PS6-d-YNA> C> programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=C+programming+­language&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=wZpGv_HSvSgp­3_01mjn3yQ> Computer> programming languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Computer+prog­ramming+languages&w1­=Basic+programming+l­anguage&w2=C+program­ming+language&w3=Com­puter+programming+la­nguages&w4=Programmi­ng+languages&w5=Java­+programming+languag­e&c=5&s=154&.sig=3_q­8I6iDGyK-I1--1yamPQ>­ Programming> languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Programming+l­anguages&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=U-b0dJRkunjn­gqDnX2RaRQ> Java> programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=Java+programmi­ng+language&w1=Basic­+programming+languag­e&w2=C+programming+l­anguage&w3=Computer+­programming+language­s&w4=Programming+lan­guages&w5=Java+progr­amming+language&c=5&­s=154&.sig=CNOzV99vr­CrQEyQFT5znGw>> -------------------­-----------> YAHOO! GROUPS LINKS>
- Visit your group "c-prog <http://groups.yaho­o.com/group/c-prog>"­> on the web.>
- To unsubscribe from this group, send an email to:> c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org<­c-prog-unsubscribe-h­HKSG33Tihh9OS/SkqAIk­g@public.gmane.orgm?­subject=Unsubscribe>­>
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of> Service <http://docs.yahoo.­com/info/terms/>.>
-------------------­----------->



--
FiRe
Add comment
Victor A. Wagner Jr. 29 December 2005 10:29:45 permanent link ]
 At 00:13 2005-12-29, FiRe wrote:>Hi William>
Thanks for your replying to my message and giving me such valueable >suggestions.>
I would like to reply to your queries....>Hope you will read them and give me more valueable suggestions..>
First of all i have Google it lot and very few positive results have >come up. Mostly they are showing connectivity of VC++ or pro*C in >sql(which has a different compiler and standard.) I am using TURBO >C++ 3.0 Compiler.

That's going to be a BIG problem, it's an even worse compiler than
VC++6.0... you really should update.
I have searched a lot in books of C++ and ORACLE/C++ but of no use.>
Then , i have learnt basics of sql and already started making up a >database, so you can say i have got my hands wet in sql a little bit.>
I know to be a programmer i need to work hard and should not get my >things done but i am a student of B.Sc.(H) Bio informatics (a >relatively new field in INDIA) and our teacher has said i have seen >it but he does not know how that person has done it and want us to do that.>
Getting into minutiae of the project, i will let you know in >computational terms not in biological as i think you can get >bugged.. We have to make a database of certain sequences and a >complete information related to that string (enzyme in biological >terms.) Then we have to put query sequence via c++ and then using >database as back end i have to display that query string has how >many sub strings in database and display a complete information of >the sub strings. Hope you get this.>
So i think i have made you clear what i need to do.>Please now suggest what i need to do.>
CHEERS....>BHRAT BRIJ>
On 12/29/05, William D. Tallman ><<mailto:wdtallman­-GyX0rGaOJBDQT0dZR+A­lfA@public.gmane.org­>wdtallman-GyX0rGaOJ­BDQT0dZR+AlfA@public­.gmane.org > wrote:>On Wed, Dec 28, 2005 at 08:54:35PM +0530, FiRe wrote:> > ---------- Forwarded message ----------> > From: FiRe <<mailto:bhratbrij-­Re5JQEeQqe8AvxtiuMwx­3w@public.gmane.org>­ bhratbrij-Re5JQEeQq­e8AvxtiuMwx3w@public­.gmane.org>> > Date: Dec 28, 2005 8:54 PM> > Subject: SQL integration with C++> > To: > <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>c-prog-unsub­scribe-hHKSG33Tihhbj­bujkaE4pw@public.gma­ne.org> >
HI everyone..> >
I have a project in my college in which i have to integrate c++ with a> > database (sql) as back end.> > I have no clue how to do it?> > I have google it a lot but could only find VC++ integraton with > sql not c++.> > So,please help me.> >
CHEERS.....> >
BHRAT BRIJ>
Lots of free code out there, but you have to know how to make use of it.>If you have no clue about what you're supposed to do, you need to ask>yourself why that is so! Are you not paying attention in class, or>doing due diligence with your homework? If so, your problem. OTOH, if>you are paying attention and you still don't get it, what's the problem>with the instruction you are receiving? Why are you in college if not>to learn, and on your own if not in class?>
Getting things done for you for free will not help you when you go to>work and have to do stuff you don't understand! What you have to learn>to do is puzzle out what is required and then go get what you need. On>your own!>
For instance, in this case, what do you know about databases? Do you>have a handle on SQL? If you are using a database, how does the program>you're using interact with the database? Do you know? If not, why not?>After all, this is what you're supposed to be learning, right?>
The project you've been handed suggests that you should already know>these things, or know how to go about finding out. If that is so, what>is the problem?>
Look, I'm not trying to belittle you, I'm trying to get you to look at>what you need to see here. You've got a problem and unless you solve>this one, the next one is going to be even worse. You with me here?>
Bill Tallman>
To unsubscribe, send a blank message to <mailto: >c-prog-unsubscribe­-hHKSG33TihhbjbujkaE­4pw@public.gmane.org­>.>
SPONSORED LINKS><http://group­s.yahoo.com/gads?t=m­s&k=Basic+programmin­g+language&w1=Basic+­programming+language­&w2=C+programming+la­nguage&w3=Computer+p­rogramming+languages­&w4=Programming+lang­uages&w5=Java+progra­mming+language&c=5&s­=154&.sig=oYSjvOQeCk­9m-PS6-d-YNA>Basic >programming language ><http://groups.yah­oo.com/gads?t=ms&k=C­+programming+languag­e&w1=Basic+programmi­ng+language&w2=C+pro­gramming+language&w3­=Computer+programmin­g+languages&w4=Progr­amming+languages&w5=­Java+programming+lan­guage&c=5&s=154&.sig­=wZpGv_HSvSgp3_01mjn­3yQ>C >programming language ><http://groups.yah­oo.com/gads?t=ms&k=C­omputer+programming+­languages&w1=Basic+p­rogramming+language&­w2=C+programming+lan­guage&w3=Computer+pr­ogramming+languages&­w4=Programming+langu­ages&w5=Java+program­ming+language&c=5&s=­154&.sig=3_q8I6iDGyK­-I1--1yamPQ>Computer­ >programming languages><http://g­roups.yahoo.com/gads­?t=ms&k=Programming+­languages&w1=Basic+p­rogramming+language&­w2=C+programming+lan­guage&w3=Computer+pr­ogramming+languages&­w4=Programming+langu­ages&w5=Java+program­ming+language&c=5&s=­154&.sig=U-b0dJRkunj­ngqDnX2RaRQ>Programm­ing >languages ><http://groups.yah­oo.com/gads?t=ms&k=J­ava+programming+lang­uage&w1=Basic+progra­mming+language&w2=C+­programming+language­&w3=Computer+program­ming+languages&w4=Pr­ogramming+languages&­w5=Java+programming+­language&c=5&s=154&.­sig=CNOzV99vrCrQEyQF­T5znGw>Java >programming language>
---------->YAHOO! GROUPS LINKS>
Visit your group "<http://groups.yah­oo.com/group/c-prog>­c-prog" on the web.>
To unsubscribe from this group, send an email to:> <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org?subject=Unsu­bscribe> > c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­
Your use of Yahoo! Groups is subject to the > <http://docs.yahoo.­com/info/terms/>Yaho­o! Terms of Service.>
---------->
-->FiRe>
To unsubscribe, send a blank message to ><mailto:c-prog-uns­ubscribe-hHKSG33Tihh­bjbujkaE4pw@public.g­mane.org>.>
---------->YAHOO! GROUPS LINKS>
* Visit your group > "<http://groups.yah­oo.com/group/c-prog>­c-prog" on the web.> *> * To unsubscribe from this group, send an email to:> * > <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org?subject=Unsu­bscribe>c-prog-unsub­scribe-hHKSG33Tihhbj­bujkaE4pw@public.gma­ne.org >
*> * Your use of Yahoo! Groups is subject to the > <http://docs.yahoo.­com/info/terms/>Yaho­o! Terms of Service.>
----------

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
"There oughta be a law"
Add comment
FiRe 29 December 2005 10:38:06 permanent link ]
 Hi Victor !!

First i should thanks you for taking some time to reply to my message.
I have c++ 4.5 also with me but i am not so perfect on it as i am on
3.Butif you suggest i can work on it also...

It would be humble on your part if you can guide me for this project. I
really need help of all of you.

BHRAT BRIJ


On 12/29/05, Victor A. Wagner Jr. <vawjr-ir225Tr3VRDQ­T0dZR+AlfA@public.gm­ane.org> wrote:>
At 00:13 2005-12-29, FiRe wrote:>
Hi William>
Thanks for your replying to my message and giving me such valueable> suggestions.>
I would like to reply to your queries....> Hope you will read them and give me more valueable suggestions..>
First of all i have Google it lot and very few positive results have come> up. Mostly they are showing connectivity of VC++ or pro*C in sql(which has a> different compiler and standard.) I am using TURBO C++ 3.0 Compiler.>
That's going to be a BIG problem, it's an even worse compiler than> VC++6.0... you really should update.>
I have searched a lot in books of C++ and ORACLE/C++ but of no use.>
Then , i have learnt basics of sql and already started making up a> database, so you can say i have got my hands wet in sql a little bit.>
I know to be a programmer i need to work hard and should not get my things> done but i am a student of B.Sc.(H) Bio informatics (a relatively new> field in INDIA) and our teacher has said i have seen it but he does not know> how that person has done it and want us to do that.>
Getting into minutiae of the project, i will let you know in computational> terms not in biological as i think you can get bugged.. We have to make a> database of certain sequences and a complete information related to that> string (enzyme in biological terms.) Then we have to put query sequence via> c++ and then using database as back end i have to display that query string> has how many sub strings in database and display a complete information of> the sub strings. Hope you get this.>
So i think i have made you clear what i need to do.> Please now suggest what i need to do.>
CHEERS....> BHRAT BRIJ>
On 12/29/05, *William D. Tallman* <wdtallman-GyX0rGaO­JBDQT0dZR+AlfA@publi­c.gmane.org > wrote:> On Wed, Dec 28, 2005 at 08:54:35PM +0530, FiRe wrote:> > ---------- Forwarded message ----------> > From: FiRe < bhratbrij-Re5JQEeQq­e8AvxtiuMwx3w@public­.gmane.org>> > Date: Dec 28, 2005 8:54 PM> > Subject: SQL integration with C++> > To: c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­ >
HI everyone..> >
I have a project in my college in which i have to integrate c++ with a> > database (sql) as back end.> > I have no clue how to do it?> > I have google it a lot but could only find VC++ integraton with sql not> c++.> > So,please help me.> >
CHEERS.....> >
BHRAT BRIJ>
Lots of free code out there, but you have to know how to make use of it.> If you have no clue about what you're supposed to do, you need to ask> yourself why that is so! Are you not paying attention in class, or> doing due diligence with your homework? If so, your problem. OTOH, if> you are paying attention and you still don't get it, what's the problem> with the instruction you are receiving? Why are you in college if not> to learn, and on your own if not in class?>
Getting things done for you for free will not help you when you go to> work and have to do stuff you don't understand! What you have to learn> to do is puzzle out what is required and then go get what you need. On> your own!>
For instance, in this case, what do you know about databases? Do you> have a handle on SQL? If you are using a database, how does the program> you're using interact with the database? Do you know? If not, why not?> After all, this is what you're supposed to be learning, right?>
The project you've been handed suggests that you should already know> these things, or know how to go about finding out. If that is so, what> is the problem?>
Look, I'm not trying to belittle you, I'm trying to get you to look at> what you need to see here. You've got a problem and unless you solve> this one, the next one is going to be even worse. You with me here?>
Bill Tallman>
To unsubscribe, send a blank message to < mailto:> c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org <%20c-prog-unsubscr­ibe-hHKSG33Tihhbjbuj­kaE4pw@public.gmane.­org>> >.>
-------------------­-----------> YAHOO! GROUPS LINKS>
Visit your group "c-prog <http://groups.yaho­o.com/group/c-prog>"­ on the> web. To unsubscribe from this group, send an email to: c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org<­c-prog-unsubscribe-h­HKSG33TihhbjbujkaE4p­w@public.gmane.org?s­ubject=Unsubscribe>>­ Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service<http://docs­.yahoo.com/info/term­s/>> .> -------------------­----------->
--> FiRe>
To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe@yahoogroups.­com<c-prog-unsubscri­be-hHKSG33Tihhbjbujk­aE4pw@public.gmane.o­rg>> >.>
-------------------­-----------> YAHOO! GROUPS LINKS>
- Visit your group "c-prog <http://groups.yaho­o.com/group/c-prog>"­> on the web.> -> - To unsubscribe from this group, send an email to:> - c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org<­c-prog-unsubscribe@y­ahoogroups.com?subje­ct=Unsubscribe>> -> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of> Service <http://docs.yahoo.­com/info/terms/>.>
-------------------­----------->
Victor A. Wagner Jr. http://rudbek.com> The five most dangerous words in the English language:> "There oughta be a law">
To unsubscribe, send a blank message to <mailto:> c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­.>
SPONSORED LINKS> Basic programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=Basic+programm­ing+language&w1=Basi­c+programming+langua­ge&w2=C+programming+­language&w3=Computer­+programming+languag­es&w4=Programming+la­nguages&w5=Java+prog­ramming+language&c=5­&s=154&.sig=oYSjvOQe­Ck9m-PS6-d-YNA> C> programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=C+programming+­language&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=wZpGv_HSvSgp­3_01mjn3yQ> Computer> programming languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Computer+prog­ramming+languages&w1­=Basic+programming+l­anguage&w2=C+program­ming+language&w3=Com­puter+programming+la­nguages&w4=Programmi­ng+languages&w5=Java­+programming+languag­e&c=5&s=154&.sig=3_q­8I6iDGyK-I1--1yamPQ>­ Programming> languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Programming+l­anguages&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=U-b0dJRkunjn­gqDnX2RaRQ> Java> programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=Java+programmi­ng+language&w1=Basic­+programming+languag­e&w2=C+programming+l­anguage&w3=Computer+­programming+language­s&w4=Programming+lan­guages&w5=Java+progr­amming+language&c=5&­s=154&.sig=CNOzV99vr­CrQEyQFT5znGw>> -------------------­-----------> YAHOO! GROUPS LINKS>
- Visit your group "c-prog <http://groups.yaho­o.com/group/c-prog>"­> on the web.>
- To unsubscribe from this group, send an email to:> c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org<­c-prog-unsubscribe-h­HKSG33TihhbjbujkaE4p­w@public.gmane.org?s­ubject=Unsubscribe>>­
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of> Service <http://docs.yahoo.­com/info/terms/>.>
-------------------­----------->


--
FiRe
Add comment
William D. Tallman 30 December 2005 01:50:36 permanent link ]
 On Thu, Dec 29, 2005 at 12:43:47PM +0530, FiRe wrote:> Hi William>
Thanks for your replying to my message and giving me such valueable> suggestions.>
I would like to reply to your queries....> Hope you will read them and give me more valueable suggestions..>
First of all i have Google it lot and very few positive results have come> up. Mostly they are showing connectivity of VC++ or pro*C in sql(which has a> different compiler and standard.) I am using TURBO C++ 3.0 Compiler. I have> searched a lot in books of C++ and ORACLE/C++ but of no use.>
Then , i have learnt basics of sql and already started making up a database,> so you can say i have got my hands wet in sql a little bit.>
I know to be a programmer i need to work hard and should not get my things> done but i am a student of B.Sc.(H) Bio informatics (a relatively new field> in INDIA) and our teacher has said i have seen it but he does not know how> that person has done it and want us to do that.

That says a lot, I think. In effect, you're being told to do real work
here. Good...
Getting into minutiae of the project, i will let you know in computational> terms not in biological as i think you can get bugged.. We have to make a> database of certain sequences and a complete information related to that> string (enzyme in biological terms.) Then we have to put query sequence via> c++ and then using database as back end i have to display that query string> has how many sub strings in database and display a complete information of> the sub strings. Hope you get this.>
So i think i have made you clear what i need to do.> Please now suggest what i need to do.>
CHEERS....> BHRAT BRIJ

The pros here can give you some pointers, if they will, I think. What
database application will you be using? Most any database application
has an interface to which custom front ends can be attached, and you'll
have to understand that interface before you can write code for it.

Don't think you want to write your own database application; that's some
pretty heavy lifting, especially if you want it to be more than dead
slow in response.

Maybe these guys can recommend an application to manage the database,
one they've used and know well, don't know; I don't know C++ in any
case, but it would seem that many database apps would be useful for you.

Good luck!

Bill Tallman



-------------------­----- Yahoo! Groups Sponsor -------------------­-~-->
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yah­oo.com/5UeCyC/BWHMAA­/TtwFAA/EbFolB/TM
-------------------­--------------------­--------------------­---------~->

Add comment
Thomas Hruska 30 December 2005 02:09:03 permanent link ]
 William D. Tallman wrote:> On Thu, Dec 29, 2005 at 12:43:47PM +0530, FiRe wrote:>
Hi William>>
Thanks for your replying to my message and giving me such valueable>>suggesti­ons.>>
I would like to reply to your queries....>>Hope you will read them and give me more valueable suggestions..>>
First of all i have Google it lot and very few positive results have come>>up. Mostly they are showing connectivity of VC++ or pro*C in sql(which has a>>different compiler and standard.) I am using TURBO C++ 3.0 Compiler. I have>>searched a lot in books of C++ and ORACLE/C++ but of no use.

Problem #1: You are using an ancient compiler (TC++). Update to
something released in the past three years. TC++ can't communicate with
any modern databases.

--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

VerifyMyPC v1.0: "A stable PC is a happy PC."

Learn more, take the tour, and download:
http://www.CubicleS­oft.com/VerifyMyPC/



-------------------­----- Yahoo! Groups Sponsor -------------------­-~-->
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yah­oo.com/5UeCyC/BWHMAA­/TtwFAA/EbFolB/TM
-------------------­--------------------­--------------------­---------~->

Add comment
FiRe 1 January 2006 13:42:41 permanent link ]
 Hi THOMAS !

HAPPY NEW YEAR!!!

Thanks for your kind suggestion but can you tell me what compiler i should
update to???
I have Borland 5.5 but when installed it no icon was there i programmes menu
but when i did for 4.5 it showed in the programmes menu in the start icon..
Can you help in that???? I also tried to open from the folder bit of no
avail..and i looked for graphics.h and to my amaze i could not locate it.

Earlier from this mail, i was advised to use DEV C++ compiler but they did
not support graphics :(­

If you can tell me what compiler i should use it will be humble on your
part.
THANKS!!!

CHEERS..

BHRAT BRIJ


On 12/30/05, Thomas Hruska <thruska-hKUVCAe+sa­ym1FQbPH9wZw@public.­gmane.org> wrote:>
William D. Tallman wrote:> > On Thu, Dec 29, 2005 at 12:43:47PM +0530, FiRe wrote:> >
Hi William> >>
Thanks for your replying to my message and giving me such valueable> >>suggestions.> >>
I would like to reply to your queries....> >>Hope you will read them and give me more valueable suggestions..> >>
First of all i have Google it lot and very few positive results have> come> >>up. Mostly they are showing connectivity of VC++ or pro*C in sql(which> has a> >>different compiler and standard.) I am using TURBO C++ 3.0 Compiler. I> have> >>searched a lot in books of C++ and ORACLE/C++ but of no use.>
Problem #1: You are using an ancient compiler (TC++). Update to> something released in the past three years. TC++ can't communicate with> any modern databases.>
--> Thomas Hruska> CubicleSoft President> Ph: 517-803-4197>
VerifyMyPC v1.0: "A stable PC is a happy PC.">
Learn more, take the tour, and download:> http://www.CubicleS­oft.com/VerifyMyPC/>­
To unsubscribe, send a blank message to <mailto:> c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­.>
SPONSORED LINKS> Basic programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=Basic+programm­ing+language&w1=Basi­c+programming+langua­ge&w2=C+programming+­language&w3=Computer­+programming+languag­es&w4=Programming+la­nguages&w5=Java+prog­ramming+language&c=5­&s=154&.sig=oYSjvOQe­Ck9m-PS6-d-YNA> C> programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=C+programming+­language&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=wZpGv_HSvSgp­3_01mjn3yQ> Computer> programming languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Computer+prog­ramming+languages&w1­=Basic+programming+l­anguage&w2=C+program­ming+language&w3=Com­puter+programming+la­nguages&w4=Programmi­ng+languages&w5=Java­+programming+languag­e&c=5&s=154&.sig=3_q­8I6iDGyK-I1--1yamPQ>­ Programming> languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Programming+l­anguages&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=U-b0dJRkunjn­gqDnX2RaRQ> Java> programming language<http://gro­ups.yahoo.com/gads?t­=ms&k=Java+programmi­ng+language&w1=Basic­+programming+languag­e&w2=C+programming+l­anguage&w3=Computer+­programming+language­s&w4=Programming+lan­guages&w5=Java+progr­amming+language&c=5&­s=154&.sig=CNOzV99vr­CrQEyQFT5znGw>> -------------------­-----------> YAHOO! GROUPS LINKS>
- Visit your group "c-prog <http://groups.yaho­o.com/group/c-prog>"­> on the web.>
- To unsubscribe from this group, send an email to:> c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org<­c-prog-unsubscribe-h­HKSG33TihhbjbujkaE4p­w@public.gmane.org?s­ubject=Unsubscribe>>­
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of> Service <http://docs.yahoo.­com/info/terms/>.>
-------------------­----------->
Add comment
Thomas Hruska 1 January 2006 16:03:53 permanent link ]
 FiRe wrote:> Hi THOMAS !>
HAPPY NEW YEAR!!!>
Thanks for your kind suggestion but can you tell me what compiler i should> update to???> I have Borland 5.5 but when installed it no icon was there i programmes menu> but when i did for 4.5 it showed in the programmes menu in the start icon..> Can you help in that???? I also tried to open from the folder bit of no> avail..and i looked for graphics.h and to my amaze i could not locate it.>
Earlier from this mail, i was advised to use DEV C++ compiler but they did> not support graphics :(­>
If you can tell me what compiler i should use it will be humble on your> part.> THANKS!!!>
CHEERS..>
BHRAT BRIJ

To do GUI-based stuff, you call the Win32 APIs.

--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

VerifyMyPC v1.0: "A stable PC is a happy PC."

Learn more, take the tour, and download:
http://www.CubicleS­oft.com/VerifyMyPC/



Add comment
Tianeh03 3 January 2006 10:06:54 permanent link ]
 --- In c-prog-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org, FiRe <bhratbrij@g...> wrote:>
Hi THOMAS !>
HAPPY NEW YEAR!!!>
Thanks for your kind suggestion but can you tell me what compiler i
should> update to???> I have Borland 5.5 but when installed it no icon was there i
programmes menu> but when i did for 4.5 it showed in the programmes menu in the
start icon..> Can you help in that???? I also tried to open from the folder bit of no> avail..and i looked for graphics.h and to my amaze i could not
locate it.>
Earlier from this mail, i was advised to use DEV C++ compiler but
they did> not support graphics :(­>
If you can tell me what compiler i should use it will be humble on your> part.> THANKS!!!>
CHEERS..>
BHRAT BRIJ>
On 12/30/05, Thomas Hruska <thruska@c...> wrote:> >
William D. Tallman wrote:> > > On Thu, Dec 29, 2005 at 12:43:47PM +0530, FiRe wrote:> > >
Hi William> > >>
Thanks for your replying to my message and giving me such valueable> > >>suggestions.> > >>
I would like to reply to your queries....> > >>Hope you will read them and give me more valueable suggestions..> > >>
First of all i have Google it lot and very few positive results have> > come> > >>up. Mostly they are showing connectivity of VC++ or pro*C in
sql(which> > has a> > >>different compiler and standard.) I am using TURBO C++ 3.0
Compiler. I> > have> > >>searched a lot in books of C++ and ORACLE/C++ but of no use.> >
Problem #1: You are using an ancient compiler (TC++). Update to> > something released in the past three years. TC++ can't
communicate with> > any modern databases.> >
--> > Thomas Hruska> > CubicleSoft President> > Ph: 517-803-4197> >
VerifyMyPC v1.0: "A stable PC is a happy PC."> >
Learn more, take the tour, and download:> > http://www.CubicleS­oft.com/VerifyMyPC/>­ >
To unsubscribe, send a blank message to <mailto:> > c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org>­.> >
SPONSORED LINKS> > Basic programming
language<http://gro­ups.yahoo.com/gads?t­=ms&k=Basic+programm­ing+language&w1=Basi­c+programming+langua­ge&w2=C+programming+­language&w3=Computer­+programming+languag­es&w4=Programming+la­nguages&w5=Java+prog­ramming+language&c=5­&s=154&.sig=oYSjvOQe­Ck9m-PS6-d-YNA>
programming
language<http://gro­ups.yahoo.com/gads?t­=ms&k=C+programming+­language&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=wZpGv_HSvSgp­3_01mjn3yQ>
Computer> > programming
languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Computer+prog­ramming+languages&w1­=Basic+programming+l­anguage&w2=C+program­ming+language&w3=Com­puter+programming+la­nguages&w4=Programmi­ng+languages&w5=Java­+programming+languag­e&c=5&s=154&.sig=3_q­8I6iDGyK-I1--1yamPQ>­
Programming> >
languages<http://gr­oups.yahoo.com/gads?­t=ms&k=Programming+l­anguages&w1=Basic+pr­ogramming+language&w­2=C+programming+lang­uage&w3=Computer+pro­gramming+languages&w­4=Programming+langua­ges&w5=Java+programm­ing+language&c=5&s=1­54&.sig=U-b0dJRkunjn­gqDnX2RaRQ>
Java> > programming
language<http://gro­ups.yahoo.com/gads?t­=ms&k=Java+programmi­ng+language&w1=Basic­+programming+languag­e&w2=C+programming+l­anguage&w3=Computer+­programming+language­s&w4=Programming+lan­guages&w5=Java+progr­amming+language&c=5&­s=154&.sig=CNOzV99vr­CrQEyQFT5znGw>> > -------------------­-----------> > YAHOO! GROUPS LINKS> >
- Visit your group "c-prog <http://groups.yaho­o.com/group/c-prog>"­> > on the web.> >
- To unsubscribe from this group, send an email to:> >
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org<­c-prog-unsubscribe-h­HKSG33TihhbjbujkaE4p­w@public.gmane.org?s­ubject=Unsubscribe>>­ >
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of> > Service <http://docs.yahoo.­com/info/terms/>.> >
-------------------­-----------> >

/******************­********************­********************­**/
Happy New Year
Hi I have some suggestion that I hope will be usefull.
First for the compiler you can get MinGW Studio which is a free
compiler but unfortunatly It dosenot support graphics.h ,but you can
use Win32 API instead (as someone else has mentioned).
And about the database , you can use MySql which is again free
(opensource) and has got an API for accessing database through C/C++
(called mysql++).
I hope It will be usefull.
Yours .








Add comment
Thomas Hruska 3 January 2006 10:54:10 permanent link ]
 tianeh03 wrote:> /******************­********************­********************­**/> Happy New Year> Hi I have some suggestion that I hope will be usefull.> First for the compiler you can get MinGW Studio which is a free> compiler but unfortunatly It dosenot support graphics.h ,but you can> use Win32 API instead (as someone else has mentioned).> And about the database , you can use MySql which is again free> (opensource) and has got an API for accessing database through C/C++> (called mysql++).> I hope It will be usefull.> Yours .

Or the OP could use ODBC. MySQL has MyODBC. That way the OP doesn't
tie the target application to a single database.

--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

VerifyMyPC v1.0: "A stable PC is a happy PC."

Learn more, take the tour, and download:
http://www.CubicleS­oft.com/VerifyMyPC/



Add comment
FiRe 4 January 2006 11:57:26 permanent link ]
 Hi !!!


THANKS THOMAS AND *tianeh *for your suggestions for sql connectivity with
c++ but i have oracle 9i with me and in that i couldnot find mysql++( act i
have no such knowledge of oracle,just knows how to input data).

I ahve also googled and got pro*c and ocl for integartion but i am not able
to figure out the steps for installion of both),

If you can give me some clues about it then it will be helful to me.

THANKS

CHEERS...

BHRAT BRIJ*

*
On 1/3/06, Thomas Hruska <thruska-hKUVCAe+sa­ym1FQbPH9wZw@public.­gmane.org> wrote:>
tianeh03 wrote:> > /******************­********************­********************­**/> > Happy New Year> > Hi I have some suggestion that I hope will be usefull.> > First for the compiler you can get MinGW Studio which is a free> > compiler but unfortunatly It dosenot support graphics.h ,but you can> > use Win32 API instead (as someone else has mentioned).> > And about the database , you can use MySql which is again free> > (opensource) and has got an API for accessing database through C/C++> > (called mysql++).> > I hope It will be usefull.> > Yours .>
Or the OP could use ODBC. MySQL has MyODBC. That way the OP doesn't> tie the target application to a single database.>
--> Thomas Hruska> CubicleSoft President> Ph: 517-803-4197>
VerifyMyPC v1.0: "A stable PC is a happy PC.">
Learn more, take the tour, and download:>