I want to create some module that store data with specific field on my database tables,Is there any idea,how to connect my tables in db with umbraco classes? to my modules.
Question is : Transaction with modules and DB,with umbraco classes
With umbraco you can create .net user controls. As with any .net user control you can build any custom module and intergrate it with Umbraco. Are you a .net developer? Here is some information about the Umbraco api. http://umbraco.org/documentation/books/api-cheatsheet
So yes create a usercontrol which connects to an external database and then displays data in Umbraco.
Module with custom DB
Hello
I want to create some module that store data with specific field on my database tables,Is there any idea,how to connect my tables in db with umbraco classes? to my modules.
Question is : Transaction with modules and DB,with umbraco classes
With umbraco you can create .net user controls. As with any .net user control you can build any custom module and intergrate it with Umbraco. Are you a .net developer? Here is some information about the Umbraco api. http://umbraco.org/documentation/books/api-cheatsheet
So yes create a usercontrol which connects to an external database and then displays data in Umbraco.
Hi, you should check out Jespers sql project for interacting with a database: http://our.umbraco.org/projects/sql-for-xslt-%28jespercom%29
>Tommy
is working on a reply...