[help]i need a tutorial on database, using postgresql as server and c++ as the client
i've been looking anywhere, but found nothing...
i really need help here...
thnx before guys...
Re: [help]i need a tutorial on database, using postgresql as server and c++ as the cl
Re: [help]i need a tutorial on database, using postgresql as server and c++ as the cl
Do you know database handling, tcp, networking and packet sending and receiving in C++?
Posted via Mobile Device
Re: [help]i need a tutorial on database, using postgresql as server and c++ as the cl
Quote:
Originally Posted by
Caustik
Do you know database handling, tcp, networking and packet sending and receiving in C++?
Posted via Mobile Device
Im sorry but does it look like he does?
Re: [help]i need a tutorial on database, using postgresql as server and c++ as the cl
Quote:
Originally Posted by
Kreain
Im sorry but does it look like he does?
nope, that is the thing that i want to search for, but no luck...
Quote:
Originally Posted by
Yamachi
yes, but i got confuse...
cuz u see, i'm a noob in database...
i'd like to read a step by step tutorial if u guys have any...
1 Attachment(s)
Re: [help]i need a tutorial on database, using postgresql as server and c++ as the cl
Quote:
Originally Posted by
Caustik
Didn't think about that..
@loveburns, if you have no knowledge of MySQL databse handling and network connections in C++, why write a server? You should learn before you dive right into the advanced stuff.
Posted via Mobile Device
cuz i've got a paperwork, create a mmorpg database and a client...
all of my classmate is have one too, but differently...
my database is ready, up and running, but my client dont...
any help on how to setup the client?
below is some of my c++ client db class that i tried to built by just looking at some mysql database c++ demo, is it correct or what?
i really2 need help on this guys...
Re: [help]i need a tutorial on database, using postgresql as server and c++ as the cl
How are we supposed to know if it's right? Those are only definitions and stuff..
You'll probably serve well with this library:
PostgreSQL: Documentation: Manuals: PostgreSQL 7.2: libpq++ - C++ Binding Library
Not sure how old this is, but here's another tutorial for using that library:
libpq - C Library - SQL Database Reference Material - Learn sql, read an sql manual, follow an sql tutorial, or learn how to structure an SQL query!
Edit: Please don't grab&post the entire program either, none of us can be bothered to do your assignment for you.
Re: [help]i need a tutorial on database, using postgresql as server and c++ as the cl
Quote:
Originally Posted by
s-p-n
i'm so sorry if i ever offended you guys with my stupid question...
thnx for the tutorial...
i'm looking at the tutorial atm, i'll let u guys know how it works...