Installed SQL2005 Developer (default instance) on XP development machine with no problems. SQL server DB engine, SSRS, SSAS etc all run fine on his machine. Problem is trying to create a database connection to the server with a Visual Interdev project. The server (using localhost or server...
2005 Newbie Question:
Installed 2005 Enterprise (Trial License) on my Dev machine that is already running SQL 2000 to get up to speed on 2005 and prepare for 2008. When running Mgmt Studio, I can register & bring up the existing SQL 2K Server instance with all the dbs etc and run everything in...
How can one pass a parameter into a stored procedure where the parameter is an indirect reference, not a value itself...
For example, in the SP, we would like to receive a parm, defined as @strList varchar(100), which will be in the form of various values....' '66', '67', '68' '...so on. The...
Anybody know how to get the Stored Procedure Debugger in VB installed and running?
I have read an article in SQL Server mag about the SQL Stored Procedure debugger in VB6.0. To invoke it, you are supposed to go to the Add-Ins menu and select it from the list.
In my Add-Ins menu, it is not...
Use a javascript function that gets called in the body tag of the document. Add this to the body tag:
Onload="funcFocus()" (call it whatever you want).
Then create the funcFocus() as:
function funcfocus()
{
self.focus();document.frmname.fieldname.focus();
}
Substitute the name...
Mark,
thanks for the response....we have had a discussion about this at work and a couple of the senior pgmrs claim that IIS keeps track of the session through sending cookies back and forth. Now these are not necessarily cookies in the traditional sense, however, there is data stored on...
If you are using session vars in your asp code, is it required that the user have Cookies enabled on the browser? In other words, does IIS use cookies to track the session vars between requests (since we are talking about a stateless connection)?? Or does IIS use some kind of internal...
After using VI for months on NT4.0 without major problems, now it seems that using 'View in Browser' displays the 'Save to Disk...' dialog. Has something changed in IIS, and if so, what do I need to reset to allow viewing to work again?
I am not a NT guru, obviously, and appreciate any...
Actually there is a simple method I used in various forms on my site. All you have to do is create a hidden text field in a form. Then in your initial asp script at the top of the page, get whatever value you need from your recordset and place this value in the hidden field with standard...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.