How to switch the execution context of the whole connection in sql server 2005? I know how to switch execution context to execute certain statments but not sure how to switch it for current whole connection.
Thanks much
New to VB. Following procedure is producing the runtime error 91 (Object variable or With block variable not set).
Please note i'm using ADO control in my application to access Microsoft Access 2003 database. Any hint ? Thanks
Private Sub btnConfirm_Click()
UserInfo.Recordset.AddNew...
I'm using Windows XP Pro on my laptop and use High speed internet to surfe internet. My computer keep loosing internet connection after 10 - 15 mintues. When it looses connection, i cannot ping like www.yahoo.com but ipconfig works fine, i mean shows DNS server, iP address etc.
Then i use...
In Northwind database, there is a view called [Order Details Extended] but not [Order Details]. I donot know from where folling query is pulling data. Please help thanks.
SELECT Orders.CustomerID, Orders.OrderID, COUNT(UnitPrice) AS Items,
SUM(UnitPrice * Quantity) AS Total FROM Orders...
Which will be best in-memory data structure to store mapping between zip code and states ?
Any technique to find state for a given zip code ?
Thanks in advance.
Guys
Do you know if its possible to retrieve non-webcontrols variables from a PreviousPage?
something like:
page 1:
this.ViewState.Add("myValue", "bladiebla");
page 2:
this.PreviousPage.ViewState["myValue"]
Thanks a lot.
Would you please write few lines on the concept of blocking / unblocking ? There was an interveiw question to explain blocking/unblocking.
I googled but could not find the answer.
Thanks so much.
I'm new to ASP.NET. Here is my question.
Page A is data entry form and calls page B.
Page B is preview page for A and calls page C.
Page C does the data insertion into database.
How to pass form fields from Page A to Page C ?
I'm able to acess these fields on Page B using PreviousPage...
I get the following exception / error
"Index was outside the bounds of the array"
whenever i excute the following console application from command line. I have Windows XP professional on my computer. Please assist. Thanks
using System;
using System.Collections.Generic;
using System.Text...
When user logs in, after validating his credentials, i grab userid of user and pass it from page to page and verify it on each page and also check logged-in flag in user's record in the database.
When user logs in, i set a flag in user's record in database which indicates users is now logged in. This flag is validated / checked on every page to see if user is logged in, if not, then user is redirected to login page.
Thank you
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.