If I want to perform a specific SQL statement?

Posts   
 
    
mmmjiang13
User
Posts: 5
Joined: 02-Dec-2009
# Posted on: 18-Jan-2010 11:40:47   

for example: select * from sysobjects where xtype='U‘ how do I use llblgen? thank you for you help!

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 18-Jan-2010 15:23:40   

Please explain in more details, why you need LLBLGen Pro in this case. There are no entities or fields to be mapped, so do you just want to use the same connection, or what?

mmmjiang13
User
Posts: 5
Joined: 02-Dec-2009
# Posted on: 18-Jan-2010 19:47:15   

yes, i just want to use the same connection,for some time I have to perform some special sql statement.if you have to provide some class like SQLHELP,then I would not be necessary to use two different sets of database operation class;

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Jan-2010 03:01:36   

Here is a related thread: http://llblgen.com/tinyforum/Messages.aspx?ThreadID=14313 Hope helpful wink

David Elizondo | LLBLGen Support Team
mmmjiang13
User
Posts: 5
Joined: 02-Dec-2009
# Posted on: 19-Jan-2010 09:53:06   

sunglasses Thank you for your help smile