ASPX templates
Version 4.x > ASPX templates > Database communication using Kentico : site View modes: 
User avatar
Member
Member
roopangee-hotmail - 7/30/2009 6:19:03 AM
   
Database communication using Kentico : site
I am creating a Kentico site to enable me to log in and send mails.It would require communication with database and I have set tables for it.I request you to kindly suggest me a site for the purpose so that I may be able to study it.I have not received any reply ..
earlier.
Thanks and Regards,
Roopangee

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 7/30/2009 6:58:12 AM
   
RE:Database communication using Kentico : site
Hi,

First of all I would recommend you to read through following article about how to use SQL commands:
http://www.sql-tutorial.net/

Then it really depends how you want to communicate with your tables. If you want to use C# codes for this purpose, you can use standard ADO.NET support:

http://msdn.microsoft.com/en-us/library/h43ks021V(S.71).aspx

However, Kentico CMS comes also with some pre-defined web parts which are capable of performing custom queries over database (your tables.) If you could provide us with more detail information on what exactly are you trying to achieve we can give you more appropriate answer.

Best Regards,
Miroslav Remias.