Connect to an Existing Azure Sql Server Database

Posts   
 
    
gregkuha60
User
Posts: 47
Joined: 23-Jan-2012
# Posted on: 03-Aug-2017 15:11:52   

Hello

I have search the forums but not quite find the answer i'm looking for. I have a database from a vendor. I can connect with Mangement Studio and i can see the Storedprocedure and i can execute.

However, the sp is readonly, that's fine wit me.

Can i in some way connect to the database and retrieve data from the sp using the llblgen framework (5.1 i can also upgrade to latest if it makes it easier). Or should i just do old fashion SqlCommand?

Thank's for any suggestion.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 03-Aug-2017 16:09:36   

connecting with the 5.1 runtime should work just fine, after all it just calls a SqlCommand under the hood simple_smile

In v5.2, latest build you can also work database first with the designer on an Azure SQL Server database

Frans Bouma | Lead developer LLBLGen Pro