miraj wrote:
Hi,
I had been using LLBL GEN (free version) with VS 2003 few years ago and i had been expert at generating SPs and Code for DAL.
Now yesterday I had my first experience downloading demo of LLBLGEN PRO but unfortunately i could'nt seen to have it working.
It works differently. Have you tried the things described in the getting started docs in the manual?
Now we're using vs 2005.
I am looking for guidance that:
- how can I generate dal code, i used templates but they dont seem to have a database connectivity, but just producing the classes built on database structure.
I suggest you read a little in the manual and play with the northwind example app.
- who will generate SPs for me this time?
No stored procedures are generated, SQL is generated on the fly when needed.
- How can i use ObjectDataSource with the generated code of LLBL GEN PRO (i also read somewhere in forum that it does'nt produce UPDATE methods?)
Miraj
No, you have to write your own wrapper class with a set of methods.