| | |
Need Help connecting to a view
Please support our MS SQL advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2005
Posts: 13
Reputation:
Solved Threads: 0
And another thing i am connect to MSSQL using PHP but dont worry if you know how to connect to the syntax way that would be great.
SELECT *
FROM vuBusiness_Licenses_Web_Engine
I tried connecting to it like this. The say way you would connect to a table ,but didnt work all that great is. So i need a way other then this one.
Thanks
SELECT *
FROM vuBusiness_Licenses_Web_Engine
I tried connecting to it like this. The say way you would connect to a table ,but didnt work all that great is. So i need a way other then this one.
Thanks
•
•
Join Date: Nov 2005
Posts: 13
Reputation:
Solved Threads: 0
I found out how exectly to connect to an mssql database or a view off of the mssql database. When connecting to a view you must place in all the column names that you are connecting too. If you do not do this it will select or query all no matter if you are searching for a specific name or whatever. After you do this u can connect to the view instead of table by just replacing the name of the table in your code to the name of the view. If you want to still connect to the table but replace the name with a name that you like. Just use the AS command between the column name of the table to the name u like.
![]() |
Similar Threads
- Help with Drop Downs and Grid View (ASP.NET)
- Connecting to a SQL server on another XP computer (VB.NET)
- Offline viewing (Web Browsers)
- View Workgroup Computers (Networking Hardware Configuration)
- View Source in IE6 (Web Browsers)
Other Threads in the MS SQL Forum
- Previous Thread: Gallery database
- Next Thread: Identity Property problem
| Thread Tools | Search this Thread |





