Database
A database is a structured collection of records or data.
Language
Turbo C++
Remove
Platform
Any
License
Any
SDK comes as part of the Turbo C++ download... which might indeed explain why it is huge.
.
: :
: : I've added asserts (see e.g. http://www.codepedia.com/1/CppAssert),
: : so you can find it out by yourself where you've put that access
: : violation.
: :
: : Good luck,
: :...
.
:
: I've added asserts (see e.g. http://www.codepedia.com/1/CppAssert),
: so you can find it out by yourself where you've put that access
: violation.
:
: Good luck,
: bilderbikkel...
.
I've added asserts (see e.g. http://www.codepedia.com/1/CppAssert), so you can find it out by yourself where you've put that access violation.
Good luck,
bilderbikkel
: : : :
: : : : Yep. I don't know about you people, but rather write my own SQL DB managment system than upgrading from TC. :-)
: : : :
: : :
: : : I didn't suggest writing an SQL DB, but...
: This message was edited by stober at 2007-1-16 5:8:49
: This message was edited by stober at 2007-1-16 5:6:23
: : anyway help me or give suggessions..
: :
:
: As Lundin said, you can not...
This message was edited by stober at 2007-1-16 5:8:49
This message was edited by stober at 2007-1-16 5:6:23
: anyway help me or give suggessions..
:
As Lundin said, you can not access...
: hi
:
: i think u can use database messageboards
:
: anyway if you use borland c++ builder it is so easy to connct to database..
:
: say your compiler.. pls..
:
hi ,
thnks 4...
: This message was edited by CyGuy at 2005-9-11 6:41:53
: : I have compiled and run the following piece of code on Turbo C++ 3 and found no error in compile and run time.
: :
: : #include
: :...
sir,
I want to access the system sound card using C language in DOS mode but there is no built in function available i use turbo c++ 3.0 compiler it provide only the BASM that are not powerful...
sir,
I want to access the system sound card using C language in DOS mode but there is no built in function available i use turbo c++ 3.0 compiler it provide only the BASM that are not powerful...
im using turbo c++ 3.0 and i want to connect a sql server 2000 database that is stored in another server. How can i do it and what ill need to do it?
tks.
Hi,
I'd like a nice working example for ODBC under Win3.11;
Preferrably suitable for Turbo C++ 4.5
Thx,
Ronald
: How to connect a database using C++.either...msaccess or oracle
:
i too having the same prob. .... i am also trying to connect the database using turbo c++
if u by any chance get the idea plez...
i am trying to connect any database ( oracle / MS Access ) using Turbo C++ ... is there any way of doing it by connecting through odbc and all ...if anyboddy knows plez do inform it as soon as...
Either keep compiling it with Turbo C++ 3.0, or convert it into a Windows GUI program, which has full access to Windows drawing primitives.
_____________________________
ColdShine
http://www20...
: Hello all,
:
: I was just wondering whether any fellow turbo C++ user could tell me how to add a header file so that I can access it from my programs. The file in question was given to me by...
Hello all,
I was just wondering whether any fellow turbo C++ user could tell me how to add a header file so that I can access it from my programs. The file in question was given to me by college...
Hi all, I want to create a c++ database with Microsoft Access on Turbo C++. Is there any database header files are required to include in Turbo C++ compiler to do this application. Anybody can help...