Board index » cppbuilder » SQL, but how? (Newbie needs help) (again!)

SQL, but how? (Newbie needs help) (again!)


2003-09-15 04:47:55 AM
cppbuilder64
Hi there,
I asked here a question but someone has deleted my message.I
think i didnt ask something offensive.Anyways,
I want to upgrade my dbase for windows system to modern db
system but i have no experience except of DB4Win.So would you
give me advice please :
1. I want new db system multiuser capable on MS network system
2. I dont want to redistribute BDE with my proggy anymore.
3. MS SQL server (i think) can do this but i dont know how to
use it with BCB4.0?
4. If it will be with a component, it might be free because it
will be used for educational purpose.I'm a student and i cant
afford it :)
5. I want to use my databases over internet.(with
php)
6. Last of all, it should be fast, no bugs, of couse with docs.
Please let me know the solution.
 
 

Re:SQL, but how? (Newbie needs help) (again!)

mehendis wrote:
Quote
I asked here a question but someone has deleted my message.I
think i didnt ask something offensive.Anyways,\
No one deleted your message. Messages are sproadically being lost from
the news server for some unknown reason.
Quote
1. I want new db system multiuser capable on MS network system
2. I dont want to redistribute BDE with my proggy anymore.
3. MS SQL server (i think) can do this but i dont know how to
use it with BCB4.0?
4. If it will be with a component, it might be free because it
will be used for educational purpose.I'm a student and i cant
afford it :)
5. I want to use my databases over internet.(with
php)
6. Last of all, it should be fast, no bugs, of couse with docs.
If you have to use BCB4, you may be stuck with the BDE. If you upgrade
to BCB6, then you have a lot of options. You could
1- Use interbase with the interbase express components
2- Use SQL server with the ado components
3- dbexpress and any of the database that it can talk to directly.
In BCB4, to avoid the BDE, you may have to go outside the VCL by using
the ADO COM objects directory, or by calling the API of the database vendor.
h^2
 

Re:SQL, but how? (Newbie needs help) (again!)

www.mysql.com
That'll get you what you need. O'Reilly publishes plenty of references for
it.
"mehendis" < XXXX@XXXXX.COM >wrote in message
Quote

Hi there,

I asked here a question but someone has deleted my message.I
think i didnt ask something offensive.Anyways,

I want to upgrade my dbase for windows system to modern db
system but i have no experience except of DB4Win.So would you
give me advice please :

1. I want new db system multiuser capable on MS network system
2. I dont want to redistribute BDE with my proggy anymore.
3. MS SQL server (i think) can do this but i dont know how to
use it with BCB4.0?
4. If it will be with a component, it might be free because it
will be used for educational purpose.I'm a student and i cant
afford it :)
5. I want to use my databases over internet.(with
php)
6. Last of all, it should be fast, no bugs, of couse with docs.

Please let me know the solution.
 

{smallsort}