Hi ,
Thank you for your reply ,
I have tried to get the data as said by you but I ma getting the following error
"OLE DB provider "SQLNCLI" for linked server "[server]" returned message "Login timeout expired".
OLE DB provider "SQLNCLI" for linked server "[server]" returned message "An error has occurred while establishing a connection...
User Profile
Collapse
-
Unable to join 2 tables which are in 2 differenet servers
Hi all,
I am trying to get the data from 2 tables which are in 2 different servers , to get that i have used
"sp_addlinkedse rver" .Using this I am able to connect to the server also .I have used the following commands
for example my server ip is 11.12.23.121
EXEC sp_addlinkedser ver '11.12.23.121'
EXEC sp_addlinkedsrv login @rmtsrvname = '11.12.23.121'
after this I... -
Unable to get the response code from authorize .net
hi everyone,
In my application I am trying to get the response from authorize .net ,if i am using HTTP web response i am able to the response from site like approved or failed etc but if i mention x_relay_url(return url is the page to where authorize .net will send the response) ,it is not able to come back to the page. I am using https://test.authorize.net/gateway/transact.dll for demo purpose, when i am submitting my transaction it... -
Binding the data to grid view in windows application
Hi all,
I want the code to bind the array/dataset to gridview in windows application .
Its urgent requirement, please give reply soon.
Thankyou -
java scipt clcik() event is not working in mozilla
hi,
in my application i have to operate my page through key board.
when i click on particular key i have perform some action,
like when i click on key "S" Link Button should be clicked through java script .
its working perfectly in IE, for Mozilla i am not able to do this .
my code
[code=javascript]
if(event==115)
{
document.getEle mentById('LinkB utton').click() ;...
No activity results to display
Show More
Leave a comment: