Visual Studio 2005 web project and SQL Prompt 3.9
Sciagu
Posts: 3
Hello,
I'm evaluating SQL Prompt 3.9 for using it on Visual Studio Professional 2005 web projects (not database projects) and SQL Server 2005 Express.
I see SQL Prompt Addin menu inside Visual Studio and I defined the DB server connection in the config panel of SQL Prompt.
Now, how can I use the intellisense feature when I write vb code? For Example:
cmd.CommandText = "SELECT .... FROM ...."
SQL Prompt works fine inside SQL Management Studio, but I've no idea how to make it works inside Visual Studio; "Connect to Server" and "Change Connections" are grayed out... don't know if it's normal for web projects.
Hope in an urgent help.
Best Regards.
I'm evaluating SQL Prompt 3.9 for using it on Visual Studio Professional 2005 web projects (not database projects) and SQL Server 2005 Express.
I see SQL Prompt Addin menu inside Visual Studio and I defined the DB server connection in the config panel of SQL Prompt.
Now, how can I use the intellisense feature when I write vb code? For Example:
cmd.CommandText = "SELECT .... FROM ...."
SQL Prompt works fine inside SQL Management Studio, but I've no idea how to make it works inside Visual Studio; "Connect to Server" and "Change Connections" are grayed out... don't know if it's normal for web projects.
Hope in an urgent help.
Best Regards.
Comments
If you have large sections of sql that you need to integrate into your project could you create a sql file that you use to create your sql code snippets and then copy them into the VB file?
I've seen in some kb articles that 3.9 version provides intellisense inside VS code SQL script, but surely my read mistake.
So I can't use SQL Prompt as I wish
Anyway, thanks for spending time on this request.