hi,
Where can I find database example programs? Is there a good one? I would like to study source code with icz's tutorials.
regards
Where can I find database example programs? Is there a good one? I would like to study source code with icz's tutorials.
regards
There is ODBC tutorial by Iczelion. Anyway the main part abt database programming is still learning the SQL language. The SQL language is quite easy to learn in my opinion. I learnt it in a few hours.
well,
Where I have to start learning SQL from. Can you give me some good links. By the way icz's tutorials based on ms access databases. Can we make the same things (database access,search,create) with SQL via ODBC?
regards
Where I have to start learning SQL from. Can you give me some good links. By the way icz's tutorials based on ms access databases. Can we make the same things (database access,search,create) with SQL via ODBC?
regards
ObjAsm32 Demo22 shows how to use SQL statements too. It provides a full working application that can be used as skeleton for further development.
Regards,
Biterider
Regards,
Biterider
Try http://www.w3schools.com/sql/default.asp
Anyway I am not sure as I have always been interfacing SQL via php and not on application level.
Anyway I am not sure as I have always been interfacing SQL via php and not on application level.
hi,
Thanks both of you very much. Demo22 is exactly what I need.
http://objasm32.tripod.com/DwnFiles/OleDB.zip
regards
Thanks both of you very much. Demo22 is exactly what I need.
http://objasm32.tripod.com/DwnFiles/OleDB.zip
regards